alicloud-ai-audio-asr-test

Smoke test non-realtime Qwen ASR audio transcription request-response flow.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a minimal, non-realtime test for the Model Studio Qwen ASR service, ensuring the basic request-response flow is functional.

Core Features & Use Cases

  • ASR Smoke Testing: Verifies the core functionality of the ASR service with a simple audio input.
  • Error Reporting: Captures exact error details if the test fails, aiding in debugging.
  • Use Case: Before deploying a new version of the ASR service, run this test to quickly confirm it's operational and accessible.

Quick Start

Run the provided Python script to transcribe an audio file using the Qwen ASR model.

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

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

FAQPage Schema
How do I test Qwen ASR audio transcription with a minimal smoke test?

To test Qwen ASR audio transcription, run the provided Python script to verify the basic non-realtime request-response chain and confirm the service is operational.

What is a smoke test for non-realtime Automatic Speech Recognition?

A non-realtime Automatic Speech Recognition smoke test validates the core functionality of an audio transcription service by sending a simple audio input and verifying the response.

Can I capture exact error details if my Qwen ASR transcription test fails?

Yes, the Qwen ASR transcription test captures precise error details upon failure, providing the exact output needed to debug and fix the request-response chain.

Does this ASR smoke test work for pre-deployment validation of the transcription service?

Yes, this ASR smoke test is designed for pre-deployment validation, allowing you to quickly confirm the transcription service is operational and accessible before releasing a new version.

Do I need any external dependencies to run the Qwen ASR transcription test?

No external dependencies are required to run the Qwen ASR transcription test; it operates as a standalone script to validate the Model Studio service.