Skip to content

Commit dcbb415

Browse files
committed
fix: add cache_read parameter to cost section
1 parent f072623 commit dcbb415

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

providers/friendli/models/MiniMaxAI/MiniMax-M2.5.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ field = "reasoning_content"
1515
[cost]
1616
input = 0.3
1717
output = 1.2
18+
cache_read = 0.06
1819

1920
[limit]
2021
context = 196_608

providers/friendli/models/zai-org/GLM-5.1.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ field = "reasoning_content"
1515
[cost]
1616
input = 1.4
1717
output = 4.4
18+
cache_read = 0.26
1819

1920
[limit]
2021
context = 202_752

providers/friendli/models/zai-org/GLM-5.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ field = "reasoning_content"
1515
[cost]
1616
input = 1
1717
output = 3.2
18+
cache_read = 0.50
1819

1920
[limit]
2021
context = 202_752

0 commit comments

Comments
 (0)