A novel speech model for insane prosody, from CAMB.AI.
Try It
MARS5 is one of the better open-weight voice cloning models you can run without touching a credit card, and the prosody is genuinely a cut above most free alternatives. It is aimed squarely at developers with a capable GPU who want to build TTS, dubbing, or narration pipelines free of licensing constraints. If you do not have around 20GB of VRAM or a comfort level with Python and Colab, this is not a plug-and-play consumer product; it is a research model you assemble yourself.
$0
AGPL-friendly release, commercially usable weights
There is no metered tier, no per-character billing, and no seat cost. The real price is compute. You pay for the GPU time, whether that is your own hardware or a rented instance.
An autoregressive stage handles the acoustics while a non-autoregressive stage refines quality. This split is what gives MARS5 its noticeably more natural cadence.
A short reference clip of roughly 2 to 5 seconds is enough to capture a speaker. Longer, cleaner samples improve the result.
Feeding a transcript alongside the reference audio produces markedly higher fidelity output. It is slower, but the accuracy jump is real.
You can steer emphasis and pacing through punctuation and capitalization rather than fighting a rigid SSML syntax.
Broad language coverage makes it a candidate for multilingual dubbing pipelines, though quality varies by language.
CAMB.AI demonstrates it on sports commentary and anime, cases where flat TTS models usually fall apart.
MARS5 fits developers and small studios building products where voice quality matters but per-minute API bills do not scale. Because the weights are commercially usable, you can bake it into a shipping product without negotiating licenses.