alicloud-ai-audio-asr-realtime-test

Validate the request template and connection for Model Studio Qwen ASR Realtime.

396|34|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-ai-audio-asr-realtime-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alicloud-ai-audio-asr-realtime-test
Source: https://github.com/cinience/alicloud-skills/tree/main/tests/ai/audio/alicloud-ai-audio-asr-realtime-test
Command: npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-ai-audio-asr-realtime-test

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a minimal test to ensure the real-time Automatic Speech Recognition (ASR) functionality is operational.

Core Features & Use Cases

  • ASR Smoke Test: Verifies the basic request template and minimal link for real-time ASR.
  • Prerequisite Check: Ensures the target ASR skill is available.
  • Use Case: Developers can quickly confirm that the real-time ASR service is accessible and responding before running more extensive tests or integrating it into applications.

Quick Start

Prepare a realtime ASR request by running the provided Python script.

Frequently Asked Questions about alicloud-ai-audio-asr-realtime-test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I test realtime ASR connectivity for Model Studio Qwen?

A realtime ASR smoke test verifies the basic request template and minimal link for Model Studio Qwen ASR Realtime, confirming that the speech recognition service is accessible and responding correctly.

What is a smoke test for realtime Automatic Speech Recognition?

A realtime ASR smoke test verifies the basic request template and minimal link for Model Studio Qwen ASR Realtime, confirming that the speech recognition service is accessible and responding correctly.

Do I need a specific skill to run the realtime ASR smoke test?

Yes, running the realtime ASR smoke test requires the `alicloud-ai-audio-asr-realtime` skill to be available, alongside a Python script to generate the request JSON for the connection validation.

How do I prepare a request for realtime speech recognition testing?

You prepare a realtime ASR request by running the provided Python script, which generates the necessary request JSON to validate the connection and request template for the speech recognition service.

When should I run a realtime ASR smoke test?

You should run a realtime ASR smoke test before running more extensive tests or integrating the service into applications, ensuring developers can quickly confirm the real-time ASR service is operational.