# Xiaomi: mimo-v2.5-tts — API on ChinaAPI

> Xiaomi MiMo-V2.5-TTS — expressive multilingual speech synthesis with built-in voices, natural-language style instructions, emotion, pace, tone, dialect, and character control.

- Canonical page: https://chinaapi-ru.com/en/models/mimo-v2.5-tts/
- Model ID: `mimo-v2.5-tts`
- Type: speech synthesis (TTS)
- Modalities: Text input, audio output
- Capabilities: Audio, Text-to-Speech, Multilingual, Style Control, Built-in Voices
- Billing: $0 per 10k characters (USD)
- Endpoint: `POST https://api.chinaapi-ru.com/v1/chat/completions` (Chat Completions with messages plus an audio output configuration)
- Price note: Limited-time free upstream pricing; check live pricing before production rollout.
- Pricing basis: The displayed media rate may include a service margin covering provider input/output billing, payment processing, chargeback exposure, and operations. Any margin is included in the displayed rate and is not added separately.
- Access: no mainland-China account or phone number required; $2 free trial credit
- Sign up: https://dash.chinaapi-ru.com/register?utm_source=chinaapi&utm_medium=model-md&utm_campaign=mimo-v2.5-tts

## Quickstart

```
curl -X POST https://api.chinaapi-ru.com/v1/chat/completions \
  -H "Authorization: Bearer sk-..." \
  -H "Content-Type: application/json" \
  -d '{
    "model": "mimo-v2.5-tts",
    "messages": [
      {"role": "user", "content": "Natural, clear, and friendly delivery"},
      {"role": "assistant", "content": "Welcome to ChinaAPI. 欢迎使用语音模型。"}
    ],
    "audio": {"format": "wav", "voice": "冰糖"}
  }' > response.json
```

## FAQ

**How do I use mimo-v2.5-tts?**
Use mimo-v2.5-tts through ChinaAPI with an API key and the OpenAI-compatible endpoint shown on this page.

**How much does mimo-v2.5-tts cost?**
mimo-v2.5-tts is $0 per 10k characters, paid in USD. The live pricing page is authoritative. The displayed media rate may include a service margin covering provider input/output billing, payment processing, chargeback exposure, and operations. Any margin is included in the displayed rate and is not added separately.

**Does mimo-v2.5-tts need a Chinese account?**
No. ChinaAPI provides access without a mainland-China account or phone number and includes a $2 free trial. Check live pricing for the displayed USD rate.

---
Markdown twin of https://chinaapi-ru.com/en/models/mimo-v2.5-tts/ — generated by scripts/gen_model_pages.py. Full catalog: https://chinaapi-ru.com/llms-full.txt
