Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.venice.ai/llms.txt

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

Loading models…

Voice catalog

Voices are model-specific. The voice you pass must come from the catalog of the model you selected. Pick a model below to browse its voices.
Loading voices…
Voice IDs are case-sensitive and only valid for the matching model. Pass both fields together in your request payload. See the Audio Speech API for examples.

Example request

curl https://api.venice.ai/api/v1/audio/speech \
  -H "Authorization: Bearer $VENICE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "tts-kokoro",
    "voice": "af_sky",
    "input": "Hello from Venice."
  }' \
  --output speech.mp3
To switch models, change both model and voice to a pair from the selected model above.