mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-06-08 08:07:21 +08:00
### What problem does this PR solve? implement MiniMax provider ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) - [x] New Feature (non-breaking change which adds functionality)
104 lines
2.0 KiB
JSON
104 lines
2.0 KiB
JSON
{
|
|
"name": "MiniMax",
|
|
"url": {
|
|
"default": "https://api.minimaxi.com/",
|
|
"global": "https://api.minimax.io/"
|
|
},
|
|
"url_suffix": {
|
|
"chat": "v1/text/chatcompletion_v2",
|
|
"models": "v1/models",
|
|
"tts": "v1/t2a_v2",
|
|
"files": "v1/files/list"
|
|
},
|
|
"class": "minimax",
|
|
"models": [
|
|
{
|
|
"name": "minimax-m2.7",
|
|
"max_tokens": 204800,
|
|
"model_types": [
|
|
"chat"
|
|
],
|
|
"thinking": {
|
|
"default_value": true,
|
|
"clear_thinking": true
|
|
}
|
|
},
|
|
{
|
|
"name": "minimax-m2.7-highspeed",
|
|
"max_tokens": 204800,
|
|
"model_types": [
|
|
"chat"
|
|
],
|
|
"thinking": {
|
|
"default_value": true,
|
|
"clear_thinking": true
|
|
}
|
|
},
|
|
{
|
|
"name": "minimax-m2.5",
|
|
"max_tokens": 204800,
|
|
"model_types": [
|
|
"chat"
|
|
],
|
|
"thinking": {
|
|
"default_value": true,
|
|
"clear_thinking": true
|
|
}
|
|
},
|
|
{
|
|
"name": "minimax-m2.5-highspeed",
|
|
"max_tokens": 204800,
|
|
"model_types": [
|
|
"chat"
|
|
],
|
|
"thinking": {
|
|
"default_value": true,
|
|
"clear_thinking": true
|
|
}
|
|
},
|
|
{
|
|
"name": "minimax-m2.1",
|
|
"max_tokens": 204800,
|
|
"model_types": [
|
|
"chat"
|
|
],
|
|
"thinking": {
|
|
"default_value": true,
|
|
"clear_thinking": true
|
|
}
|
|
},
|
|
{
|
|
"name": "minimax-m2.1-highspeed",
|
|
"max_tokens": 204800,
|
|
"model_types": [
|
|
"chat"
|
|
],
|
|
"thinking": {
|
|
"default_value": true,
|
|
"clear_thinking": true
|
|
}
|
|
},
|
|
{
|
|
"name": "minimax-m2",
|
|
"max_tokens": 204800,
|
|
"model_types": [
|
|
"chat"
|
|
],
|
|
"thinking": {
|
|
"default_value": true,
|
|
"clear_thinking": true
|
|
}
|
|
},
|
|
{
|
|
"name": "minimax-m2-her",
|
|
"max_tokens": 65536,
|
|
"model_types": [
|
|
"chat"
|
|
],
|
|
"thinking": {
|
|
"default_value": true,
|
|
"clear_thinking": true
|
|
}
|
|
}
|
|
]
|
|
} |