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,