Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.kymaapi.com/llms.txt

Use this file to discover all available pages before exploring further.

Overview

minimax-speech-hd is MiniMax’s HD-tier text-to-speech voice. Multilingual, expressive, brand-safe. Right for production narration, audiobooks, multilingual content, and budget-tier brand voice work. Position it as the production tier between minimax-speech-turbo (bulk / real-time) and eleven-multilingual-v2 (hero brand voice).

Specs

FieldValue
Model IDminimax-speech-hd
CreatorMiniMax
Best forProduction narration, multilingual content
Max input5000 characters per request
Pricing modePer character

Pricing

Cost
Per 1K chars$0.140
Typical sentence (~150 chars)~$0.021

Use this when

  • You need production-quality voice without ElevenLabs flagship pricing.
  • You’re shipping multilingual content (29+ languages supported).
  • You want a single SKU good enough for narration, not just demos.

Pick something else when

Example

curl -X POST https://kymaapi.com/v1/audio/speech \
  -H "Authorization: Bearer $KYMA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "minimax-speech-hd",
    "input": "The first move is what sets everything in motion.",
    "voice_id": "male-qn-qingse"
  }' \
  --output speech.mp3

See also