From 77d78c22da174336f908b4c603f42faa467507f4 Mon Sep 17 00:00:00 2001 From: Charles Packer Date: Thu, 30 Oct 2025 18:18:25 -0700 Subject: [PATCH] feat: add glm-4.6 (#8) --- src/models.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/models.json b/src/models.json index 9ff6837..1b52128 100644 --- a/src/models.json +++ b/src/models.json @@ -2,8 +2,8 @@ { "id": "default", "handle": "anthropic/claude-sonnet-4-5-20250929", - "label": "Default (recommended)", - "description": "Use the default model (currently Sonnet 4.5)", + "label": "Claude Sonnet 4.5 (default)", + "description": "The recommended default model (currently Sonnet 4.5)", "isDefault": true, "updateArgs": { "contextWindow": 180000 } }, @@ -32,6 +32,15 @@ "contextWindow": 272000 } }, + { + "id": "glm-4.6", + "handle": "openrouter/z-ai/glm-4.6:exacto", + "label": "GLM-4.6", + "description": "The best open weights coding model", + "updateArgs": { + "contextWindow": 200000 + } + }, { "id": "gpt-5-minimal", "handle": "openai/gpt-5",