alicloud-ai-multimodal-qwen-omni-test

Validate Qwen Omni model family and sample request payloads.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill provides a basic smoke test to ensure the multimodal omni skill is functioning correctly with the latest model and sample data.

Core Features & Use Cases

  • Model Validation: Verifies the inclusion of the correct, latest model family.
  • Payload Testing: Checks that a sample request payload is correctly generated.
  • Use Case: Developers can quickly run this test after updates to confirm the core functionality of the Qwen Omni multimodal skill without performing extensive integration testing.

Quick Start

Prepare a sample request for the Qwen Omni skill by running the prepare omni request script.

Frequently Asked Questions about alicloud-ai-multimodal-qwen-omni-test

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

FAQPage Schema
How do I test Qwen Omni multimodal API requests for Model Studio?

Testing Qwen Omni multimodal API requests involves running a Python script to generate a sample request JSON file, which validates the model family and payload for Model Studio.

What is a Qwen Omni multimodal smoke test in continuous integration?

A Qwen Omni multimodal smoke test in continuous integration is a basic validation check that confirms core functionality after updates without executing extensive integration tests.

Can I validate the Model Studio Qwen model family automatically?

Yes, you can validate the Model Studio Qwen model family automatically by executing a test script that verifies the inclusion of the correct, latest model family in the payload.

How do I generate a sample payload for the Qwen omni skill?

You generate a sample payload for the Qwen omni skill by preparing and running a Python script that creates the necessary request JSON file for payload testing.

Does the Qwen Omni test require any external dependencies?

No, the Qwen Omni test requires no external dependencies, relying solely on a Python script to generate the sample request and validate the multimodal omni skill.