From dfafa986ea371ba3c7338a56c65b022207cc33c0 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Wed, 18 Jun 2025 22:55:54 -0700 Subject: [PATCH] build(model_prices_and_context_window.json): add gemini google ai studio rate limits --- litellm/model_prices_and_context_window_backup.json | 4 +++- model_prices_and_context_window.json | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index 66d94cff7f2..26b54e8c598 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -6801,7 +6801,9 @@ "source": "https://ai.google.dev/gemini-api/docs/models#gemini-2.5-flash-preview", "supports_parallel_function_calling": true, "supports_web_search": true, - "supports_url_context": true + "supports_url_context": true, + "tpm": 8e-6, + "rpm": 1e-5 }, "gemini-2.5-flash": { "max_tokens": 65535, diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 66d94cff7f2..26b54e8c598 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -6801,7 +6801,9 @@ "source": "https://ai.google.dev/gemini-api/docs/models#gemini-2.5-flash-preview", "supports_parallel_function_calling": true, "supports_web_search": true, - "supports_url_context": true + "supports_url_context": true, + "tpm": 8e-6, + "rpm": 1e-5 }, "gemini-2.5-flash": { "max_tokens": 65535,