From b987bc5c2a0661513bf68d4e0be36d0fd2afcd05 Mon Sep 17 00:00:00 2001 From: Tim Xia Date: Wed, 8 Apr 2026 19:37:00 -0400 Subject: [PATCH] fix(cost-map): add us-south1 to vertex qwen3-235b-a22b-instruct-2507-maas --- litellm/model_prices_and_context_window_backup.json | 3 ++- model_prices_and_context_window.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index d781c91992d..910eaa29d0f 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -31944,7 +31944,8 @@ "output_cost_per_token": 1e-06, "source": "https://cloud.google.com/vertex-ai/generative-ai/pricing", "supported_regions": [ - "global" + "global", + "us-south1" ], "supports_function_calling": true, "supports_tool_choice": true diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index cfdb2911fdf..cf7f00ecde2 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -31929,7 +31929,8 @@ "output_cost_per_token": 1e-06, "source": "https://cloud.google.com/vertex-ai/generative-ai/pricing", "supported_regions": [ - "global" + "global", + "us-south1" ], "supports_function_calling": true, "supports_tool_choice": true