|
4979 | 4979 | "supports_tool_choice": true
|
4980 | 4980 | },
|
4981 | 4981 | "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": { |
4982 | 5011 | "max_tokens": 65536,
|
4983 | 5012 | "max_input_tokens": 1048576,
|
4984 | 5013 | "max_output_tokens": 65536,
|
|
0 commit comments