| Model | Per 1K characters | Best for |
|---|---|---|
| minimax-speech-2.8-hd | $0.054 | Studio-grade voices, emotion control |
| minimax-speech-2.6-hd | $0.054 | High-definition multilingual |
| minimax-speech-02-hd | $0.054 | Rich expressive timbres |
| minimax-speech-2.8-turbo | $0.031 | Low-latency realtime apps |
| minimax-speech-2.6-turbo | $0.031 | Cost-optimized TTS at scale |
| minimax-speech-02-turbo | $0.031 | Economical bulk narration |
| NovAI (MiniMax Speech) | ElevenLabs | |
|---|---|---|
| Flagship / multilingual TTS | $0.054 / 1K chars (2.8 HD) | $0.10 / 1K chars (Multilingual v2/v3) |
| Fast / low-latency tier | $0.031 / 1K chars (Turbo) | $0.05 / 1K chars (Flash/Turbo v2.5) |
| Billing | Pay-as-you-go, prepaid balance | Subscription tiers + credit packs |
| API shape | OpenAI-compatible /v1/audio/speech | Proprietary REST + SDKs |
Sources: ElevenLabs publishes $0.10/1K characters for Multilingual and $0.05/1K for Flash v2.5 on its API pricing page; NovAI’s figures are the live per-1K-character references for MiniMax Speech (token-billed at $1.54/1M upstream, reconciled to real usage).
curl https://aiapi-pro.com/v1/audio/speech \
-H "Authorization: Bearer $NOVAI_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"minimax-speech-2.8-hd",
"input":"Hello! Welcome to NovAI - one API key for every Chinese frontier model.",
"voice":"English_male-qn-qingse",
"response_format":"url"}'
# -> { "data": [ { "url": "https://.../speech.mp3" } ] }
Set response_format=url to get a hosted audio URL, or request mp3 / wav / opus bytes directly. Emotion, speed and multilingual voices are supported on the HD line.
NovAI gives you OpenAI-compatible access to 85 Chinese frontier models — video, image, 3D, audio and chat — on a prepaid balance with no subscription and zero platform fee. $2 free credit on signup, no card required.
Start Free →