fix(providers): correct zai default model id and add glm-5.3-flash (#11674)
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user