qwen-asr · git:20260309.550ee02 · 2026-03-09 · sha256 20a18cbbf6e4be9f
qwen-asr git:20260309.550ee02A
Immutable. This exact content is served forever at /api/v1/blob/20a18cbbf6e4be9f.
--- 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.wav | uv run scripts/main.py > transcript.txt ```