Merge pull request #24338 from Chesars/feat/bedrock-glm-5-24227

feat(bedrock): add Z.AI GLM-5 model support
This commit is contained in:
Cesar Garcia 2026-03-21 23:27:01 -03:00 committed by GitHub
commit 74016362bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32693,6 +32693,20 @@
"supports_tool_choice": true,
"source": "https://aws.amazon.com/bedrock/pricing/"
},
"zai.glm-5": {
"input_cost_per_token": 1e-06,
"litellm_provider": "bedrock_converse",
"max_input_tokens": 200000,
"max_output_tokens": 128000,
"max_tokens": 128000,
"mode": "chat",
"output_cost_per_token": 3.2e-06,
"supports_function_calling": true,
"supports_reasoning": true,
"supports_system_messages": true,
"supports_tool_choice": true,
"source": "https://aws.amazon.com/bedrock/pricing/"
},
"zai.glm-4.7-flash": {
"input_cost_per_token": 7e-08,
"litellm_provider": "bedrock_converse",