alicloud-ai-multimodal-qwen-vl-test

Original🇨🇳 Chinese
Translated
2 scripts

Minimal image-understanding smoke test for Model Studio Qwen VL.

8installs
Added on

NPX Install

npx skill4agent add cinience/alicloud-skills alicloud-ai-multimodal-qwen-vl-test

Tags

Translated version includes tags in frontmatter

SKILL.md Content (Chinese)

View Translation Comparison →
Category: test

Minimal Viable Test

Objectives

  • Only verify that the minimal request chain of this skill is functional.
  • Record error messages when failed, do not guess parameters.

Prerequisites

  • Prepare authentication information and Region according to the skill instructions.
  • Refer to the skill directory: skills/ai/multimodal/alicloud-ai-multimodal-qwen-vl

Minimal Test Steps

  1. Open the SKILL.md of the corresponding skill and select a minimal input example.
  2. Initiate a request or run the sample script.
  3. Record: Request Summary / Response Summary / Reason for success or failure.
Recommended direct execution:
bash
python tests/ai/multimodal/alicloud-ai-multimodal-qwen-vl-test/scripts/smoke_test_qwen_vl.py \
  --image output/ai-image-qwen-image/images/vl_test_cat.png
Pass Criteria:
  • status=pass
    in the returned JSON.
  • The output file
    output/ai-multimodal-qwen-vl/smoke-test/result.json
    exists.
  • The result contains non-empty
    text
    , and the
    model
    is consistent with the requested model or has the same prefix.

Result Recording Template

  • Time: YYYY-MM-DD
  • Skill: skills/ai/multimodal/alicloud-ai-multimodal-qwen-vl
  • Conclusion: pass / fail
  • Remarks: