forked from phoenix/litellm-mirror
build(model_prices_and_context_window.json): add new gemini models
This commit is contained in:
parent
8c7e357a23
commit
39c9150e97
2 changed files with 62 additions and 4 deletions
|
@ -1977,7 +1977,7 @@
|
|||
},
|
||||
"gemini-1.5-pro-002": {
|
||||
"max_tokens": 8192,
|
||||
"max_input_tokens": 1000000,
|
||||
"max_input_tokens": 2097152,
|
||||
"max_output_tokens": 8192,
|
||||
"input_cost_per_image": 0.001315,
|
||||
"input_cost_per_audio_per_second": 0.000125,
|
||||
|
@ -1999,7 +1999,7 @@
|
|||
"supports_function_calling": true,
|
||||
"supports_tool_choice": true,
|
||||
"supports_response_schema": true,
|
||||
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#foundation_models"
|
||||
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#gemini-1.5-pro"
|
||||
},
|
||||
"gemini-1.5-pro-001": {
|
||||
"max_tokens": 8192,
|
||||
|
@ -2170,7 +2170,7 @@
|
|||
},
|
||||
"gemini-1.5-flash-002": {
|
||||
"max_tokens": 8192,
|
||||
"max_input_tokens": 1000000,
|
||||
"max_input_tokens": 1048576,
|
||||
"max_output_tokens": 8192,
|
||||
"max_images_per_prompt": 3000,
|
||||
"max_videos_per_prompt": 10,
|
||||
|
@ -2198,7 +2198,7 @@
|
|||
"supports_function_calling": true,
|
||||
"supports_vision": true,
|
||||
"supports_response_schema": true,
|
||||
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#foundation_models"
|
||||
"source": "https://cloud.google.com/vertex-ai/generative-ai/docs/learn/models#gemini-1.5-flash"
|
||||
},
|
||||
"gemini-1.5-flash-001": {
|
||||
"max_tokens": 8192,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue