fix(providers): correct zai default model id and add glm-5.3-flash (#11674)

This commit is contained in:
SynthLuvr
2026-09-01 17:17:42 +00:00
committed by GitHub
parent 9d0c98595e
commit 3cb6434a02
@@ -16,11 +16,13 @@
],
"catalog_provider_id": "zai",
"model_doc_link": "https://docs.z.ai/devpack/tool/goose",
"fast_model": "glm-4.5-air",
"fast_model": "glm-5.3-flash",
"preserves_thinking": true,
"emit_clear_thinking": true,
"models": [
{"name": "glm-5.3[1m]", "context_limit": 1000000, "reasoning": true},
{"name": "glm-5.3", "context_limit": 1000000, "reasoning": true},
{"name": "glm-5.3-flash", "context_limit": 1000000, "reasoning": true},
{"name": "glm-5.2", "context_limit": 1000000},
{"name": "glm-5.1", "context_limit": 200000},
{"name": "glm-5", "context_limit": 204800},
{"name": "glm-5-turbo", "context_limit": 200000},