From 93037ea4d3002318b78e5aeb97849fc07c8793bb Mon Sep 17 00:00:00 2001 From: Nilanjan De Date: Sat, 12 Apr 2025 19:20:04 +0400 Subject: [PATCH] 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 --- litellm/model_prices_and_context_window_backup.json | 2 +- model_prices_and_context_window.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index 0696b5e18a..4795c6d862 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -5069,7 +5069,7 @@ "input_cost_per_audio_token": 0.0000007, "input_cost_per_token": 0.00000125, "input_cost_per_token_above_200k_tokens": 0.0000025, - "output_cost_per_token": 0.0000010, + "output_cost_per_token": 0.00001, "output_cost_per_token_above_200k_tokens": 0.000015, "litellm_provider": "gemini", "mode": "chat", diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 0696b5e18a..4795c6d862 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -5069,7 +5069,7 @@ "input_cost_per_audio_token": 0.0000007, "input_cost_per_token": 0.00000125, "input_cost_per_token_above_200k_tokens": 0.0000025, - "output_cost_per_token": 0.0000010, + "output_cost_per_token": 0.00001, "output_cost_per_token_above_200k_tokens": 0.000015, "litellm_provider": "gemini", "mode": "chat",