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

Free Mimo TTS 2.5 (Voice Clone) API

Updated 5/11/2026

Replicate any voice based on a short audio sample using MiMo-V2.5. 仅需短音频即可完美复刻音色,限时免费。

About the Model

为什么要选择 MiMo Voice Clone 2.5?

如果您需要为虚拟数字人、播客生成器或个性化应用提供极其逼真的音色复刻能力,这款模型是目前免费方案中的顶流。

核心优势与特点

  • 极简复刻体验:仅需上传一段不到 10MB 的 MP3 或 WAV 短音频,无需几十分钟的长时间训练,即刻复刻出目标人声。
  • 高还原度:精准捕捉发音人的音色、停顿习惯与情感共鸣。
  • 多语言发音:即便原音频是中文,复刻后的音色也能够流利朗读英文,打破了原发音人的语言壁垒。

How to call Mimo TTS 2.5 (Voice Clone)

python
import os
import base64
from openai import OpenAI

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

with open("sample.mp3", "rb") as f:
    voice_base64 = base64.b64encode(f.read()).decode("utf-8")

completion = client.chat.completions.create(
    model="mimo-v2.5-tts-voiceclone",
    messages=[
        {"role": "user", "content": ""},
        {"role": "assistant", "content": "This is my cloned voice speaking."}
    ],
    audio={
        "format": "wav",
        "voice": f"data:audio/mpeg;base64,{voice_base64}"
    }
)

Provider Details

The following platforms provide free access to Mimo TTS 2.5 (Voice Clone) 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 Clone) free to use?

Yes. Mimo TTS 2.5 (Voice Clone) 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 Clone) 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 Clone) for free?

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

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

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

Free Mimo TTS 2.5 (Voice Clone) API (2026) | Free AI API