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
Qwen3-ASR Realtime API
Official model, region, endpoint, audio, and WebSocket event reference.
https://www.alibabacloud.com/help/en/model-studio/real-time-speech-recognition-user-guide
Aliyun Model Studio API Key
Create the API key in the same region you will select in OpenTypeless.
https://help.aliyun.com/zh/model-studio/get-api-key
Choose a Region and API Key
- Use China Mainland (Beijing) for an API key created in the Beijing region.
- Use International (Singapore) for an API key created in the Singapore region.
- A key is region-specific, so do not test a Beijing key against Singapore or a Singapore key against Beijing.
- Store the key securely and never paste it into public issues or logs.
Configure in OpenTypeless
- Open Settings > Speech Recognition and select Qwen3-ASR (Aliyun).
- Select China Mainland (Beijing) or International (Singapore).
- Paste the matching DashScope API key and run Test.
- 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.finishRegion 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.