ScriptsApr 1, 2026·1 min read

Zonos — Multilingual TTS with Voice Cloning

Zonos is an open-weight TTS model trained on 200K+ hours of speech. 7.2K+ stars. Voice cloning, 5 languages, emotion control. Apache 2.0.

SC
Script Depot · Community
Quick Use

Use it first, then decide how deep to go

This block should tell both the user and the agent what to copy, install, and apply first.

# Install (Linux/macOS, 6GB+ VRAM GPU)
pip install -e .

# Or run Gradio UI
uv run gradio_interface.py

# Python API
python -c "
from zonos.model import Zonos
model = Zonos.from_pretrained(\"Zyphra/Zonos-v0.1-transformer\")
# Generate speech with voice cloning
"

Intro

Zonos is a leading open-weight text-to-speech model trained on more than 200,000 hours of varied multilingual speech. With 7,200+ GitHub stars and Apache 2.0 license, it generates natural speech from text with zero-shot voice cloning from brief speaker samples, supports English, Japanese, Chinese, French, and German, provides fine-grained control over speaking rate, pitch, emotion, and audio quality, achieves ~2x real-time factor on RTX 4090, and includes Gradio web interface and Docker support.

Best for: Developers building multilingual voice applications with voice cloning Works with: Claude Code, OpenAI Codex, Cursor, Gemini CLI, Windsurf


Key Features

  • 200K+ hours training data
  • Zero-shot voice cloning
  • 5 languages (EN, JA, ZH, FR, DE)
  • Rate, pitch, emotion, quality control
  • ~2x realtime on RTX 4090
  • Gradio UI and Docker

FAQ

Q: What is Zonos? A: Open-weight TTS with 7.2K+ stars. 200K+ hours training, voice cloning, 5 languages, emotion control. Apache 2.0.

Q: How do I install Zonos? A: Clone repo, pip install -e . Requires Linux/macOS with 6GB+ GPU.


🙏

Source & Thanks

Zyphra/Zonos — 7,200+ GitHub stars

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets