Aliyun Qwen3-ASR

OpenTypeless connects directly to Qwen3-ASR Flash Realtime through the DashScope WebSocket API. Choose the region that issued your API key before testing the connection.

Official Documentation

Choose a Region and API Key

  1. Use China Mainland (Beijing) for an API key created in the Beijing region.
  2. Use International (Singapore) for an API key created in the Singapore region.
  3. A key is region-specific, so do not test a Beijing key against Singapore or a Singapore key against Beijing.
  4. Store the key securely and never paste it into public issues or logs.

Configure in OpenTypeless

  1. Open Settings > Speech Recognition and select Qwen3-ASR (Aliyun).
  2. Select China Mainland (Beijing) or International (Singapore).
  3. Paste the matching DashScope API key and run Test.
  4. If authentication fails, verify the selected region, key status, and Qwen3-ASR Realtime access.

Current Realtime Configuration

OpenTypeless streams PCM16 mono audio to the selected regional endpoint and follows the Qwen3-ASR Realtime session lifecycle.

Provider: aliyun-qwen3-asr
Model: qwen3-asr-flash-realtime
Beijing: wss://dashscope.aliyuncs.com/api-ws/v1/realtime?model=qwen3-asr-flash-realtime
Singapore: wss://dashscope-intl.aliyuncs.com/api-ws/v1/realtime?model=qwen3-asr-flash-realtime
Auth: Authorization: Bearer <DASHSCOPE_API_KEY>
Audio: pcm16, 16000 Hz, mono
Events: session.update -> input_audio_buffer.append -> session.finish

Region and Workspace Domains

⚠️
Alibaba Cloud recommends workspace-specific domains for the best performance and stability, while the documented generic regional domains remain available. OpenTypeless v1.1.53 uses the generic Beijing or Singapore endpoint and does not require a Workspace ID. This is a BYOK provider connection and does not consume TalkMore managed-cloud quota.