From c979d437018682bfe84811e0c7ec5e34ecbdeea2 Mon Sep 17 00:00:00 2001 From: Emerson Gomes Date: Thu, 30 Apr 2026 22:01:05 -0500 Subject: [PATCH] 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 --- litellm/model_prices_and_context_window_backup.json | 13 +++++++++++++ model_prices_and_context_window.json | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index 8511d785fb7..f758128dcb6 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -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, diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 114883f530b..a0b43678d9a 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -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,