Files
config-center/compute/model-specs/xiaomi.json
Johnson-LYS 29ef625f32 fix(compute): match MiMo V2.5 ASR exactly (#61)
Co-authored-by: DesireCore CI <ci@desirecore.test>
2026-07-20 17:29:05 +08:00

260 lines
6.0 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"description": "小米 MiMo 系列模型规格。参数来源https://platform.xiaomimimo.com/docs/zh-CN/quick-start/model。注意 v2-pro/v2-omni 自 2026-06-01 起转发到 v2.5 系列2026-06-30 正式停用,规格库仍保留供存量 NewAPI 渠道正确展示参数。",
"specs": [
{
"id": "mimo-v2.5-pro",
"displayName": "MiMo V2.5 Pro",
"family": "mimo-v2.5-pro",
"match": {
"patterns": [
"mimo-v2.5-pro*",
"mimo-v2-5-pro*"
]
},
"spec": {
"contextWindow": 1000000,
"maxOutputTokens": 131072,
"capabilities": [
"chat",
"reasoning",
"tool_use",
"code",
"vision"
],
"serviceType": [
"chat",
"reasoning"
],
"defaultTemperature": 1,
"supportsReasoning": true,
"description": "小米 MiMo 旗舰推理模型,支持文本/图像/工具调用"
}
},
{
"id": "mimo-v2.5",
"displayName": "MiMo V2.5",
"family": "mimo-v2.5",
"match": {
"exact": [
"mimo-v2.5"
],
"patterns": [
"mimo-v2.5-chat*",
"mimo-v2-5*"
]
},
"spec": {
"contextWindow": 1000000,
"maxOutputTokens": 131072,
"capabilities": [
"chat",
"reasoning",
"vision",
"tool_use",
"code"
],
"serviceType": [
"chat",
"vision"
],
"defaultTemperature": 1,
"supportsReasoning": true,
"description": "小米 MiMo 全模态模型,支持图像/音频/视频理解"
}
},
{
"id": "mimo-v2-pro",
"displayName": "MiMo V2 Pro已停用→转发至 V2.5 Pro",
"family": "mimo-v2-pro",
"match": {
"patterns": [
"mimo-v2-pro*"
]
},
"spec": {
"contextWindow": 1000000,
"maxOutputTokens": 131072,
"capabilities": [
"chat",
"reasoning",
"tool_use",
"code",
"vision"
],
"serviceType": [
"chat",
"reasoning"
],
"defaultTemperature": 1,
"supportsReasoning": true,
"description": "小米 MiMo V2 Pro自 2026-06-01 转发至 V2.5 Pro",
"retiredAt": "2026-06-30"
}
},
{
"id": "mimo-v2-omni",
"displayName": "MiMo V2 Omni已停用→转发至 V2.5",
"family": "mimo-v2-omni",
"match": {
"patterns": [
"mimo-v2-omni*"
]
},
"spec": {
"contextWindow": 256000,
"maxOutputTokens": 131072,
"capabilities": [
"chat",
"reasoning",
"vision",
"tool_use",
"code"
],
"serviceType": [
"chat",
"vision"
],
"defaultTemperature": 1,
"supportsReasoning": true,
"description": "小米 MiMo V2 全模态(自 2026-06-01 转发至 V2.5",
"retiredAt": "2026-06-30"
}
},
{
"id": "mimo-v2-flash",
"displayName": "MiMo V2 Flash",
"family": "mimo-v2-flash",
"match": {
"patterns": [
"mimo-v2-flash*"
]
},
"spec": {
"contextWindow": 256000,
"maxOutputTokens": 65536,
"capabilities": [
"chat",
"reasoning",
"tool_use",
"code",
"fast"
],
"serviceType": [
"fast"
],
"defaultTemperature": 1,
"supportsReasoning": true,
"description": "小米 MiMo 快速版,适合高频低延迟任务"
}
},
{
"id": "mimo-v2.5-tts",
"displayName": "MiMo V2.5 TTS",
"family": "mimo-v2.5-tts",
"match": {
"exact": [
"mimo-v2.5-tts"
]
},
"spec": {
"contextWindow": 8192,
"capabilities": [
"tts",
"multilingual",
"style_control"
],
"serviceType": [
"tts"
],
"description": "小米 MiMo 语音合成,支持多语言与风格控制"
}
},
{
"id": "mimo-v2.5-asr",
"displayName": "MiMo V2.5 ASR",
"family": "mimo-v2.5-asr",
"match": {
"exact": [
"mimo-v2.5-asr"
]
},
"spec": {
"capabilities": [
"asr",
"multilingual"
],
"serviceType": [
"asr"
],
"description": "小米 MiMo 语音识别模型"
}
},
{
"id": "mimo-v2.5-tts-voiceclone",
"displayName": "MiMo V2.5 TTS Voice Clone",
"family": "mimo-v2.5-tts",
"match": {
"exact": [
"mimo-v2.5-tts-voiceclone"
]
},
"spec": {
"contextWindow": 8192,
"capabilities": [
"tts",
"voice_clone",
"multilingual"
],
"serviceType": [
"tts",
"voice_clone"
],
"description": "小米 MiMo 声音复刻合成"
}
},
{
"id": "mimo-v2.5-tts-voicedesign",
"displayName": "MiMo V2.5 TTS Voice Design",
"family": "mimo-v2.5-tts",
"match": {
"exact": [
"mimo-v2.5-tts-voicedesign"
]
},
"spec": {
"contextWindow": 8192,
"capabilities": [
"tts",
"voice_design",
"multilingual"
],
"serviceType": [
"tts"
],
"description": "小米 MiMo 自定义音色设计合成"
}
},
{
"id": "mimo-v2-tts",
"displayName": "MiMo V2 TTS",
"family": "mimo-v2-tts",
"match": {
"exact": [
"mimo-v2-tts"
]
},
"spec": {
"contextWindow": 8192,
"capabilities": [
"tts",
"multilingual"
],
"serviceType": [
"tts"
],
"description": "小米 MiMo V2 语音合成(旧版)"
}
}
]
}