VoxCPM2
Tokenizer-free TTS with natural voice design, cloning, and 30 languages
VoxCPM2 is a 2-billion-parameter text-to-speech model from OpenBMB that skips the tokenization step entirely, synthesizing speech directly in a continuous latent space via a diffusion autoregressive architecture. The result is 48kHz studio-quality output without the expressiveness losses that plague traditional TTS systems that discretize audio into tokens first. Three synthesis modes cover the creative spectrum: design entirely new voices with natural language descriptions ('warm, mid-40s, slightly gravelly') without any reference audio; clone a voice from a sample while modifying its emotional tone via prompt; or run Ultimate Cloning for maximum fidelity reproduction that preserves timbre, rhythm, and style. All 30 supported languages — plus nine Chinese dialects — detect automatically. The model runs on roughly 8GB VRAM, hitting a 0.30 real-time factor on an RTX 4090 (faster with Nano-vLLM acceleration). Training drew on over 2 million hours of multilingual speech, and the Python API is minimal enough to get audio from text in a few lines. VoxCPM2 is becoming the default recommendation in the r/LocalLLaMA TTS thread as the open-source alternative to ElevenLabs for developers who want local, private, high-quality voice synthesis.
Panel Reviews
The Builder
Developer Perspective
“2B parameters, 30 languages, 48kHz output, and an RTX 4090 can handle it in real time. The Python API is minimal — text in, audio out, done. The tokenizer-free diffusion architecture isn't just a research novelty: it means you're not losing expressiveness to quantization artifacts. This is the open-source TTS I've been waiting for to replace ElevenLabs in my local pipeline.”
The Skeptic
Reality Check
“8GB VRAM minimum and an RTX 4090 recommended puts this out of reach for most indie developers. The 0.30 real-time factor means it's slower than real-time on consumer hardware without Nano-vLLM acceleration — adding another dependency just to hit playable latency. Until it runs adequately on 4-6GB VRAM, this is a research project for most users rather than a production tool.”
The Futurist
Big Picture
“The tokenizer-free approach to speech synthesis is a genuine architectural leap. Traditional TTS bottlenecks quality at the discretization step — VoxCPM2 sidesteps that entirely with diffusion in continuous latent space. The ability to design new voices with natural language descriptions ('warm, mid-40s, slightly gravelly') without reference audio is where voice AI needs to go. OpenBMB is punching well above its weight here.”
The Creator
Content & Design
“Voice cloning that preserves every vocal nuance — not just tone but rhythm and emotion — plus the ability to describe voices from scratch means I can build consistent audio branding without recording sessions. The 30-language support with auto-detection means multilingual content becomes feasible for solo creators. The 2M-hour training corpus shows in the output quality.”
Community Sentiment
“Tokenizer-free TTS hitting 48kHz — this is the architecture change the field needed”
“Finally an open-source TTS that competes with ElevenLabs on voice naturalness”
“VoxCPM2 can clone a voice from reference audio AND let you modify the emotion via text prompt. Game changer.”