Chatterbox
resemble-ai
MIT-licensed open TTS with zero-shot voice cloning - 500M params, 23+ languages.
What is Chatterbox?
Chatterbox is a family of open TTS models from Resemble AI. The latest Multilingual V3 (500M params) covers 23+ languages with cross-language voice cloning; Chatterbox-Turbo (350M) targets low-latency voice agents. Both support zero-shot cloning from a reference clip, with MIT on code and weights.
Chatterbox in depth
Most production-grade text-to-speech with voice cloning has lived behind closed APIs, where pricing scales with usage and the weights stay locked away. That makes self-hosting, on-premise deployment, and heavy commercial use awkward, especially for teams that cannot send every utterance to a third-party server. Chatterbox, from Resemble AI, is an open family of TTS models that addresses exactly this gap. The headline release, Multilingual V3 at roughly 500 million parameters, covers 23 or more languages with cross-language voice cloning, while a smaller Turbo variant at 350 million parameters targets low-latency English voice agents. Crucially, both the code and the model weights ship under the MIT license, which is the most permissive arrangement among the current crop of rising open TTS projects and removes most of the legal friction around commercial reuse.
Chatterbox works from a short reference clip: it extracts a speaker's characteristics and applies them to new text in a zero-shot fashion, so no per-voice fine-tuning is required. Beyond cloning, the project's most distinctive feature is an explicit emotion exaggeration control, exposed as an exaggeration parameter (default 0.5) alongside a cfg_weight that influences pacing. Resemble describes this as the first open TTS model to offer such a knob, and the demo page renders the same line at intensity levels 0.5, 1.0, and 2.0 to show the range. The Turbo variant adds paralinguistic tags such as [laugh] and [cough] and uses decoder distillation to cut generation steps. Every output also carries an imperceptible PerTh neural watermark that the project reports survives MP3 compression with near-total detection accuracy.
The most natural fit is teams building voice agents, conversational AI, and localized narration who want to self-host rather than meter every call against a vendor API. Turbo's English low-latency focus suits real-time agents handling order confirmations or support dialogue, while Multilingual V3 covers dubbing, accessibility narration, and creative work across languages from Mandarin and Hindi to Swahili and Hebrew. The MIT weights make it viable for commercial products, embedded deployments, and privacy-sensitive setups where audio cannot leave your infrastructure. The single-language finetunes for Chinese, Hindi, Spanish, and Portuguese variants are aimed at dialect-sensitive applications. Installation is straightforward via pip, and the watermark is a useful default for anyone who needs to flag synthetic audio in moderation or compliance workflows.
The honest caveats start with verification. Resemble's quality claims, including being preferred against ElevenLabs in side-by-side tests, are largely self-reported, and while some third-party Podonos evaluations exist, independent benchmarks for V3 specifically remain thin. The unusually high star count for a roughly one-year-old repository warrants a measured read rather than treating it as proof of maturity. There are practical limits too: reference clips should match the target language tag or you risk unintended accent transfer, Turbo is English-only despite the multilingual headline, and the exaggeration control speeds up speech as it intensifies, requiring tuning. The deeper strategic risk is governance. Chatterbox is steered by a VC-backed voice company, so its roadmap could shift toward the firm's commercial priorities even though the current license is genuinely open.
Against ElevenLabs, the trade-off is clear. ElevenLabs offers a polished hosted service, broad voice libraries, and consistent quality without infrastructure overhead, which is hard to beat if you simply want results and can accept per-character pricing and data leaving your systems. Chatterbox trades that convenience for ownership: MIT weights, self-hosting, no usage metering, and an emotion knob plus watermarking that the closed alternative gates behind its platform. Adopt it when you need production-ready, self-hostable multilingual TTS with cloning that you can ship commercially without licensing headaches, and when you have the engineering capacity to run and tune inference. Hold off if you depend on fully community-verified V3 benchmarks, need turnkey reliability with no ops burden, or are uneasy about long-term open-source commitment from a commercially driven backer.
Pros & Cons
Pros
- MIT on code and weights - the most permissive license among rising TTS models
- Actively maintained by a well-resourced voice company with rapid iteration
- Multilingual V3 covers 23+ languages with cross-language voice cloning
Cons
- High star count for a roughly one-year-old repo warrants some caution
- Direction may shift with the backing company's commercial priorities
- Quality comparisons are self-reported; independent V3 benchmarks are limited
License
MIT (OSI-open)
When it is interesting
You need MIT-licensed, production-ready multilingual TTS with voice cloning that you can self-host commercially.
When it is too early
You need fully community-verified V3 benchmarks or worry about long-term open-source commitment from a VC-backed company.
Commercial alternative & related
- Commercial counterpart: ElevenLabs
This repo featured in the 2026-07 edition of the Open-Source AI Radar.
voicebox
jamiepine
A free, on-device alternative to ElevenLabs for TTS, voice cloning and dictation.
VoxCPM
OpenBMB
Tokenizer-free TTS from OpenBMB covering 30 languages with voice design and real-time streaming.
supertonic
supertone-inc
Fast on-device TTS via ONNX with 31-language support, running on CPU, browser and mobile.