Seedance 2.0 Mini is live on viddly.io — video from $0.045/second 🚀
viddly.ioAI Model Gateway
API Market
MiniMaxFastest

MiniMax Speech 3 API

Low-latency voice for realtime agents

Streams first audio in under 300ms, which makes it usable in a live conversation loop.

Text to speechStreamingVoice cloning

Quickstart

Authenticate with a bearer token from your dashboard, then POST the request below.

curl -X POST https://api.viddly.io/v1/audio/generations \
  -H "Authorization: Bearer $VIDDLY_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "minimax-speech-3",
    "text": "a lighthouse in a storm, drone orbit, dusk",
    "speed": 1
  }'

Parameters

NameTypeDefaultDescription
text*textWhat should be spoken.
voice_idstringA stock or cloned voice id.
speednumber1Playback rate, 0.5–2.

Similar models