feat: add GLM-4.7 model (#360)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Charles Packer
2025-12-22 22:11:50 -08:00
committed by GitHub
parent c868282453
commit 226d76f318

View File

@@ -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
}