Add Gemma 4 26B pricing for Vertex AI

Adds pricing entry for vertex_ai/google/gemma-4-26b-a4b-it-maas:
- Input: $0.15/M tokens (1.5e-07)
- Output: $0.60/M tokens (6.0e-07)
- Context: 256K tokens
- Supports: chat, function calling, vision, system messages

Source: https://cloud.google.com/vertex-ai/generative-ai/pricing
This commit is contained in:
Emerson Gomes 2026-04-30 22:01:05 -05:00
parent 3e1479c052
commit c979d43701
No known key found for this signature in database
GPG key ID: D3DF28AB5D1B5E17
2 changed files with 26 additions and 0 deletions

View file

@ -32732,6 +32732,19 @@
},
"web_search_billing_unit": "per_query"
},
"vertex_ai/google/gemma-4-26b-a4b-it-maas": {
"input_cost_per_token": 1.5e-07,
"litellm_provider": "vertex_ai",
"max_input_tokens": 256000,
"max_output_tokens": 8192,
"max_tokens": 8192,
"mode": "chat",
"output_cost_per_token": 6e-07,
"source": "https://cloud.google.com/vertex-ai/generative-ai/pricing",
"supports_function_calling": true,
"supports_system_messages": true,
"supports_vision": true
},
"vertex_ai/deep-research-pro-preview-12-2025": {
"input_cost_per_image": 0.0011,
"input_cost_per_token": 2e-06,

View file

@ -32786,6 +32786,19 @@
},
"web_search_billing_unit": "per_query"
},
"vertex_ai/google/gemma-4-26b-a4b-it-maas": {
"input_cost_per_token": 1.5e-07,
"litellm_provider": "vertex_ai",
"max_input_tokens": 256000,
"max_output_tokens": 8192,
"max_tokens": 8192,
"mode": "chat",
"output_cost_per_token": 6e-07,
"source": "https://cloud.google.com/vertex-ai/generative-ai/pricing",
"supports_function_calling": true,
"supports_system_messages": true,
"supports_vision": true
},
"vertex_ai/deep-research-pro-preview-12-2025": {
"input_cost_per_image": 0.0011,
"input_cost_per_token": 2e-06,