aicoolies logo
VoxCPM logo
VoxCPM logo

VoxCPM

Tokenizer-free multilingual TTS with voice cloning

open sourceverified Aug 24, 2026

VoxCPM is an open-source text-to-speech system from OpenBMB generating continuous speech across 30 languages without traditional tokenization. Its 2B parameter end-to-end diffusion architecture produces 48kHz studio-quality audio with natural prosody and emotion. Key capabilities include voice design from text descriptions, few-shot voice cloning, and multilingual synthesis without language-specific modules. The Apache 2.0 project has 8,700 GitHub stars.

VoxCPM is a next-generation text-to-speech system developed by OpenBMB that eliminates the traditional tokenization step from speech synthesis. Instead of converting text to discrete tokens and then reconstructing audio, VoxCPM generates continuous speech representations directly through an end-to-end diffusion architecture. This approach preserves subtle acoustic details like micro-intonation, breathing patterns, and emotional nuance that token-based systems typically lose, resulting in more natural and human-sounding output across all 30 supported languages.

The VoxCPM2 model features 2 billion parameters and produces studio-quality 48kHz audio that competes with commercial TTS services. Beyond standard text-to-speech, the system offers voice design capabilities where users describe desired voice characteristics in natural language and the model generates a matching voice profile. Few-shot voice cloning requires only a short audio sample to replicate a speaker's voice, while the multilingual architecture handles all languages through a shared model without requiring separate modules or language-specific fine-tuning.

Released under the Apache 2.0 license, VoxCPM has attracted 8,700 GitHub stars and represents a significant step forward in open-source speech synthesis. The project is part of the broader OpenBMB ecosystem which develops foundational AI models and tools. For developers building voice-enabled applications, VoxCPM provides a self-hostable alternative to proprietary TTS APIs with comparable quality and the flexibility to customize voice characteristics, adapt to specific domains, and run inference locally for privacy-sensitive use cases.

Pricing

100% free and open source under the Apache-2.0 license ($0 software cost). VoxCPM by OpenBMB is an on-device end-to-end conversational speech LLM supporting full-duplex audio with sub-200ms latency and zero licensing fees.

full pricing breakdown →

Platforms

Python, PyTorch, GPU recommended

Categories

Tags

Use Cases

Coqui TTS logo

Coqui TTS

Open-source deep learning text-to-speech toolkit

Coqui TTS is an open-source deep learning toolkit for text-to-speech synthesis, originally built by former Mozilla TTS engineers. It supports multi-speaker and multilingual synthesis, voice cloning from just six seconds of audio, and ships pre-trained models for 20+ languages. After Coqui shut down in 2023, the Idiap Research Institute forked and actively maintains it. With 45K+ GitHub stars, it remains the most popular open-source TTS framework in Python.

Open Source
Fish Speech logo

Fish Speech

Multilingual emotional text-to-speech with 80+ language support

Fish Speech is an open-source text-to-speech system supporting 80+ languages with emotional expression, zero-shot voice cloning, and real-time streaming. It generates natural speech with controllable emotions, speaking styles, and prosody. Features a web interface, API server, and integration with AI agent frameworks for voice-enabled applications. Over 29,000 GitHub stars.

freemiumOpen Source

GPT-SoVITS

Open-source voice cloning and text-to-speech with few-shot learning

GPT-SoVITS is an open-source voice cloning and text-to-speech system that generates natural-sounding speech from just a few seconds of reference audio. It combines GPT-style language modeling with SoVITS voice synthesis for zero-shot and few-shot voice cloning across multiple languages. Supports Chinese, English, Japanese, Korean, and Cantonese with over 56,000 GitHub stars.

Open Source
Amphion logo

Amphion

Open-source toolkit for audio, music, and speech generation

Amphion is an open-source audio generation toolkit from OpenMMLab designed for reproducible research in speech synthesis, voice conversion, singing voice synthesis, and text-to-audio generation. It implements state-of-the-art models including MaskGCT, DualCodec, VITS, and VALL-E with built-in architecture visualizations for educational use. The project ships with the Emilia-Large dataset of 200,000 hours of speech data and includes multiple vocoders and evaluation metrics for benchmarking.

Open Source

Related Tools

computed discovery: shared active categories · kept separate from editor-verified Alternatives

Ray logo

Ray

Distributed AI compute engine for scaling Python and ML workloads

Ray is an open-source distributed computing framework built for scaling AI and Python applications from a laptop to thousands of GPUs. It provides libraries for distributed training, hyperparameter tuning, model serving, reinforcement learning, and data processing under a single unified API. Ray's public site highlights OpenAI and other enterprise users. Maintained by Anyscale with Apache-2.0 open-source licensing.

freemiumOpen Source
LLaMA Factory project logo

LLaMA-Factory

Unified framework for fine-tuning 100+ large language models

LLaMA-Factory is an open-source toolkit providing a unified interface for fine-tuning over 100 LLMs and vision-language models. It supports SFT, RLHF with PPO and DPO, LoRA and QLoRA for memory-efficient training, and continuous pre-training. The LLaMA Board web UI enables no-code configuration, while CLI and YAML workflows serve advanced users. Integrates with Hugging Face, ModelScope, vLLM, and SGLang for model deployment.

Open Source
Unsloth logo

Unsloth

2x faster LLM fine-tuning with 70% less VRAM on a single GPU

Unsloth is an open-source framework for fine-tuning large language models up to 2x faster while using 70% less VRAM. Built with custom Triton kernels, it supports 500+ model architectures including Llama 4, Qwen 3, and DeepSeek on consumer NVIDIA GPUs. Unsloth Studio adds a no-code web UI for dataset creation, training observability, model comparison, and GGUF export for Ollama and vLLM deployment.

Open Source
VibeVoice logo

VibeVoice

Microsoft's open-source frontier voice AI for long-form multi-speaker audio

VibeVoice is Microsoft's open-source voice AI family with both TTS and speech recognition models. The TTS model generates up to 90 minutes of expressive multi-speaker audio with 4 distinct voices. VibeVoice-ASR transcribes 60-minute recordings in a single pass with speaker identification and timestamps. Built on continuous speech tokenizers at 7.5 Hz and next-token diffusion, it compresses audio 80x more efficiently than Encodec while preserving fidelity.

Open Source
helixdb

HelixDB

High-performance OLTP graph-vector database in Rust built on object storage for AI memory

HelixDB is an open-source, unified graph-vector database engineered in Rust that merges relational, graph, and vector workloads into a single OLTP engine, using LMDB local caching and S3 object storage for scalable agent memory.

freemiumOpen Source
GraphRAG

Microsoft GraphRAG

Modular graph-based RAG pipeline using hierarchical knowledge graph community summaries

Microsoft GraphRAG is an open-source retrieval framework that transforms unstructured text into structured knowledge graphs, clusters entities hierarchically using the Leiden algorithm, and generates dataset-wide summaries alongside entity-level local search for multi-hop reasoning.

Open Source

FAQ

What is VoxCPM?

VoxCPM is an open-source text-to-speech system from OpenBMB generating continuous speech across 30 languages without traditional tokenization. Its 2B parameter end-to-end diffusion architecture produces 48kHz studio-quality audio with natural prosody and emotion. Key capabilities include voice design from text descriptions, few-shot voice cloning, and multilingual synthesis without language-specific modules. The Apache 2.0 project has 8,700 GitHub stars.

Is VoxCPM free?

Yes — VoxCPM is open source and free to use. 100% free and open source under the Apache-2.0 license ($0 software cost). VoxCPM by OpenBMB is an on-device end-to-end conversational speech LLM supporting full-duplex audio with sub-200ms latency and zero licensing fees.

Is VoxCPM open source?

Yes — VoxCPM is open source.

Is VoxCPM still maintained?

Yes — VoxCPM is active. Its listing was last verified on August 24, 2026.

What are the best VoxCPM alternatives?

The top editor-verified VoxCPM alternatives are Coqui TTS, Fish Speech, GPT-SoVITS, and more.