Skip to content

Commit c0d21d8

Browse files
authored
Merge pull request #1429 from Lee-Si-Yoon/fix/cache-read-friendli
fix: cache read costs for friendliAI models
2 parents 4937952 + dcbb415 commit c0d21d8

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)