StyleTTS 2
StyleTTS 2 is a text-to-speech voice built by Yinghao Aaron Li. Strongest at Voice cloning without training data; expressive multilingual speech.. Self-hosted on Free.ai GPUs — runs free against your daily token pool (500 tokens per clip). Released under MIT — commercial use permitted on Free.ai.
Use via API
OpenAI-compatible REST API. Generate a key and call this model in seconds.
curl -X POST https://api.free.ai/v1/tts/ \
-H "Authorization: Bearer sk-free-..." \
-H "Content-Type: application/json" \
-d '{"model":"styletts2","text":"hello world"}'
API Documentation
Get API Key