build: fix gemini-2.5-pro rate limits
This commit is contained in:
parent
dfafa986ea
commit
b080220d02
@ -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…
Reference in New Issue
Block a user