diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index f9eb63ccca..06f7238c01 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -4694,6 +4694,8 @@ "output_cost_per_token": 0.0000003, "litellm_provider": "gemini", "mode": "chat", + "tpm": 4000000, + "rpm": 4000, "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 f9eb63ccca..06f7238c01 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -4694,6 +4694,8 @@ "output_cost_per_token": 0.0000003, "litellm_provider": "gemini", "mode": "chat", + "tpm": 4000000, + "rpm": 4000, "supports_system_messages": true, "supports_function_calling": true, "supports_vision": true,