MiniMax: speech-2.8-hd
speech-2.8-hd- Input / Output
- $100.00 / $0.00
- Context
- 10K
- Modalities
- Audio
Getting started
Create API key
Create a key in Console, then use it with every model on the platform.
Send your first request
Copy the example for your language and run it against the endpoint.
Text to speechTokenLab endpointPOST/v1/audio/speechcurl -X POST "https://api.tokenlab.sh/v1/audio/speech" \ -H "Authorization: Bearer sk-xxx" \ -H "Content-Type: application/json" \ -d '{ "operation": "tts", "response_format": "mp3", "speed": 1, "voice_id": "male-qn-qingse", "model": "speech-2.8-hd", "input": "Hello from TokenLab.", "voice": "alloy" }'This request is estimated at $100.00 Per character.
Pricing
Official price is the model maker's public baseline. TokenLab price is what you pay for this model on TokenLab.
Pricing
Per character- TokenLab price
- Input$100.00Output$0.00Per character
- Official price
- Input$100.00Output$0.00Per character
| Official pricePer character | TokenLab pricePer character | Discount | |
|---|---|---|---|
| Input | $100.00 | $100.00 | - |
| Output | $0.00 | $0.00 | - |
Usage & activity
Success rate is the share of requests that completed. Latency is how long a full response takes; P95 means 95% of requests finished within that time.
Usage & availability
Last 24 hoursNo data yet
Data is based on aggregate user requests, excluding status checks.
Open in Console
Open speech-2.8-hd in Console with a prompt ready to edit or send.
Help me try speech-2.8-hd with a short audio request at /v1/audio/speech. Show the result and cost.
Use cases
Voice UX
Generate narration, onboarding audio, and spoken UI responses.
Side-by-side test
Compare response quality, latency, and price side by side.
Prompt examples
Generate calm onboarding narration for a developer tool.
Send the smallest possible request and show me the result and cost.
Compare this model with a cheaper one in the same category — when is each worth it?
FAQ
How much does speech-2.8-hd cost?
On TokenLab, speech-2.8-hd costs Input $100.00 / Output $0.00 Per character. The pricing table above shows the full breakdown.
What is speech-2.8-hd best for?
speech-2.8-hd supports Text to speech. You can open it directly in Create.
How do I test speech-2.8-hd?
Open speech-2.8-hd in Create. A sample for /v1/audio/speech will be ready to try.
Which endpoint should speech-2.8-hd use?
Use https://api.tokenlab.sh/v1/audio/speech for speech-2.8-hd. The request example below shows the matching code shape.
Can I test speech-2.8-hd before integrating it?
Yes. Open Console starts a ready draft for speech-2.8-hd and keeps your prompt after sign-in, so you don’t lose context.
Which operations does speech-2.8-hd support?
speech-2.8-hd supports Text to speech. Select an operation above to see its endpoint and request example.