Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] Qwen3-ASR-API - Pure OpenAI-compatible Speech-to-Text API powered by Qwen3-ASR

Featured Replies

What it is

Pure 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), /health

Template details

Container image strategy

  • Repository (GPU only): ghcr.io/hsiang-han/qwen3-asr-api:latest

  • Extra Parameters: --gpus all --shm-size=4g

  • CUDA 12.8 — supports Blackwell (RTX 5060/5070/5090) and Ada GPUs

  • Requires NVIDIA driver >= 570

Model selection

Switch via MODEL_ID environment variable (restart required):

  • Qwen/Qwen3-ASR-0.6B (default) — ~2-3GB VRAM, RTFx 166, low latency

  • Qwen/Qwen3-ASR-1.7B — ~4-6GB VRAM, RTFx 148, best accuracy

Default mappings / settings

  • Port: 8000

  • Host path: /mnt/user/appdata/qwen3-asr-api/models/root/.cache/huggingface

  • API docs: http://[IP]:[PORT:8000]/docs

  • First start downloads model (~1-3GB), subsequent starts are fast

Environment variables

  • MODEL_ID = Qwen/Qwen3-ASR-0.6B — Model to serve

  • GPU_MEMORY_UTILIZATION = 0.8 — GPU memory fraction (0.0-1.0)

  • NVIDIA_VISIBLE_DEVICES = all — GPU selection

  • MAX_MODEL_LEN = 8192 — Max sequence length for KV cache. Default value can supports ~10 min audio. Lower to save VRAM, raise for longer audio.

Usage

curl -X POST http://YOUR-UNRAID-IP:8000/v1/audio/transcriptions -F "[email protected]" -F "model=qwen3-asr"

Works with any OpenAI-compatible client.

Edited 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.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.