From 3cb6434a0248987d793995e8c2991cf11ca78218 Mon Sep 17 00:00:00 2001 From: SynthLuvr <131367121+SynthLuvr@users.noreply.github.com> Date: Tue, 1 Sep 2026 17:17:42 +0000 Subject: [PATCH] fix(providers): correct zai default model id and add glm-5.3-flash (#11674) --- crates/goose-providers/src/declarative/definitions/zai.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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},