# Openbmb Voxcpm

> Tokenizer-Free TTS multilingual — speech generation, creative voice design, true-to-life voice cloning. 25K stars.

- Skill: `yanacuti1121/openbmb-voxcpm` (Agent Skill)
- Install (CLI): `npx skillmds add yanacuti1121/openbmb-voxcpm`
- Raw SKILL.md: https://api.skillmd.com/api/skills/yanacuti1121/openbmb-voxcpm/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: yanacuti1121 (https://skillmd.com/u/yanacuti1121)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/yanacuti1121/openbmb-voxcpm

---


VoxCPM2: Tokenizer-Free TTS cho multilingual speech generation, creative voice design, và voice cloning.

## Install

```bash
pip install voxcpm
```

## Quick start

```python
from voxcpm import VoxCPM

model = VoxCPM.from_pretrained("openbmb/VoxCPM2")

# Text to speech
audio = model.synthesize("Hello, world!", lang="en")

# Voice cloning
audio = model.clone_voice(reference_audio="speaker.wav", text="Your text here")

# Multilingual
audio = model.synthesize("Xin chào", lang="vi")
```

## Features

- Tokenizer-free architecture — faster inference
- 20+ languages including Vietnamese
- Voice cloning từ reference audio
- Creative voice design (style control)

## Source

https://github.com/OpenBMB/VoxCPM · ⭐25.5K
https://huggingface.co/openbmb/VoxCPM2

