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",