mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
correct gemini keys
This commit is contained in:
parent
453db3dc80
commit
f0adf0b245
1 changed files with 2 additions and 2 deletions
|
@ -2769,7 +2769,7 @@
|
|||
"supports_response_schema": true,
|
||||
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#gemini-1.5-flash"
|
||||
},
|
||||
"gemini-2.0-flash-exp": {
|
||||
"vertex_ai-language-models/gemini-2.0-flash-exp": {
|
||||
"max_tokens": 8192,
|
||||
"max_input_tokens": 1048576,
|
||||
"max_output_tokens": 8192,
|
||||
|
@ -2787,7 +2787,7 @@
|
|||
"supports_response_schema": true,
|
||||
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/gemini-v2"
|
||||
},
|
||||
"gemini-2.0-flash-exp": {
|
||||
"gemini/gemini-2.0-flash-exp": {
|
||||
"max_tokens": 8192,
|
||||
"max_input_tokens": 1048576,
|
||||
"max_output_tokens": 8192,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue