fix: minimax throws errors at higher token counts (#881)

This commit is contained in:
Ari Webb
2026-02-09 18:46:48 -08:00
committed by GitHub
parent 97c4526874
commit fe8a4042d2

View File

@@ -551,7 +551,8 @@
"isFeatured": true, "isFeatured": true,
"free": true, "free": true,
"updateArgs": { "updateArgs": {
"context_window": 180000 "context_window": 160000,
"max_output_tokens": 64000
} }
}, },
{ {
@@ -560,7 +561,8 @@
"label": "Minimax M2", "label": "Minimax M2",
"description": "Minimax's latest model", "description": "Minimax's latest model",
"updateArgs": { "updateArgs": {
"context_window": 196000 "context_window": 160000,
"max_output_tokens": 64000
} }
}, },
{ {