June 8Jun 8 What it isPure OpenAI-compatible Speech-to-Text API powered by Qwen3-ASR (Alibaba Qwen). State-of-the-art accuracy for Chinese (22 dialects), English, and 50+ languages. No bloat — just the model served via vLLM.Exposes /v1/audio/transcriptions (OpenAI-compatible), /docs (Swagger), /healthTemplate detailsApp name: Qwen3-ASR-APITemplate URL: https://raw.githubusercontent.com/hsiang-han/unraid_templates/main/templates/qwen3-asr-api.xmlIcon URL: https://raw.githubusercontent.com/hsiang-han/unraid_templates/main/assets/qwen3-asr-api-icon.pngProject URL: https://github.com/hsiang-han/qwen3-asr-apiSupport URL: https://github.com/hsiang-han/qwen3-asr-api/issuesContainer image strategyRepository (GPU only): ghcr.io/hsiang-han/qwen3-asr-api:latestExtra Parameters: --gpus all --shm-size=4gCUDA 12.8 — supports Blackwell (RTX 5060/5070/5090) and Ada GPUsRequires NVIDIA driver >= 570Model selectionSwitch via MODEL_ID environment variable (restart required):Qwen/Qwen3-ASR-0.6B (default) — ~2-3GB VRAM, RTFx 166, low latencyQwen/Qwen3-ASR-1.7B — ~4-6GB VRAM, RTFx 148, best accuracyDefault mappings / settingsPort: 8000Host path: /mnt/user/appdata/qwen3-asr-api/models → /root/.cache/huggingfaceAPI docs: http://[IP]:[PORT:8000]/docsFirst start downloads model (~1-3GB), subsequent starts are fastEnvironment variablesMODEL_ID = Qwen/Qwen3-ASR-0.6B — Model to serveGPU_MEMORY_UTILIZATION = 0.8 — GPU memory fraction (0.0-1.0)NVIDIA_VISIBLE_DEVICES = all — GPU selectionMAX_MODEL_LEN = 8192 — Max sequence length for KV cache. Default value can supports ~10 min audio. Lower to save VRAM, raise for longer audio.Usagecurl -X POST http://YOUR-UNRAID-IP:8000/v1/audio/transcriptions -F "[email protected]" -F "model=qwen3-asr"Works with any OpenAI-compatible client. Edited June 8Jun 8 by hsiang
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.