mirror of
https://git.openapi.site/https://github.com/desirecore/config-center.git
synced 2026-07-23 03:13:20 +08:00
fix(compute): match MiMo V2.5 ASR exactly (#61)
Co-authored-by: DesireCore CI <ci@desirecore.test>
This commit is contained in:
@@ -169,6 +169,26 @@
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user