From fe8a4042d2e820930900d79607f6f63a9f4989f1 Mon Sep 17 00:00:00 2001 From: Ari Webb Date: Mon, 9 Feb 2026 18:46:48 -0800 Subject: [PATCH] fix: minimax throws errors at higher token counts (#881) --- src/models.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/models.json b/src/models.json index 4386247..bd127f5 100644 --- a/src/models.json +++ b/src/models.json @@ -551,7 +551,8 @@ "isFeatured": true, "free": true, "updateArgs": { - "context_window": 180000 + "context_window": 160000, + "max_output_tokens": 64000 } }, { @@ -560,7 +561,8 @@ "label": "Minimax M2", "description": "Minimax's latest model", "updateArgs": { - "context_window": 196000 + "context_window": 160000, + "max_output_tokens": 64000 } }, {