AIAny
AI Audio2026
Icon for item

ZONOS2

Multilingual, low-latency text-to-speech model for speech generation and zero-shot voice cloning. Uses an MoE backbone with ECAPA-TDNN speaker embeddings, supports audio prefixes, fine-grained prosody/emotion controls and 44.1kHz output; optimized for Linux + NVIDIA GPUs.

Introduction

Scaling TTS with a mixture-of-experts backbone and millions of training hours aims to make zero-shot voice cloning more reliable across languages and speaking styles. ZONOS2 packages that approach into a model and inference server tuned for low-latency generation and speaker matching.

Key Capabilities
  • Zero-shot voice cloning: produce a close match from short (5–30s) reference clips, so you can generate consistent synthetic speech without per-voice fine-tuning.
  • MoE + DAC token pipeline with ECAPA-TDNN embeddings: separates speaker identity (embedding/audio prefix) from content tokens, which improves speaker transfer and lets you control speaking rate, pitch range, max frequency and emotion parameters.
  • Broad multilingual coverage: tiered language support with core coverage for English, Mandarin and Japanese and many additional languages in secondary tiers, so it’s usable for multi-region products without bespoke models per language.
  • Production-focused inference: provides a high-performance TTS server path (Mini-SGLang) and an offline Python API for batched generation; outputs native 44.1kHz audio suitable for consumer and streaming use.
Who it's for and tradeoffs

Great fit if you need server-deployable TTS with reliable voice cloning across many languages and want fine control over prosody and emotion. It’s suitable for teams building voice assistants, localization pipelines, or content dubbing where speaker consistency matters.

Look elsewhere if you require CPU-only inference, cross-platform (non-Linux) binaries, or fully audited/publicly documented training data provenance—ZONOS2 is optimized for NVIDIA GPUs on Linux and is a large-scale model with corresponding resource and compliance considerations.

Information

  • Websitehuggingface.co
  • OrganizationsZyphra
  • AuthorsGabriel Clark, Sofian Mejjoute, Mohamed Osman, George Close, Beren Millidge
  • Published date2026/06/11

Categories

More Items

Hugging Face
AI Audio2026

Multilingual, real-time ASR for edge CPUs that uses heterogeneous quantization to reduce model size (4.62→1.58 GB) and lower inference latency. Trades some accuracy for 1.6–2.3× faster inference vs. Whisper.cpp and real-time capability on a few CPU threads, making it suitable for memory- and compute-constrained on-device transcription.

Hugging Face
AI Audio2026

Generates English speech locally from text into 24 kHz waveforms with a fixed synthetic male voice. Complete text-to-waveform TTS under ~4M parameters (≈16 MB FP32), supports CPU/CUDA inference, deterministic seeds, long-text chunking and an ONNX export path under Apache-2.0 license.

Hugging Face
AI Audio2026

Local English text-to-waveform TTS producing a single fixed synthetic voice in a deployable package below 10M parameters. Offers deterministic seeds, punctuation-aware long-text chunking, CPU/CUDA and ONNX runtime options, measured evaluations and a compact FP32 footprint; English-only, one voice.