Skip to main content
Core.Today
|
MiniMaxFastHigh

MiniMax Speech-02-Turbo

Low-latency text-to-speech model with multilingual support, emotional voice control, and 300+ voice options.

108 credits
per 1000 characters (0.108 credits/char, billed per character)
Low-latency real-time synthesis
300+ voice presets
Emotional expression control
Multilingual support
Voice cloning compatible

Use with AI Assistant

Copy usage instructions for Claude, ChatGPT, or other AI

llms.txt

Quick Start

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "minimax/speech-02-turbo",
  "input": {
    "text": "μ•ˆλ…•ν•˜μ„Έμš”! μ½”μ–΄λ‹·νˆ¬λ°μ΄μ— μ˜€μ‹  것을 ν™˜μ˜ν•©λ‹ˆλ‹€. 무엇을 λ„μ™€λ“œλ¦΄κΉŒμš”?",
    "voice_id": "Korean_CalmLady",
    "emotion": "happy",
    "speed": 1,
    "language_boost": "Korean"
  }
}'

Voice Gallery

Preview 20 preset voices

μ°¨λΆ„ν•œ μˆ™λ…€F
λ‹¬μ½€ν•œ μ†Œλ…€F
λ‹€μ •ν•œ μ–Έλ‹ˆF
μš°μ•„ν•œ 곡주F
λ°œλž„ν•œ 여동생F
카리슀마 μ—¬μ™•F
μ°¨λΆ„ν•œ 신사M
μΎŒν™œν•œ λ‚¨μžμΉœκ΅¬M
지적인 남성M
μ§€ν˜œλ‘œμš΄ μ„ μƒλ‹˜M
μžμ‹ κ° μžˆλŠ” 보슀M
긍정적인 μ²­λ…„M
Wise Woman (Default)F
Expressive NarratorM
Calm WomanF
Deep Voice ManM
Friendly Person-
Captivating StorytellerM
Kind LadyF
Gentle ButlerM

Sample: "Hello? Welcome to Core.Today" Β· Click voice_id to copy

Parameters

ParameterTypeRequiredDefaultDescription
textstringYes-Text to narrate (max 10,000 characters)
voice_idstringNoWise_WomanVoice preset or cloned voice ID
emotionstringNoautoDelivery style
autohappysadangryfearfuldisgustedsurprisedcalmneutral
speednumberNo1Speech speed multiplier (0.5-2.0)
language_booststringNoNoneLanguage hint for better pronunciation

Common Parameters

Common parameters used when calling POST /v1/predictions.

ParameterTypeRequiredDefaultDescription
modelstringYes-Model identifier
inputobjectYes-Object containing the model-specific parameters from the table above
output_folderstringNo-Folder path for output files (max 256 chars, '..' not allowed)
webhook_urlstringNo-Webhook URL to call on completion
is_publicbooleanNofalseIf true, output files are also available via permanent public URLs

Examples

Voice Assistant Greeting

Generate a friendly assistant greeting with emotion

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "minimax/speech-02-turbo",
  "input": {
    "text": "μ•ˆλ…•ν•˜μ„Έμš”! μ½”μ–΄λ‹·νˆ¬λ°μ΄μ— μ˜€μ‹  것을 ν™˜μ˜ν•©λ‹ˆλ‹€. 무엇을 λ„μ™€λ“œλ¦΄κΉŒμš”?",
    "voice_id": "Korean_CalmLady",
    "emotion": "happy",
    "speed": 1,
    "language_boost": "Korean"
  }
}'

Tips & Best Practices

1Use emotion 'auto' to let the model detect the best tone from context
2Keep text under 10,000 characters per request for optimal performance
3Set language_boost for non-English text to improve pronunciation accuracy
4Adjust speed between 0.8-1.2 for the most natural-sounding results

Use Cases

Real-time voice assistants
Interactive applications
Live streaming content
Customer service bots
Game character voices