Xiaomi Mimo TTS 2.5

Free access directly via Xiaomi Platform.

Updated 8/29/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)

限时免费依据

当前处于小米官方推广阶段,完全不扣除任何额度。

通过我的邀请码注册为新用户,即可获得 $2 API 体验金。邀请码:TUE76X。注册:https://platform.xiaomimimo.com?ref=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/speech \
  -H "Authorization: Bearer $XIAOMI_API_KEY" \
  -d '{"model": "mimo-v2.5-tts", "input": "Hello world!"}'

Community Feedback

Comments are tied to your GitHub account — sign in to join the discussion.