Text-to-Speech
Transformers
Safetensors
Qwen3-TTS
English
Chinese
text-generation
zen3
zen3-tts
zenlm
qwen3-tts
speech-synthesis
edge
low-latency
12hz
Instructions to use zenlm/zen3-tts-0.6B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zenlm/zen3-tts-0.6B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="zenlm/zen3-tts-0.6B")# Load model directly from transformers import AutoModelForSeq2SeqLM model = AutoModelForSeq2SeqLM.from_pretrained("zenlm/zen3-tts-0.6B", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| Zen 3 Speech | |
| Copyright (c) 2024-2026 Zen LM, Inc. | |
| Developed by Zen LM, Inc. in collaboration with Hanzo AI and Zoo Labs Foundation. | |
| Licensed under the Apache License, Version 2.0 (see LICENSE). | |
| Derived from Qwen/Qwen3-TTS-12Hz-0.6B-Base (Copyright (c) Alibaba Cloud, Apache-2.0). | |