fix(vertex_ai): add supported_regions for zai-org/glm-4.7-maas

Add `supported_regions: ["global"]` to the GLM-4.7 model configuration
so that LiteLLM automatically uses the correct global endpoint.

Without this, users must manually specify `vertex_location: global`,
otherwise LiteLLM defaults to us-central1 which returns 404.
This commit is contained in:
Chesars 2026-01-14 16:06:20 -03:00
parent 3f18cd2fdc
commit c63b7965bd
2 changed files with 6 additions and 0 deletions

View file

@ -33840,6 +33840,9 @@
"mode": "chat",
"output_cost_per_token": 2.2e-06,
"source": "https://cloud.google.com/vertex-ai/generative-ai/pricing#partner-models",
"supported_regions": [
"global"
],
"supports_function_calling": true,
"supports_reasoning": true,
"supports_tool_choice": true

View file

@ -33840,6 +33840,9 @@
"mode": "chat",
"output_cost_per_token": 2.2e-06,
"source": "https://cloud.google.com/vertex-ai/generative-ai/pricing#partner-models",
"supported_regions": [
"global"
],
"supports_function_calling": true,
"supports_reasoning": true,
"supports_tool_choice": true