feat: add minimax m2.5 (#952)

This commit is contained in:
Ari Webb
2026-02-13 12:12:23 -08:00
committed by GitHub
parent 1f44612a01
commit a8e232d4ec

View File

@@ -545,11 +545,23 @@
"context_window": 200000
}
},
{
"id": "minimax-m2.5",
"handle": "minimax/MiniMax-M2.5",
"label": "MiniMax 2.5",
"description": "MiniMax's latest coding model",
"isFeatured": true,
"free": true,
"updateArgs": {
"context_window": 160000,
"max_output_tokens": 64000
}
},
{
"id": "minimax-m2.1",
"handle": "minimax/MiniMax-M2.1",
"label": "MiniMax 2.1",
"description": "MiniMax's latest coding model",
"description": "MiniMax's latest coding model (legacy)",
"isFeatured": true,
"free": true,
"updateArgs": {