MiniMax Speech HD is a cost-effective, multilingual text-to-speech model built for production audio generation. Reach for it when you need expressive voice synthesis at a cheap tier without sacrificing output quality.
Modalities
Text → Audio
Price
$0.07 / 1K char
Context
5K
Usage
How much this model is actually called here.
Rank
#88
of 98 active models
Tokens served
56
all-time
Platform share
0.0%
of all tokens
Two clocks, and why they disagree
Kyma measures this model twice. Both are real; they answer different questions.
Probe · every 6h · 30 days
3.21s to answer
One fixed prompt, on a schedule, to every model. Comparable, because the model is the only thing that changes.
- Observations
- 46
- Answered by a substitute
- 0
Real traffic · last 7 days
2.41s to answer
Your requests, at the lengths clients actually send. Not comparable between models, but it is what running this one feels like.
- Requests
- 22
- Completed
- 100%
- p95
- 3.1 s
Production prompts here are shorter than the probe's. Use the probe figure to choose between models, the traffic figure to budget for your own.
Pricing
Per 1,000 characters of input text. Billed on successful synthesis.
$0.07 / 1K charWhen to use MiniMax Speech HD
Where this model earns its cost — and where it doesn't.
MiniMax Speech HD converts text into high-quality audio across multiple languages. It delivers expressive voice synthesis with a 5,000-token context window and is optimized for strong audio quality at a cheap tier.
On Kyma, the model runs through an OpenAI-compatible endpoint using a single API key. Every request includes automatic failover if a serving path degrades, and responses return exact billing data in usage.cost alongside an X-Kyma-Model header. Prompt caching is supported, billing repeated prefixes at this model's cached input rate.
The model does not support reasoning, vision, or structured outputs. It operates at a medium speed tier, making it suitable for batch processing and asynchronous audio pipelines rather than low-latency conversational applications.
Multilingual Content Narration
Generate expressive voiceovers for videos and podcasts across multiple languages.
Budget Brand Voiceovers
Produce consistent audio assets for marketing campaigns at a lower cost tier.
Audio Translation Workflows
Convert localized text into natural-sounding speech for global distribution.
Extended Audiobook Generation
Process long text passages into continuous audio using the full context window.
Not ideal for: It is not suitable for real-time conversational voice agents or applications requiring sub-second audio latency.
Quick start
Up and running in under two minutes.
- 1
Create an API key
Sign up and grab a key from the dashboard. MiniMax Speech HD needs a top-up — the signup credit covers the free tier.
Get API key → - 2
Make your first request
Drop in your key and send a chat completion — fully OpenAI-compatible.
curl https://kymaapi.com/v1/chat/completions \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "minimax-speech-hd", "messages": [ {"role": "user", "content": "Explain prompt caching in one paragraph."} ] }' - 3
Stream responses
Add
"stream": trueto receive tokens as they arrive.curl https://kymaapi.com/v1/chat/completions \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "minimax-speech-hd", "stream": true, "messages": [{"role": "user", "content": "Hello!"}] }'
FAQ
Common questions about this model.
How much does MiniMax Speech HD cost?
How do I use MiniMax Speech HD?
Does this model support prompt caching?
What happens if the serving path fails during generation?
Can I use this for real-time voice conversations?
More models by MiniMax
| Model | Context | Input | Output |
|---|---|---|---|
MiniMax M3 | 1M | $0.3985 | $1.594 |
MiniMax M2.7 | 205K | $0.405 | $1.62 |
MiniMax M2.5 | 197K | $0.405 | $1.62 |
MiniMax Speech Turbo | — | $0.04 / 1K char | |
MiniMax Image 01 | — | $0.005 / image | |
