feat: add direct MiniMax M2.1 support (#697)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Charles Packer
2026-01-26 22:10:58 -08:00
committed by GitHub
parent 7ab97e404d
commit fe53cac13c
2 changed files with 13 additions and 2 deletions

View File

@@ -501,13 +501,24 @@
"id": "glm-4.7",
"handle": "zai/glm-4.7",
"label": "GLM-4.7",
"description": "The best open weights coding model",
"description": "zAI's latest coding model",
"isFeatured": true,
"free": true,
"updateArgs": {
"context_window": 200000
}
},
{
"id": "minimax-m2.1",
"handle": "minimax/MiniMax-M2.1",
"label": "MiniMax 2.1",
"description": "MiniMax's latest coding model",
"isFeatured": true,
"free": true,
"updateArgs": {
"context_window": 180000
}
},
{
"id": "minimax-m2",
"handle": "openrouter/minimax/minimax-m2",