Tokenizer-Free TTS multilingual — speech generation, creative voice design, true-to-life voice cloning. 25K stars.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add yanacuti1121/Yana-AI --skill openbmb--voxcpm --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Openbmb Voxcpm?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yanacuti1121-openbmb-voxcpm)More formats (shields.io, HTML) on the badges page.
---
name: openbmb--voxcpm
description: "Tokenizer-Free TTS multilingual — speech generation, creative voice design, true-to-life voice cloning. 25K stars."
allowed-tools: Bash, Read, Write
user-invocable: true
---
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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.