Model reference · open weights
Zonos-transformer is an open-weight audio or speech model from Zyphra, listed in the AxForge catalogue. AxForge can bring it up on EU-owned hardware for you on request — with the licence handled where one is required.
About
Zonos-v0.1 alt="Title card" style="width: 500px; height: auto; object-position: center top;" Zonos-v0.1 is a leading open-weight text-to-speech model trained on more than 200k hours of varied multilingual speech, delivering expressiveness and quality on par with—or even surpassing—top TTS providers. Our model enables highly natural speech generation from text prompts when given a speaker embedding or audio prefix, and can accurately perform speech cloning when given a reference clip spanning just a few seconds. The conditioning setup also allows for fine control over speaking rate, pitch variation, audio quality, and emotions such as happiness, fear, sadness, and anger. The model outputs speech natively at 44kHz. For more details and speech samples, check out our blog here We also have a hosted version available at playground.zyphra.com/audio Zonos follows a straightforward architecture: text normalization and phonemization via eSpeak, followed by DAC token prediction through a transformer or hybrid backbone. An overview of the architecture can be seen below. alt="Architecture diagram" style="width: 1000px; height: auto; object-position: center top;" Usage Python Gradio interface (recommended) This should produce a sample.wav file in your project root directory. For repeated sampling we highly recommend using the gradio interface instead, as the minimal example needs to load the model every time it is run. Features - Zero-shot TTS with voice cloning: Input desired text and a 10-30s speaker sample to generate high quality TTS output - Audio prefix inputs: Add text plus an audio prefix for even richer speaker matching. Audio prefixes can be used to elicit behaviours such as whispering which can otherwise be challenging to replicate when cloning from speaker embeddings - Multilingual support: Zonos-v0.1 supports English, Japanese, Chinese, French, and German - Audio quality and emotion control: Zonos offers fine-grained control of many aspects of the generated audio. These include speaking rate, pitch, maximum frequency, audio quality, and various emotions such as happiness, anger, sadness, and fear. - Fast: our model runs with a real-time factor of ~2x on an RTX 4
Summarised from the published model card. Read the full card on the HuggingFace links below.
Specifications
| Maker | Zyphra |
|---|---|
| Type | Audio & music |
| Parameters (lead) | 1.6B |
| Variants | 1 |
| Runs with | zonos |
| Released | 2025-02-06 |
| Popularity | 149k downloads / month |
| Likes | 435 |
| Licence | Open weights |
How it works
Variants
Open weights ship in several sizes and precisions. One page, all the variants — pick the one that fits your GPU. VRAM figures are estimates from model size.
| Variant | Params | Precision | VRAM | Fits 16 GB | Weights |
|---|---|---|---|---|---|
| Zonos-v0.1-transformer | 1.6B | BF16 | ~3.7 GB | ✓ | Weights ↗ |
Using it via the API
Once AxForge deploys zonos-transformer for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (zonos-transformer below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/audio/transcriptions \ -H "Authorization: Bearer $AXFORGE_API_KEY" \ -F model="zonos-transformer" -F file=@audio.mp3
Details
Tags
Licence
Open weights under apache-2.0 — commercial use is permitted. Deploy it on AxForge EU hardware on request. Read the licence ↗