Claude models and GPT-5.6 Luna are now available to accounts that have topped up at least once. Top up any amount to unlock them — bonus credits can pay for them too. All other models are unaffected.Top up
Minimax

MiniMax Speech 2.8 HD

Save 80%Official

minimax/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
Live model playground

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.

synctts
1Configure input
0 / 20,000
Maximum estimated cost
2Live result

Your result will appear here

Enter an input on the left. The same RouteMux Playground execution and billing path powers this embedded test.

audio

MiniMax Speech 2.8 HD API pricing

OutputOfficial $100 /1M
$20/1MSave 80%

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.

Sign up and claimNo subscription. Pay for what you use.

Interface and protocols

OpenAI Audio Speech (TTS)

Use any of these IDs to call this model via the API.

RouteMux nameminimax/speech-2.8-hd

Replace 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)
base_url: https://api.routemux.com/v1

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.