From 81f5fc67b826b1502c2ce57ffcb1fec707e3129a Mon Sep 17 00:00:00 2001 From: Iana Date: Fri, 15 May 2026 23:01:46 +0100 Subject: [PATCH] =?UTF-8?q?fix(vertex=5Fai):=20address=20greptile=20feedba?= =?UTF-8?q?ck=20=E2=80=94=20provider=20category,=20canonical=20URL,=20sync?= =?UTF-8?q?=20backup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../model_prices_and_context_window_backup.json | 16 ++++++++++++++++ model_prices_and_context_window.json | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index 2000e4e3064..5c9b6052522 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -32011,6 +32011,22 @@ "us-central1" ] }, + "vertex_ai/google/gemma-4-26b-a4b-it-maas": { + "input_cost_per_token": 1.5e-07, + "litellm_provider": "vertex_ai-openai_models", + "max_input_tokens": 256000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 6e-07, + "source": "https://cloud.google.com/vertex-ai/generative-ai/docs/maas/google/gemma-4-26b-a4b-it", + "supported_regions": [ + "global" + ], + "supports_function_calling": true, + "supports_tool_choice": true, + "supports_vision": true + }, "vertex_ai/openai/gpt-oss-120b-maas": { "input_cost_per_token": 1.5e-07, "litellm_provider": "vertex_ai-openai_models", diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index f4fc73f5720..332d15cae11 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -31998,13 +31998,13 @@ }, "vertex_ai/google/gemma-4-26b-a4b-it-maas": { "input_cost_per_token": 1.5e-07, - "litellm_provider": "vertex_ai-language-models", + "litellm_provider": "vertex_ai-openai_models", "max_input_tokens": 256000, "max_output_tokens": 128000, "max_tokens": 128000, "mode": "chat", "output_cost_per_token": 6e-07, - "source": "https://docs.cloud.google.com/vertex-ai/generative-ai/docs/maas/google/gemma-4-26b-a4b-it", + "source": "https://cloud.google.com/vertex-ai/generative-ai/docs/maas/google/gemma-4-26b-a4b-it", "supported_regions": [ "global" ],