qwen-asr · git:20260310.1617949 · 2026-03-10 · sha256 d8727103ab52ec24
qwen-asr git:20260310.1617949A
Immutable. This exact content is served forever at /api/v1/blob/d8727103ab52ec24.
--- name: qwen-asr description: Transcribe audio files using Qwen ASR. Use when the user sends voice messages and wants them converted to text. --- # Qwen ASR Transcribe an audio file (wav/mp3/ogg...) to text using Qwen ASR. No configuration or API key required. ## Usage ```shell uv run scripts/main.py -f audio.wav cat audio.mp3 | uv run scripts/main.py > transcript.txt curl https://example.com/audio.ogg | uv run scripts/main.py ```