mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
build: fix gemini-2.5-pro rate limits
This commit is contained in:
parent
dfafa986ea
commit
b080220d02
2 changed files with 4 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue