Next-generation MiniMax speech model after Speech 01 Turbo. Expected to improve zero-shot voice cloning and streaming TTS latency.
Next-generation MiniMax speech model after Speech 01 Turbo. Expected to improve zero-shot voice cloning and streaming TTS latency.
Why it matters: Chinese-market developers track MiniMax speech releases for the best bilingual TTS.
Expected pricing: ~$0.20 per 1K characters (unconfirmed)
Current MiniMax TTS — same request shape, auto-route on launch.
We'll auto-switch your API calls to MiniMax Speech 02 the moment it launches — no code changes required.
curl -X POST https://api.skillboss.co/v1/run \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"skill_id": "minimax/speech-01-turbo",
"input": {
"prompt": "Say hello from MiniMax Speech 02 — routed via SkillBoss"
}
}'Create a free SkillBoss account and we'll email you the moment routing is live — and automatically upgrade your API calls.
Create Free Account