mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-09-07 02:13:35 +08:00
feat(compute): add MiMo speech protocol metadata
This commit is contained in:
@@ -156,6 +156,7 @@
|
||||
},
|
||||
"spec": {
|
||||
"contextWindow": 8192,
|
||||
"maxOutputTokens": 8192,
|
||||
"capabilities": [
|
||||
"tts",
|
||||
"multilingual",
|
||||
@@ -164,7 +165,43 @@
|
||||
"serviceType": [
|
||||
"tts"
|
||||
],
|
||||
"description": "小米 MiMo 语音合成,支持多语言与风格控制"
|
||||
"description": "小米 MiMo 语音合成,支持多语言与风格控制",
|
||||
"extra": {
|
||||
"modelOrigin": {
|
||||
"vendor": "xiaomi",
|
||||
"canonicalModelId": "mimo-v2.5-tts",
|
||||
"family": "mimo-tts"
|
||||
},
|
||||
"speech": {
|
||||
"protocol": "xiaomi-mimo-chat-tts",
|
||||
"protocolVersion": "1",
|
||||
"modes": [
|
||||
"batch",
|
||||
"streaming"
|
||||
],
|
||||
"outputFormats": [
|
||||
"wav",
|
||||
"mp3",
|
||||
"pcm16le"
|
||||
],
|
||||
"sampleRates": [
|
||||
24000
|
||||
],
|
||||
"defaultVoice": "mimo_default",
|
||||
"voices": [
|
||||
{ "id": "mimo_default", "label": "MiMo 默认" },
|
||||
{ "id": "冰糖", "label": "冰糖" },
|
||||
{ "id": "茉莉", "label": "茉莉" },
|
||||
{ "id": "苏打", "label": "苏打" },
|
||||
{ "id": "白桦", "label": "白桦" },
|
||||
{ "id": "Mia", "label": "Mia" },
|
||||
{ "id": "Chloe", "label": "Chloe" },
|
||||
{ "id": "Milo", "label": "Milo" },
|
||||
{ "id": "Dean", "label": "Dean" }
|
||||
]
|
||||
}
|
||||
},
|
||||
"releasedAt": "2026-04-23"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -177,6 +214,8 @@
|
||||
]
|
||||
},
|
||||
"spec": {
|
||||
"contextWindow": 8192,
|
||||
"maxOutputTokens": 2048,
|
||||
"capabilities": [
|
||||
"asr",
|
||||
"multilingual"
|
||||
@@ -184,7 +223,27 @@
|
||||
"serviceType": [
|
||||
"asr"
|
||||
],
|
||||
"description": "小米 MiMo 语音识别模型"
|
||||
"description": "小米 MiMo 语音识别模型,支持中英文语言提示与整段音频识别",
|
||||
"extra": {
|
||||
"modelOrigin": {
|
||||
"vendor": "xiaomi",
|
||||
"canonicalModelId": "mimo-v2.5-asr",
|
||||
"family": "mimo-asr"
|
||||
},
|
||||
"speech": {
|
||||
"protocol": "xiaomi-mimo-chat-asr",
|
||||
"protocolVersion": "1",
|
||||
"modes": [
|
||||
"batch"
|
||||
],
|
||||
"inputFormats": [
|
||||
"wav",
|
||||
"mp3"
|
||||
],
|
||||
"languageHints": true
|
||||
}
|
||||
},
|
||||
"releasedAt": "2026-06-02"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user