AIAny
AI Model2026
Icon for item

VoxCPM2

Generates 48kHz multilingual speech from text using a tokenizer-free diffusion-autoregressive TTS architecture, supporting natural-language voice design, controllable cloning, and low-latency streaming. Notable for a 2B-parameter backbone and built-in AudioVAE super-resolution (16k→48k).

Introduction

High-quality, controllable multilingual TTS matters for localization, assistive agents, and media production. This model abandons tokenization and uses a diffusion-autoregressive pipeline to synthesize studio-rate audio directly, enabling both novel-voice creation from text descriptions and faithful cloning from short references — reducing dependency on long per-speaker datasets or explicit language tags.

Key Capabilities
  • Tokenizer-free diffusion-autoregressive architecture (LocEnc → TSLM → RALM → LocDiT): enables flexible modeling across languages and reduces discretization artifacts compared with tokenized pipelines, which helps zero-shot and cross-lingual generalization.
  • Natural-language voice design: specify gender, age, tone, and emotion in plain text to generate a new voice without reference audio — useful for rapid prototyping of character voices and accessibility personas.
  • Controllable & ultimate cloning: clone a speaker from short clips, with optional style guidance; providing both reference audio and its transcript yields the highest fidelity. Supports LoRA fine-tuning from as little as ~5–10 minutes of audio for customization.
  • Production-oriented audio chain: AudioVAE V2 performs asymmetric 16k→48k super-resolution so the model accepts common reference formats but outputs 48kHz studio-quality audio; reported real-time factors (RTX 4090) enable low-latency streaming scenarios.
Who it's for and trade-offs

Great fit if you need an open-source, commercially usable TTS that balances high fidelity, multilingual support, and flexible voice control — for R&D teams, studios prototyping voices, or product teams building localized assistants. The Apache-2.0 license simplifies commercial use. Look elsewhere if you require guaranteed voice-safety/legal vetting for impersonation-sensitive deployments (the authors explicitly forbid misuse for impersonation/fraud), or if you need a tiny on-device model for extremely constrained hardware. Expect variability across languages (depends on dataset coverage), occasional instability on very long/highly expressive prompts, and nontrivial GPU requirements for fast generation (the model is ~2B parameters; typical VRAM recommendations are moderate but non-negligible).

Where it fits

Compared with single-language high-resource vocoders or closed-source cloning services, this project prioritizes multilingual zero-shot capability and flexible voice design while remaining fully open-source and fine-tunable. For production-grade deployments, pair it with safety labeling, speaker-consent policies, and downstream evaluation tailored to your use case.

Information

Categories

More Items

Hugging Face
AI Model2026

GGUF-quantized, refusal-removed build of Qwen3.8-Flash-Next for llama.cpp that provides multimodal (image+text), reasoning and tool-calling capabilities; released for security research and red-teaming under the Apache-2.0 license.

Hugging Face
AI Model2026

A dynamically quantized GGUF build of Ornith-1.5-35B optimized for agentic code-fixing and multi-turn conversations: targets 4-bit/≈22GB deployments, includes a vision projector, a custom importance matrix and a concise chat template.

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.