diff --git a/crates/goose-providers/src/declarative/definitions/zai.json b/crates/goose-providers/src/declarative/definitions/zai.json index 7ca86a2bd..c01e3ae82 100644 --- a/crates/goose-providers/src/declarative/definitions/zai.json +++ b/crates/goose-providers/src/declarative/definitions/zai.json @@ -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},