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
| Name | Type | Default | Description |
|---|---|---|---|
| text* | text | — | What should be spoken. |
| voice_id | string | — | A stock or cloned voice id. |
| speed | number | 1 | Playback rate, 0.5–2. |
Similar models
SunoPopular
Suno
Suno v5
Text to Music
Full songs with vocals from a prompt
Try it$0.850 / track~60s
ElevenLabs
ElevenLabs
ElevenLabs v3
Text to SpeechVoice Cloning
Lifelike speech in 70+ languages
Try it$0.045 / 1K characters~2s
ElevenLabsBest price
ElevenLabs
ElevenLabs Scribe
Speech to Text
Transcription with speaker labels
Try it$0.010 / minute of audio~3s


