Get a key

Voice model

Minimax Speech 2.6 Turbo API

Minimax Speech 2.6 Turbo is a text to speech model from MiniMax, live in the voice lane of the Corent catalog. It turns text into finished audio on POST /v1/audio/speech, with the exact charge on every response.

Two ways to run it

Pin it by name, or let the router earn it.

You pick

POST /v1/audio/speech{  "text": "Welcome to Corent.",  "model": "corent-minimax-speech-2.6-turbo"}

Direct access runs Minimax Speech 2.6 Turbo and no other model. No substitution, flat cost-plus, billed only on success, and the receipt names the model you pinned.

The router picks

POST /v1/audio/speech{  "text": "Welcome to Corent."}

Leave the model out and the speech tier serves the request: the router picks a live model and the receipt names the tier.

First call

One key, one request.

curl -X POST https://api.corent.tech/v1/audio/speech \  -H "Authorization: Bearer $CORENT_API_KEY" \  -H "Content-Type: application/json" \  -d '{"text": "Welcome to Corent.", "model": "corent-minimax-speech-2.6-turbo"}'

The response carries the result and a receipt: the model that served you and the exact cost in cents. Full request and response shapes are in the docs.

Details

Minimax Speech 2.6 Turbo, as the API serves it today.

Pin by name
corent-minimax-speech-2.6-turbo
Modality
Voice
Endpoint
POST /v1/audio/speech
Lab
MiniMax
Quality
6.9 out of 10, Corent's score
Status
Live

These fields come from the live catalog, the same GET /v1/models payload the full model ledger prints, so they can never drift from what the API actually serves.

FAQ

Common questions

Does Minimax Speech 2.6 Turbo have an API?

Yes. Minimax Speech 2.6 Turbo is served through the Corent API on POST /v1/audio/speech. Pin the exact name corent-minimax-speech-2.6-turbo and you get that model or nothing: no substitution, and a failed generation is never billed. One Corent key covers it alongside every other model in the catalog.

How much does Minimax Speech 2.6 Turbo cost via Corent?

Corent does not publish a per-model rate card. Direct access is flat cost-plus, you are billed only on success, and every response carries the exact charge on its receipt. Tier prices are public on the pricing page at corent.tech/pricing.

Do I have to pick Minimax Speech 2.6 Turbo?

No. Send a tier instead of a model and the router reads each prompt, picks the best live model at that moment, and reroutes on failure. Pinning corent-minimax-speech-2.6-turbo is for when you want exactly this model on every request.

Run Minimax Speech 2.6 Turbo in your next request

One key opens the whole catalog: pin Minimax Speech 2.6 Turbo, or name a tier and never pick a model again. Start with $5 in prepaid credits.

Get an API key

All models · Why orchestration · Pricing