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",