Home / Mimo TTS / Mimo TTS 2.5 (Voice Design)

Free Mimo TTS 2.5 (Voice Design) API

Updated 5/11/2026

Create custom voices using natural language descriptions without needing an audio sample. 纯文本描述无中生有捏造声音,限时免费。

About the Model

为什么要选择 MiMo Voice Design 2.5?

这是一种颠覆传统的语音合成方式,它完全摒弃了传统的“选定音色”和“提供音频克隆”的思路,能够做到“无中生有”。

核心优势与特点

  • 自然语言捏制声音:您只需要输入类似于『粗犷、带点口音的中年大叔,说话直来直去』这样的文本描述,大模型就能根据语义理解直接生成出一个世上独一无二的声音。
  • 导演模式控制:支持通过提示词控制人物的背景、当下的场景、甚至是特定的演绎风格,给内容创作提供了无尽的想象空间。
  • 零样本需求:您甚至不需要准备几十秒的干净音频,彻底打破了素材限制。

How to call Mimo TTS 2.5 (Voice Design)

python
import os
from openai import OpenAI
import base64

client = OpenAI(
    api_key=os.environ.get("MIMO_API_KEY"),
    base_url="https://api.xiaomimimo.com/v1"
)

completion = client.chat.completions.create(
    model="mimo-v2.5-tts-voicedesign",
    messages=[
        {
            "role": "user", 
            "content": "A deep, gravelly middle-aged male voice with a heavy accent, sounding blunt and matter-of-fact."
        },
        {
            "role": "assistant", 
            "content": "I don't have time for games. Tell me what you know, or leave."
        }
    ],
    audio={ "format": "wav" }
)

audio_bytes = base64.b64decode(completion.choices[0].message.audio.data)
with open("designed_output.wav", "wb") as f:
    f.write(audio_bytes)

Provider Details

The following platforms provide free access to Mimo TTS 2.5 (Voice Design) through free tiers, trial credits, or daily quotas.

ProviderContext WindowFree QuotaRequires CCTrustAction
XiaomiN/AUnlimitedNo
Trust 90
Details

Frequently Asked Questions

Is Mimo TTS 2.5 (Voice Design) free to use?

Yes. Mimo TTS 2.5 (Voice Design) is available for free through 1 provider(s) listed below, with no purchase required.

What are the rate limits and quotas?

Free access varies by provider — Xiaomi: Unlimited.

How do I get a free Mimo TTS 2.5 (Voice Design) API key?

Sign up with Xiaomi, then create an API key from your dashboard. See the provider details above for the exact steps.

Which providers offer Mimo TTS 2.5 (Voice Design) for free?

Mimo TTS 2.5 (Voice Design) is currently available for free via: Xiaomi.

Know another free provider for Mimo TTS 2.5 (Voice Design)?

Help the community by sharing other ways to access this model for free.