Skip to content

Commit 7c9d609

Browse files
authored
Add context_over_200k for gemini-2.5-pro and adjust cache_read costs
https://ai.google.dev/gemini-api/docs/pricing#gemini-2.5-pro https://cloud.google.com/vertex-ai/generative-ai/pricing#gemini-models-2.5 (rounds 0.125 to 0.13)
1 parent add7947 commit 7c9d609

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

providers/google/models/gemini-2.5-pro.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ open_weights = false
1313
[cost]
1414
input = 1.25
1515
output = 10.00
16-
cache_read = 0.31
16+
cache_read = 0.125
17+
18+
[cost.context_over_200k]
19+
input = 2.50
20+
output = 15.00
21+
cache_read = 0.25
1722

1823
[limit]
1924
context = 1_048_576

0 commit comments

Comments
 (0)