mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-03 09:11:59 +08:00
@@ -1340,6 +1340,13 @@
|
||||
"rank": "810",
|
||||
"url": "https://api.minimaxi.com/v1",
|
||||
"llm": [
|
||||
{
|
||||
"llm_name": "MiniMax-M3",
|
||||
"tags": "LLM,CHAT,1M",
|
||||
"max_tokens": 1000000,
|
||||
"model_type": "chat",
|
||||
"is_tools": true
|
||||
},
|
||||
{
|
||||
"llm_name": "MiniMax-M2.7",
|
||||
"tags": "LLM,CHAT,200k",
|
||||
|
||||
@@ -12,6 +12,17 @@
|
||||
},
|
||||
"class": "minimax",
|
||||
"models": [
|
||||
{
|
||||
"name": "MiniMax-M3",
|
||||
"max_tokens": 1000000,
|
||||
"model_types": [
|
||||
"chat"
|
||||
],
|
||||
"thinking": {
|
||||
"default_value": true,
|
||||
"clear_thinking": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "minimax-m2.7",
|
||||
"max_tokens": 204800,
|
||||
@@ -108,4 +119,4 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user