From 0fe8bf2fc2f73bc78c964ddd8f732b76aee99f5a Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 19 Jun 2025 17:07:34 -0700 Subject: [PATCH] fix gemini-2.5-flash-lite-preview-06-17 --- litellm/model_prices_and_context_window_backup.json | 2 ++ model_prices_and_context_window.json | 2 ++ 2 files changed, 4 insertions(+) diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index 23ca8f7c1c..4b7bd6b8bd 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -6984,6 +6984,8 @@ "output_cost_per_reasoning_token": 4e-07, "litellm_provider": "gemini", "mode": "chat", + "rpm": 15, + "tpm": 250000, "supports_reasoning": true, "supports_system_messages": true, "supports_function_calling": true, diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 23ca8f7c1c..4b7bd6b8bd 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -6984,6 +6984,8 @@ "output_cost_per_reasoning_token": 4e-07, "litellm_provider": "gemini", "mode": "chat", + "rpm": 15, + "tpm": 250000, "supports_reasoning": true, "supports_system_messages": true, "supports_function_calling": true,