MiniMax 2.8 HD Async
MiniMax Speech 2.8 HD Async is the asynchronous high-definition variant of MiniMax's 2.8 speech generation line, designed for batch and long-form TTS jobs where high audio fidelity matters more than real-time latency. It supports multilingual synthesis and natural prosody. Use it for audiobook production, long narrations, and any pipeline that processes speech in the background.
Pricing
Input
$100.00 / 1M chars
Output
—
Pay only for what you use. No subscriptions, no minimums.
Specs
- Context
- —
- Max output
- —
- Latency
- Fast
- Category
- Audio
- Arabic
- Partial
Constraints & limits
Max input
50,000 chars
Output
MP3 (32 kHz, 128 kbps, mono)
Default voice
Wise_Woman
The gateway auto-clamps requests to the model's limits where possible.
Quick start
This sample hits the text-to-speech endpoint. Change base_url and your key, then run it.
from openai import OpenAI
client = OpenAI(
api_key="tl-xxxxxxxxxxxxxxxxxxxxxxxx",
base_url="https://api.thalam.ai/v1",
)
response = client.audio.speech.create(
model="minimax/minimax-speech-2.8-hd-async",
input="Welcome to Thalam, your unified gateway to AI models.",
)
with open("out.mp3", "wb") as f:
f.write(response.content)Similar models
ElevenLabs v3
ElevenLabs v3: gold-standard voice synthesis.
ElevenLabs Multilingual v2
ElevenLabs Multilingual v2: faithful, consistent voice synthesis.