Qwen3-ASR (Aliyun DashScope)

Aliyun Qwen3-ASR uses WebSocket streaming and is suitable for Chinese-centric realtime transcription.

Official API Docs

OpenTypeless Config Example

Fill these values in OpenTypeless settings.

{
  "stt_provider": "aliyun-qwen3-asr",
  "stt_api_key": "<aliyun_dashscope_api_key>",
  "stt_language": "zh"
}

Common Errors & Fixes

WebSocket handshake fails

Check API key validity and ensure Authorization uses Bearer token format.

No transcript events arrive

Verify audio is 16kHz PCM and streaming frames are sent continuously during recording.

Task finishes with error

Review DashScope account permission and model availability in your region.