From ee93a80e91e57804a6c68d235a0ee0dbd290878e Mon Sep 17 00:00:00 2001 From: Yongteng Lei Date: Wed, 24 Dec 2025 16:08:09 +0800 Subject: [PATCH] Feat: add MiniMax M2.1 (#12148) ### What problem does this PR solve? Add MiniMax M2.1. ### Type of change - [x] New Feature (non-breaking change which adds functionality) Co-authored-by: Jin Hai --- conf/llm_factories.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conf/llm_factories.json b/conf/llm_factories.json index 0f0b979da..451c8f452 100644 --- a/conf/llm_factories.json +++ b/conf/llm_factories.json @@ -1258,6 +1258,12 @@ "status": "1", "rank": "810", "llm": [ + { + "llm_name": "MiniMax-M2.1", + "tags": "LLM,CHAT,200k", + "max_tokens": 200000, + "model_type": "chat" + }, { "llm_name": "MiniMax-M2", "tags": "LLM,CHAT,200k",