mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
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:
parent
3f18cd2fdc
commit
c63b7965bd
2 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue