Zen3 Audio
Collection
Speech recognition + text-to-speech. • 7 items • Updated
How to use zenlm/zen-3-asr with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="zenlm/zen-3-asr") # Load model directly
from transformers import AutoModelForSeq2SeqLM
model = AutoModelForSeq2SeqLM.from_pretrained("zenlm/zen-3-asr", dtype="auto")Canonical Zen3 automatic speech recognition model for high-accuracy transcription, voice agents, and real-time streaming workloads. The 1.7B parameter flagship of the Zen3 audio family.
Served at api.hanzo.ai as zen3-asr.
Mirror staging in progress. Use the canonical base via the base_model link in frontmatter until weights land here.
Built on Qwen/Qwen3-ASR-1.7B (Apache-2.0). Mirrored here for the Zen3 audio family.
Base model
Qwen/Qwen3-ASR-1.7B