Skip to content

Commit 93037ea

Browse files
authored
fix: correct the cost for 'gemini/gemini-2.5-pro-preview-03-25' (#9896)
* fix: Typo in the cost 'gemini/gemini-2.5-pro-preview-03-25', closes #9854 * chore: update in backup file as well
1 parent eb19639 commit 93037ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

litellm/model_prices_and_context_window_backup.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5069,7 +5069,7 @@
50695069
"input_cost_per_audio_token": 0.0000007,
50705070
"input_cost_per_token": 0.00000125,
50715071
"input_cost_per_token_above_200k_tokens": 0.0000025,
5072-
"output_cost_per_token": 0.0000010,
5072+
"output_cost_per_token": 0.00001,
50735073
"output_cost_per_token_above_200k_tokens": 0.000015,
50745074
"litellm_provider": "gemini",
50755075
"mode": "chat",

model_prices_and_context_window.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5069,7 +5069,7 @@
50695069
"input_cost_per_audio_token": 0.0000007,
50705070
"input_cost_per_token": 0.00000125,
50715071
"input_cost_per_token_above_200k_tokens": 0.0000025,
5072-
"output_cost_per_token": 0.0000010,
5072+
"output_cost_per_token": 0.00001,
50735073
"output_cost_per_token_above_200k_tokens": 0.000015,
50745074
"litellm_provider": "gemini",
50755075
"mode": "chat",

0 commit comments

Comments
 (0)