/install aliyun-qwen-asr-realtime
Category: provider
Model Studio Qwen ASR Realtime
Validation
mkdir -p output/aliyun-qwen-asr-realtime
python -m py_compile skills/ai/audio/aliyun-qwen-asr-realtime/scripts/prepare_realtime_asr_request.py && echo "py_compile_ok" > output/aliyun-qwen-asr-realtime/validate.txt
Pass criteria: command exits 0 and output/aliyun-qwen-asr-realtime/validate.txt is generated.
Output And Evidence
- Save session payloads and response samples under
output/aliyun-qwen-asr-realtime/.
Critical model names
Use one of these exact model strings:
qwen3-asr-flash-realtimeqwen3-asr-flash-realtime-2026-02-10
Use cases
- Realtime subtitles and captions
- Voice-agent duplex input
- Streaming speech-to-text in browser or terminal clients
Prerequisites
- Set
DASHSCOPE_API_KEYin your environment, or adddashscope_api_keyto~/.alibabacloud/credentials. - Realtime sessions generally require WebSocket or streaming session handling in the client.
Normalized interface (asr.realtime)
Request
model(string, optional): defaultqwen3-asr-flash-realtimelanguage_hints(array\x3Cstring>, optional)format(string, optional): e.g.pcm,wavsample_rate(int, optional): e.g.16000chunk_ms(int, optional): frame size in milliseconds
Response
text(string): recognized transcript fragmentis_final(bool): finalization markerusage(object, optional)
Quick start
Generate a request template:
python skills/ai/audio/aliyun-qwen-asr-realtime/scripts/prepare_realtime_asr_request.py \
--output output/aliyun-qwen-asr-realtime/request.json
Operational guidance
- Prefer 16kHz mono PCM unless your client stack requires another format.
- Keep chunks small enough for responsive partial results.
- If you only have recorded files, use
skills/ai/audio/aliyun-qwen-asr/instead.
References
references/sources.md
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install aliyun-qwen-asr-realtime - After installation, invoke the skill by name or use
/aliyun-qwen-asr-realtime - Provide required inputs per the skill's parameter spec and get structured output
What is Aliyun Qwen Asr Realtime?
Use when low-latency realtime speech recognition is needed with Alibaba Cloud Model Studio Qwen ASR Realtime models, including streaming microphone input, li... It is an AI Agent Skill for Claude Code / OpenClaw, with 101 downloads so far.
How do I install Aliyun Qwen Asr Realtime?
Run "/install aliyun-qwen-asr-realtime" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Aliyun Qwen Asr Realtime free?
Yes, Aliyun Qwen Asr Realtime is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Aliyun Qwen Asr Realtime support?
Aliyun Qwen Asr Realtime is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Aliyun Qwen Asr Realtime?
It is built and maintained by cinience (@cinience); the current version is v1.0.0.