Back to models
MiniMax Speech 2.8 Turbo
Available ServerlessModalities
Text input tokens
Text generation tokens
Price
$60.00
Context Length
10K tokens
Parameters
-
Providers
Different companies host the same model. DOS.AI routes your request to one of them based on the routing mode you pick — Balanced (price + speed), Nitro (fastest), or Exacto (highest tool-calling accuracy).
Reasoning effortⓘAll
| Provider | Per 1M characters |
|---|---|
MiniMax | $60.00 |
Pricing
Rates from the DOS.AI catalog for the billing units shown.
Generation Rate
$60.00/ 1M characters
Context Window
10K
Maximum limit supported
Observed reliability
Success rate across observed provider requests. This is historical sample data, not live health or an uptime guarantee.
Not enough observations
Last 7 days
There are not enough valid request observations to report a success rate.
Benchmarks
Dated third-party measurements with source links.
No verified benchmark snapshot is available for this model.
API Integration
Use the DOS API to integrate MiniMax Speech 2.8 Turbo into your applications. Compatible with standard OpenAI SDKs for easy drop-in migration.
</>Run inference
curl https://api.dos.ai/v1/audio/generations \
-H "Authorization: Bearer $DOS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "minimax-speech-2.8-turbo",
"prompt": "Create a cinematic scene",
"duration": 180
}'