@@ -10994,10 +10994,12 @@
1099410994 "supports_web_search": true
1099510995 },
1099610996 "gemini-3-pro-preview": {
10997- "cache_read_input_token_cost": 1.25e-07,
10997+ "cache_read_input_token_cost": 2e-07,
10998+ "cache_read_input_token_cost_above_200k_tokens": 4e-07,
1099810999 "cache_creation_input_token_cost_above_200k_tokens": 2.5e-07,
1099911000 "input_cost_per_token": 2e-06,
1100011001 "input_cost_per_token_above_200k_tokens": 4e-06,
11002+ "input_cost_per_token_batches": 1e-06,
1100111003 "litellm_provider": "vertex_ai-language-models",
1100211004 "max_audio_length_hours": 8.4,
1100311005 "max_audio_per_prompt": 1,
@@ -11011,10 +11013,60 @@
1101111013 "mode": "chat",
1101211014 "output_cost_per_token": 1.2e-05,
1101311015 "output_cost_per_token_above_200k_tokens": 1.8e-05,
11016+ "output_cost_per_token_batches": 6e-06,
1101411017 "source": "https://cloud.google.com/vertex-ai/generative-ai/pricing",
1101511018 "supported_endpoints": [
1101611019 "/v1/chat/completions",
11017- "/v1/completions"
11020+ "/v1/completions",
11021+ "/v1/batch"
11022+ ],
11023+ "supported_modalities": [
11024+ "text",
11025+ "image",
11026+ "audio",
11027+ "video"
11028+ ],
11029+ "supported_output_modalities": [
11030+ "text"
11031+ ],
11032+ "supports_audio_input": true,
11033+ "supports_function_calling": true,
11034+ "supports_pdf_input": true,
11035+ "supports_prompt_caching": true,
11036+ "supports_reasoning": true,
11037+ "supports_response_schema": true,
11038+ "supports_system_messages": true,
11039+ "supports_tool_choice": true,
11040+ "supports_video_input": true,
11041+ "supports_vision": true,
11042+ "supports_web_search": true
11043+ },
11044+ "vertex_ai/gemini-3-pro-preview": {
11045+ "cache_read_input_token_cost": 2e-07,
11046+ "cache_read_input_token_cost_above_200k_tokens": 4e-07,
11047+ "cache_creation_input_token_cost_above_200k_tokens": 2.5e-07,
11048+ "input_cost_per_token": 2e-06,
11049+ "input_cost_per_token_above_200k_tokens": 4e-06,
11050+ "input_cost_per_token_batches": 1e-06,
11051+ "litellm_provider": "vertex_ai",
11052+ "max_audio_length_hours": 8.4,
11053+ "max_audio_per_prompt": 1,
11054+ "max_images_per_prompt": 3000,
11055+ "max_input_tokens": 1048576,
11056+ "max_output_tokens": 65535,
11057+ "max_pdf_size_mb": 30,
11058+ "max_tokens": 65535,
11059+ "max_video_length": 1,
11060+ "max_videos_per_prompt": 10,
11061+ "mode": "chat",
11062+ "output_cost_per_token": 1.2e-05,
11063+ "output_cost_per_token_above_200k_tokens": 1.8e-05,
11064+ "output_cost_per_token_batches": 6e-06,
11065+ "source": "https://cloud.google.com/vertex-ai/generative-ai/pricing",
11066+ "supported_endpoints": [
11067+ "/v1/chat/completions",
11068+ "/v1/completions",
11069+ "/v1/batch"
1101811070 ],
1101911071 "supported_modalities": [
1102011072 "text",
1269712749 "tpm": 800000
1269812750 },
1269912751 "gemini/gemini-3-pro-preview": {
12700- "cache_read_input_token_cost": 3.125e-07,
12752+ "cache_read_input_token_cost": 2e-07,
12753+ "cache_read_input_token_cost_above_200k_tokens": 4e-07,
1270112754 "input_cost_per_token": 2e-06,
1270212755 "input_cost_per_token_above_200k_tokens": 4e-06,
12756+ "input_cost_per_token_batches": 1e-06,
1270312757 "litellm_provider": "gemini",
1270412758 "max_audio_length_hours": 8.4,
1270512759 "max_audio_per_prompt": 1,
@@ -12713,11 +12767,13 @@
1271312767 "mode": "chat",
1271412768 "output_cost_per_token": 1.2e-05,
1271512769 "output_cost_per_token_above_200k_tokens": 1.8e-05,
12770+ "output_cost_per_token_batches": 6e-06,
1271612771 "rpm": 2000,
1271712772 "source": "https://cloud.google.com/vertex-ai/generative-ai/pricing",
1271812773 "supported_endpoints": [
1271912774 "/v1/chat/completions",
12720- "/v1/completions"
12775+ "/v1/completions",
12776+ "/v1/batch"
1272112777 ],
1272212778 "supported_modalities": [
1272312779 "text",
0 commit comments