Alicloud ai multimodal qwen vl test
Skill ulpi-io/plugin-marketplace/plugins/cinience/skills/alicloud-ai-multimodal-qwen-vl-test
Minimal image-understanding smoke test for Model Studio Qwen VL.From its SKILL.md
npx -y skills add ulpi-io/plugin-marketplace --skill alicloud-ai-multimodal-qwen-vl-testAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.2 KB, 299 tokens by cl100k_base, as published. Nobody here has run it
Category: test
Minimal Viable Test
Goals
- Validate only the minimal request path for this skill.
- If execution fails, record exact error details without guessing parameters.
Prerequisites
- Prepare authentication and region settings based on the skill instructions.
- Target skill: skills/ai/multimodal/alicloud-ai-multimodal-qwen-vl
Test Steps (Minimal)
- Open the target skill SKILL.md and choose one minimal input example.
- Send one minimal request or run the example script.
- Record request summary, response summary, and success/failure reason.
推荐直接运行:
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:
- 返回 JSON 中
status=pass。 - 输出文件
output/ai-multimodal-qwen-vl/smoke-test/result.json存在。 - 结果包含非空
text,且model与请求模型一致或同前缀。
Result Template
- Date: YYYY-MM-DD
- Skill: skills/ai/multimodal/alicloud-ai-multimodal-qwen-vl
- Conclusion: pass / fail
- Notes:
What ships with it: 2 files
5.0 KB alongside SKILL.md, 2 of them executable
scripts/
- smoke_test_qwen_vl.pyruns2.4 KB
- test_analyze_image.pyruns2.6 KB