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