Files
ragflow/conf/models/minimax.json
jay77721 47ecc2a231 feat: populate content_length and max_output from official docs (#17836)
## Summary

- Verify and populate `content_length` (context window) and `max_output`
(max generation tokens) for all **478 chat/vision models** across **47
provider configs**
- Data sourced from **official API documentation** via 12 parallel
agents + targeted web verification
- Update Go test assertions to match verified values

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-08-05 15:22:57 +08:00

133 lines
2.6 KiB
JSON

{
"name": "MiniMax",
"rank": 987,
"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-M3",
"content_length": 1024000,
"max_output": 131072,
"model_types": [
"chat"
],
"thinking": {
"default_value": true,
"clear_thinking": true
}
},
{
"name": "minimax-m2.7",
"content_length": 204800,
"max_output": 128000,
"model_types": [
"chat"
],
"thinking": {
"default_value": true,
"clear_thinking": true
}
},
{
"name": "minimax-m2.7-highspeed",
"content_length": 204800,
"max_output": 131072,
"model_types": [
"chat"
],
"thinking": {
"default_value": true,
"clear_thinking": true
}
},
{
"name": "minimax-m2.5",
"content_length": 204800,
"max_output": 128000,
"model_types": [
"chat"
],
"thinking": {
"default_value": true,
"clear_thinking": true
}
},
{
"name": "minimax-m2.5-highspeed",
"content_length": 204800,
"max_output": 131072,
"model_types": [
"chat"
],
"thinking": {
"default_value": true,
"clear_thinking": true
}
},
{
"name": "minimax-m2.1",
"content_length": 204800,
"max_output": 128000,
"model_types": [
"chat"
],
"thinking": {
"default_value": true,
"clear_thinking": true
}
},
{
"name": "minimax-m2.1-highspeed",
"content_length": 204800,
"max_output": 131072,
"model_types": [
"chat"
],
"thinking": {
"default_value": true,
"clear_thinking": true
}
},
{
"name": "minimax-m2",
"content_length": 204800,
"max_output": 128000,
"model_types": [
"chat"
],
"thinking": {
"default_value": true,
"clear_thinking": true
}
},
{
"name": "minimax-m2-her",
"content_length": 65536,
"max_output": 16384,
"model_types": [
"chat"
],
"thinking": {
"default_value": true,
"clear_thinking": true
}
},
{
"name": "speech-2.8-hd",
"max_tokens": 8192,
"model_types": [
"tts"
]
}
]
}