Skip to content

Commit 173ef01

Browse files
authored
Update model_prices_and_context_window_backup.json (#10122)
* Update model_prices_and_context_window_backup.json * Update model_prices_and_context_window_backup.json
1 parent 5c92931 commit 173ef01

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

litellm/model_prices_and_context_window_backup.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4979,6 +4979,35 @@
49794979
"supports_tool_choice": true
49804980
},
49814981
"gemini-2.5-pro-exp-03-25": {
4982+
"max_tokens": 65536,
4983+
"max_input_tokens": 1048576,
4984+
"max_output_tokens": 65536,
4985+
"max_images_per_prompt": 3000,
4986+
"max_videos_per_prompt": 10,
4987+
"max_video_length": 1,
4988+
"max_audio_length_hours": 8.4,
4989+
"max_audio_per_prompt": 1,
4990+
"max_pdf_size_mb": 30,
4991+
"input_cost_per_token": 0,
4992+
"input_cost_per_token_above_200k_tokens": 0,
4993+
"output_cost_per_token": 0,
4994+
"output_cost_per_token_above_200k_tokens": 0,
4995+
"litellm_provider": "vertex_ai-language-models",
4996+
"mode": "chat",
4997+
"supports_system_messages": true,
4998+
"supports_function_calling": true,
4999+
"supports_vision": true,
5000+
"supports_audio_input": true,
5001+
"supports_video_input": true,
5002+
"supports_pdf_input": true,
5003+
"supports_response_schema": true,
5004+
"supports_tool_choice": true,
5005+
"supported_endpoints": ["/v1/chat/completions", "/v1/completions"],
5006+
"supported_modalities": ["text", "image", "audio", "video"],
5007+
"supported_output_modalities": ["text"],
5008+
"source": "https://cloud.google.com/vertex-ai/generative-ai/pricing"
5009+
},
5010+
"gemini-2.5-pro-preview-03-25": {
49825011
"max_tokens": 65536,
49835012
"max_input_tokens": 1048576,
49845013
"max_output_tokens": 65536,

0 commit comments

Comments
 (0)