All models

MiniMax Speech 2.8 Turbo

minimax/speech-2.8-turbo
MiniMax TTSSpeech SynthesisVoice CloningMultilingualFast

MiniMax Speech 2.8 Turbo turns text into natural, expressive speech with voice cloning, emotion control, and 40+ language support at faster speeds.

Quick start

# Inspect the price — a plain request returns the 402 challenge:
curl -i https://api.glianalabs.com/v1/infer \
  -H "content-type: application/json" \
  -d '{
    "model": "minimax/speech-2.8-turbo",
    "text": "<text to speak>"
  }'

# Pay + run in one step with the mppx CLI (create a wallet: npx mppx account create):
npx mppx https://api.glianalabs.com/v1/infer \
  -J '{"model": "minimax/speech-2.8-turbo", "text": "<text to speak>"}'

Examples

Parameters

Input
text string required

The text to convert to speech. Maximum 10,000 characters.

emotion string optional

Emotion control for synthesized speech

format string optional default: "mp3"

Output audio format

pitch integer optional default: 0

Pitch adjustment (-12 to 12)

sample_rate number optional

Audio sample rate

speed number optional default: 1

Speech speed (0.5 to 2)

voice_id string optional default: "English_expressive_narrator"

The voice ID to use for synthesis

volume number optional default: 1

Speech volume (0 to 10)

Output
audio: URL to the generated audio file