Parler-TTS Large
Parler-TTS Large is a text-to-speech voice built by HuggingFace. Strongest at Controllable speech ("spoken quickly with a British accent"), research.. Self-hosted on Free.ai GPUs — runs free against your daily token pool (500 tokens per clip). Released under Apache 2.0 — 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":"parler-tts-large","text":"hello world"}'
API Documentation
Get API Key