From a8e232d4ec940dd0ac61cf51127f7f322db28d71 Mon Sep 17 00:00:00 2001 From: Ari Webb Date: Fri, 13 Feb 2026 12:12:23 -0800 Subject: [PATCH] feat: add minimax m2.5 (#952) --- src/models.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/models.json b/src/models.json index 823b9c2..a48494b 100644 --- a/src/models.json +++ b/src/models.json @@ -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": {