mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-08 00:18:12 +08:00
## 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>
53 lines
841 B
JSON
53 lines
841 B
JSON
{
|
|
"name": "Xiaomi",
|
|
"url": {
|
|
"default": "https://api.xiaomimimo.com/v1"
|
|
},
|
|
"url_suffix": {
|
|
"chat": "chat/completions"
|
|
},
|
|
"models": [
|
|
{
|
|
"name": "mimo-v2.5-pro",
|
|
"content_length": 128000,
|
|
"max_output": 8192,
|
|
"model_types": [
|
|
"chat"
|
|
],
|
|
"tools": {
|
|
"support": true
|
|
}
|
|
},
|
|
{
|
|
"name": "mimo-v2.5",
|
|
"content_length": 128000,
|
|
"max_output": 8192,
|
|
"model_types": [
|
|
"chat"
|
|
],
|
|
"tools": {
|
|
"support": true
|
|
}
|
|
},
|
|
{
|
|
"name": "mimo-v2.5-asr",
|
|
"max_tokens": 8192,
|
|
"model_types": [
|
|
"asr"
|
|
]
|
|
},
|
|
{
|
|
"name": "mimo-v2.5-tts",
|
|
"model_types": [
|
|
"tts"
|
|
]
|
|
},
|
|
{
|
|
"name": "mimo-v2-tts",
|
|
"model_types": [
|
|
"tts"
|
|
]
|
|
}
|
|
]
|
|
}
|