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

Gemini 3 Flash TTS API

Expressive multi-speaker narration

Directable tone, emotion and pacing, with multi-speaker dialogue in a single call.

Text to speechMulti-speakerEmotion control

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": "gemini-3-flash-tts",
    "text": "a lighthouse in a storm, drone orbit, dusk"
  }'

Parameters

NameTypeDefaultDescription
text*textScript to narrate. Supports speaker tags.
voicestringNamed preset voice.
stylestringDirection, e.g. 'warm, unhurried documentary narration'.

Similar models