From b080220d02018912f3e237e8b741755ee293c1d2 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Wed, 18 Jun 2025 22:56:56 -0700 Subject: [PATCH] build: fix gemini-2.5-pro rate limits --- litellm/model_prices_and_context_window_backup.json | 4 ++-- model_prices_and_context_window.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index 26b54e8c59..3fd5ca0dd2 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -6735,8 +6735,8 @@ "output_cost_per_token_above_200k_tokens": 1.5e-05, "litellm_provider": "gemini", "mode": "chat", - "rpm": 5, - "tpm": 250000, + "rpm": 2e-3, + "tpm": 8e-6, "supports_system_messages": true, "supports_function_calling": true, "supports_vision": true, diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 26b54e8c59..3fd5ca0dd2 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -6735,8 +6735,8 @@ "output_cost_per_token_above_200k_tokens": 1.5e-05, "litellm_provider": "gemini", "mode": "chat", - "rpm": 5, - "tpm": 250000, + "rpm": 2e-3, + "tpm": 8e-6, "supports_system_messages": true, "supports_function_calling": true, "supports_vision": true,