qwenlm/qwen3-asr

Qwen3-ASR is an open-source series of ASR models developed by the Qwen team at Alibaba Cloud, supporting stable multilingual speech/music/song recognition,...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 3 minutes ago
Added to GitGenius on September 19th, 2026
Created on January 28th, 2026
Open Issues & Pull Requests: 25 (+0)
GitHub issues: Enabled
Number of forks: 348
Total Stargazers: 3,578 (+0)
Total Subscribers: 9 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.7 days
Mean response time: 15.3 days
90th percentile: 46.1 days
Tracked items: 57

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Roughly one issue in four opened in the past year never receives a reply. 84% of issues opened in the past year have been closed, leaving a working backlog. Three people close 60% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 13
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 66 days
Stale 30+ days: 4
Stale 90+ days: 0

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 1
Events in 7 days: 2

Top labels

  • inactive (57)

Detailed Description

Qwen3-ASR is an open-source automatic speech recognition model that supports multilingual speech recognition, language detection, and timestamp prediction across 52 languages and dialects.

The tool addresses the need for accurate, multilingual speech-to-text conversion. It provides two model sizes—a 1.7B parameter version and a 0.6B parameter version—both built on the Qwen3-Omni foundation model. The project also includes a non-autoregressive forced-alignment model for aligning text-speech pairs in 11 languages. The models handle not only speech recognition but also music and song recognition, with capabilities for language identification and timestamp prediction integrated into the same inference pipeline.

Developers should choose this tool if they need open-source multilingual ASR with competitive performance against commercial APIs. The 1.7B version is positioned as achieving state-of-the-art results among open-source models. The smaller 0.6B variant suits resource-constrained deployments. The project supports multiple inference backends including native Transformers with torch.compile optimization and vLLM for faster inference. It offers streaming inference capabilities, fine-tuning support, Docker deployment, and both local web UI and Gradio demo interfaces. The forced-alignment model provides an additional capability for applications requiring precise text-speech synchronization.

The project maintains active development with native Transformers support and torch.compile integration recently added. The codebase includes comprehensive documentation covering environment setup, Python package usage, quick inference, streaming inference, fine-tuning, deployment with vLLM, Docker containerization, and evaluation procedures. Multiple inference options are documented, from simple Python package usage to production deployment patterns. The project provides both Hugging Face and ModelScope hosting with accompanying demo interfaces and an API option through DashScope.