mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
build(model_prices_and_context_window.json): add gemini google ai studio rate limits
This commit is contained in:
parent
38eb7c370f
commit
dfafa986ea
2 changed files with 6 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue