Free AI Text to Speech
22+ open-source models, 100+ voices, 32+ languages. No account required.
Everything You Need for Voice AI
26 tools powered by 24+ open-source AI models
22+ AI Voice Models
The most comprehensive collection of open-source TTS models in one platform
Kokoro Free
Kokoro is an 82 million parameter text-to-speech model that punches well above its weight class. Despite its tiny size, it produces remarkably natural and expressive speech. Kokoro supports multiple languages including English, Japanese, Chinese, and Korean with a variety of expressive voices. It runs incredibly fast — generating audio nearly 100x faster than real-time on a GPU.
Best for: High-quality TTS with minimal latency, streaming applications
Try Free
Piper Free
Piper is a lightweight text-to-speech engine developed by Rhasspy that uses VITS and larynx architectures. It runs entirely on CPU, making it ideal for edge devices, home automation, and applications requiring offline TTS. With over 100 voices across 30+ languages, Piper delivers natural-sounding speech at real-time speeds even on a Raspberry Pi 4.
Best for: Quick previews, accessibility, and embedded applications
Try Free
VITS Free
VITS (Variational Inference with adversarial learning for end-to-end Text-to-Speech) is a parallel end-to-end TTS method that generates more natural sounding audio than current two-stage models. It adopts variational inference augmented with normalizing flows and an adversarial training process, achieving a significant improvement in naturalness.
Best for: General-purpose text-to-speech with natural prosody
Try Free
MeloTTS Free
MeloTTS by MyShell.ai is a multilingual TTS library supporting English (American, British, Indian, Australian), Spanish, French, Chinese, Japanese, and Korean. It is extremely fast, processing text at near real-time speed on CPU alone. MeloTTS is designed for production use and supports both CPU and GPU inference.
Best for: Production applications needing fast, multilingual TTS
Try Free
Bark Standard
Transformer-based text-to-audio model that generates realistic speech, music, and sound effects.
Developer: Suno · License: MIT
Try it
Bark Small Standard
Lighter version of Bark with faster inference and lower memory usage.
Developer: Suno · License: MIT
Try it
CosyVoice 2 Standard
Alibaba's scalable streaming TTS with human-parity naturalness and near-zero latency.
Developer: Alibaba (Tongyi Lab) · License: Apache 2.0
Try it
Dia TTS Standard
Multi-speaker dialog generation model that creates natural conversations between speakers.
Developer: Nari Labs · License: Apache 2.0
Try it
Parler TTS Standard
Describe the voice you want in natural language and Parler generates matching speech.
Developer: Hugging Face · License: Apache 2.0
Try it
IndexTTS-2 Standard
Zero-shot TTS with fine-grained emotion control and high expressiveness.
Developer: Index Team · License: Apache 2.0
Try it
Spark TTS Standard
Voice cloning TTS with controllable emotion and speaking style via prompts.
Developer: SparkAudio · License: Apache 2.0
Try it
GPT-SoVITS Standard
Few-shot voice cloning TTS that replicates any voice from just 5 seconds of audio.
Developer: RVC-Boss · License: MIT
Try it
Orpheus Standard
Human-level emotional TTS model trained on 100K hours of speech data.
Developer: Canopy Labs · License: Llama 3.2 Community
Try it
Qwen3 TTS Standard
Alibaba's multilingual TTS with voice cloning, preset voices, and voice design from text.
Developer: Alibaba (Qwen) · License: Apache 2.0
Try it
CosyVoice 2
Alibaba's scalable streaming TTS with human-parity naturalness and near-zero latency.
Languages: en, zh, ja, ko, fr, de, it, es
Clone Voice
IndexTTS-2
Zero-shot TTS with fine-grained emotion control and high expressiveness.
Languages: en, zh
Clone Voice
Spark TTS
Voice cloning TTS with controllable emotion and speaking style via prompts.
Languages: en, zh
Clone Voice
GPT-SoVITS
Few-shot voice cloning TTS that replicates any voice from just 5 seconds of audio.
Languages: en, zh, ja, ko
Clone Voice
Chatterbox
State-of-the-art zero-shot voice cloning with emotion control from Resemble AI.
Languages: en
Clone Voice
Tortoise TTS
Multi-voice text-to-speech focused on quality with autoregressive architecture.
Languages: en
Clone Voice
OpenVoice
Instant voice cloning with granular control over style, emotion, and accent.
Languages: en, zh, ja, ko, fr, de, es, it
Clone Voice
Qwen3 TTS
Alibaba's multilingual TTS with voice cloning, preset voices, and voice design from text.
Languages: en, zh, ja, ko, de, fr, ru, pt, es, it
Clone VoiceDeveloper-First API
OpenAI-compatible REST API. One endpoint, 22+ models. Streaming support for real-time applications.
- OpenAI-compatible format
- Streaming TTS for real-time apps
- Batch processing for large jobs
- Webhook notifications
import requests
response = requests.post(
"https://api.tts.ai/v1/tts/",
headers={"Authorization": "Bearer sk-tts-xxx"},
json={
"model": "kokoro",
"text": "Hello from TTS.ai!",
"voice": "af_bella",
}
)
with open("output.mp3", "wb") as f:
f.write(response.content)
Simple, Transparent Pricing
Start free. Scale as you grow.
Free
50 credits
- Kokoro, Piper, VITS, MeloTTS
- 500 character limit
- 3 gen/hour (no account)
Pro
2,000 credits/month
- Everything in Starter
- API access
- Priority processing
Frequently Asked Questions
Start Using AI Voice Today
Join creators, developers, and businesses using TTS.ai