diff --git a/conf/llm_factories.json b/conf/llm_factories.json index 170e22340c..69db0f7964 100644 --- a/conf/llm_factories.json +++ b/conf/llm_factories.json @@ -1300,6 +1300,20 @@ "rank": "810", "url": "https://api.minimaxi.com/v1", "llm": [ + { + "llm_name": "MiniMax-M2.7", + "tags": "LLM,CHAT,200k", + "max_tokens": 204800, + "model_type": "chat", + "is_tools": true + }, + { + "llm_name": "MiniMax-M2.7-highspeed", + "tags": "LLM,CHAT,200k", + "max_tokens": 204800, + "model_type": "chat", + "is_tools": true + }, { "llm_name": "MiniMax-M2.5", "tags": "LLM,CHAT,200k",