MiniMax Speech 2.8 HD
Save 80%Officialminimax/speech-2.8-hd
Call minimax/speech-2.8-hd through the RouteMux AI Gateway. One URL connects you to every model.
- Input modalities
- text
- Output modalities
- audio
- RouteMux name
- minimax/speech-2.8-hd
Try MiniMax Speech 2.8 HD here
Tune the request, see the current price ceiling, and inspect the real response without leaving this model page.
Your result will appear here
Enter an input on the left. The same RouteMux Playground execution and billing path powers this embedded test.
MiniMax Speech 2.8 HD API pricing
Limited time20% extra Credits on your first top-up — up to 200 bonus Credits
Applies to your first top-up within 72 hours of signing up. Minimum $20, once per account.
Interface and protocols
Use any of these IDs to call this model via the API.
minimax/speech-2.8-hdReplace the ROUTEMUX_KEY placeholder with your API key. Create one →
from openai import OpenAI
client = OpenAI(
base_url="https://api.routemux.com/v1",
api_key="<ROUTEMUX_KEY>",
)
completion = client.chat.completions.create(
model="minimax/speech-2.8-hd",
messages=[{"role": "user", "content": "What is the meaning of life?"}],
)
print(completion.choices[0].message.content)Performance (last 30 days)
MiniMax Speech 2.8 HD FAQ
›How much does the MiniMax Speech 2.8 HD API cost?
Through RouteMux, MiniMax Speech 2.8 HD is priced at $20, below the official list price.
›How do I call MiniMax Speech 2.8 HD via API?
MiniMax Speech 2.8 HD is OpenAI-compatible: point your base URL at RouteMux and set the model field to minimax/speech-2.8-hd — no code changes needed.
›Which input and output modalities does MiniMax Speech 2.8 HD support?
MiniMax Speech 2.8 HD accepts text as input and produces audio as output.