From 226d76f3181ae0619df4c3490cbddbc5bb6c201a Mon Sep 17 00:00:00 2001 From: Charles Packer Date: Mon, 22 Dec 2025 22:11:50 -0800 Subject: [PATCH] feat: add GLM-4.7 model (#360) Co-authored-by: Letta --- src/models.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/models.json b/src/models.json index 8f6c8b5..a55460a 100644 --- a/src/models.json +++ b/src/models.json @@ -310,7 +310,17 @@ "id": "glm-4.6", "handle": "zai/glm-4.6", "label": "GLM-4.6", + "description": "Zai's GLM-4.6 model", + "updateArgs": { + "context_window": 200000 + } + }, + { + "id": "glm-4.7", + "handle": "zai/glm-4.7", + "label": "GLM-4.7", "description": "The best open weights coding model", + "isFeatured": true, "updateArgs": { "context_window": 200000 }