diff --git a/crates/goose-providers/src/declarative/definitions/zai.json b/crates/goose-providers/src/declarative/definitions/zai.json index 16398d4c8..7ca86a2bd 100644 --- a/crates/goose-providers/src/declarative/definitions/zai.json +++ b/crates/goose-providers/src/declarative/definitions/zai.json @@ -20,7 +20,7 @@ "preserves_thinking": true, "emit_clear_thinking": true, "models": [ - {"name": "glm-5.2", "context_limit": 1000000}, + {"name": "glm-5.3[1m]", "context_limit": 1000000, "reasoning": true}, {"name": "glm-5.1", "context_limit": 200000}, {"name": "glm-5", "context_limit": 204800}, {"name": "glm-5-turbo", "context_limit": 200000}, diff --git a/crates/goose-providers/src/declarative/definitions/zhipu.json b/crates/goose-providers/src/declarative/definitions/zhipu.json index e2e54ffd4..f86dbd2c7 100644 --- a/crates/goose-providers/src/declarative/definitions/zhipu.json +++ b/crates/goose-providers/src/declarative/definitions/zhipu.json @@ -11,7 +11,7 @@ "required": false, "secret": false, "default": "https://open.bigmodel.cn/api/paas/v4", - "description": "Zhipu API base URL. Change to https://open.bigmodel.cn/api/coding/paas/v4 for Coding Plan models like GLM-5.2." + "description": "Zhipu API base URL. Change to https://open.bigmodel.cn/api/coding/paas/v4 for Coding Plan models like GLM-5.3." } ], "catalog_provider_id": "zhipuai", @@ -23,7 +23,7 @@ {"name": "glm-4.7", "context_limit": 204800}, {"name": "glm-4.7-flash", "context_limit": 200000}, {"name": "glm-5", "context_limit": 204800}, - {"name": "glm-5.2", "context_limit": 1000000, "reasoning": true} + {"name": "glm-5.3", "context_limit": 1000000, "reasoning": true} ], "preserves_thinking": true, "supports_streaming": true