From 4409d7224b2ac92385b927d9423422433ac82f8b Mon Sep 17 00:00:00 2001 From: Ari Webb Date: Thu, 19 Mar 2026 12:39:39 -0700 Subject: [PATCH] feat: add m2.7 (#1453) --- src/models.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/models.json b/src/models.json index c39a1d5..9de2ad9 100644 --- a/src/models.json +++ b/src/models.json @@ -1468,12 +1468,24 @@ "parallel_tool_calls": true } }, + { + "id": "minimax-m2.7", + "handle": "minimax/MiniMax-M2.7", + "label": "MiniMax 2.7", + "description": "MiniMax's latest coding model", + "isFeatured": true, + "free": true, + "updateArgs": { + "context_window": 160000, + "max_output_tokens": 64000, + "parallel_tool_calls": true + } + }, { "id": "minimax-m2.5", "handle": "minimax/MiniMax-M2.5", "label": "MiniMax 2.5", - "description": "MiniMax's latest coding model", - "isFeatured": true, + "description": "MiniMax's latest coding model (legacy)", "free": true, "updateArgs": { "context_window": 160000,