MiMo Voice Clone 2.5
Upload a 5-second sample to clone and synthesize speech with extreme fidelity.
Updated 8/30/20261 code examples
About the Model
为什么选择 MiMo TTS 2.5?
MiMo TTS 2.5 是小米新一代工业级语音大模型,提供开箱即用的大师级预置音色库、无中生有的文本捏音(Voice Design)以及数秒极速克隆(Voice Clone)能力。
核心优势与能力
- 内置海量极品音色:无需繁琐调参,直接调用包含多种中英文方言与情绪的预置声音。
- 多方言与语言支持:全面覆盖普通话、英语、粤语、四川话、东北话等多语种。
- 亚秒级合成延迟:适合实时交互式语音助手与高并发配音场景。
免费依据
当前处于小米开放平台官方推广期,所有注册开发者均可免费不限量体验 TTS 基础合成与声音设计接口。
👉 注册福利:使用官方邀请码 TUE76X 注册,可额外获赠免费体验金与高速调用通道配额。
How to Access for Free (via Xiaomi)
为什么选择 MiMo 声音克隆?
仅需提供 5-10 秒清晰语音音频片段,即可精准捕捉发音人音色、共鸣与说话韵律,生成专属声音 ID 进行文字合成。
👉 注册福利:使用官方邀请码 TUE76X 注册,可额外获赠免费体验金与高速调用通道配额。
Try it in your browser
Pick a model, paste your own free key, and run. Your key is sent once to call the provider and never stored on our servers.
Pick a model, paste your own free key, and run. Your key is sent once to call the provider and never stored on our servers.
Code Examples
curl
curl https://api.xiaomimimo.com/v1/audio/voice-clone \
-H "Authorization: Bearer $XIAOMI_API_KEY" \
-F "audio=@sample.wav" \
-F "voice_name=my_cloned_voice"
Community Feedback
Comments are tied to your GitHub account — sign in to join the discussion.