{% if error %}

{{ error }}

{% endif %} {% if success %}

Audio generated successfully in {{ generation_time }}s!

{% endif %}

Generate Speech

0 / 8192 characters
{% for voice_option in voices %}
{{ voice_option|capitalize }}
{% if voice_option == "tara" %}Female, conversational, clear {% elif voice_option == "leah" %}Female, warm, gentle {% elif voice_option == "jess" %}Female, energetic, youthful {% elif voice_option == "leo" %}Male, authoritative, deep {% elif voice_option == "dan" %}Male, friendly, casual {% elif voice_option == "mia" %}Female, professional, articulate {% elif voice_option == "zac" %}Male, enthusiastic, dynamic {% elif voice_option == "zoe" %}Female, calm, soothing {% endif %}
{% endfor %}
Advanced options
Slower 1.0 Faster

Supports emotion tags: <laugh>, <sigh>, etc.

Tips & Tricks

  • Use <laugh> to add laughter to the speech
  • Use <sigh> for a sighing sound
  • Other supported tags: <chuckle>, <cough>, <sniffle>, <groan>, <yawn>, <gasp>
  • For longer audio, the system can generate up to 2 minutes of speech in a single request
  • For API access, use the /v1/audio/speech endpoint (OpenAI compatible)