aliyun-modelstudio-entry-test
Execute lightweight validation across 18 Aliyun Model Studio capabilities—text-to-image, video generation, TTS, ASR, speech translation, voice cloning, omni multimodal, visual reasoning, embedding, and reranking. Run one small request per skill, record results, and verify API connectivity and model availability.
aliyun-modelstudio-entry-test runs minimal validation across 18 Aliyun Model Studio AI capabilities including image, video, audio, and multimodal tasks.
AI-generated summary based on this skill's SKILL.md
Install
cinience/alicloud-skills/aliyun-modelstudio-entry-test · repository language: Python
git clone https://github.com/cinience/alicloud-skills
cp -r alicloud-skills/skills/ai/entry/aliyun-modelstudio-entry-test ~/.claude/skills/aliyun-modelstudio-entry-testnpx skillfed install cinience/alicloud-skills/aliyun-modelstudio-entry-testFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What does aliyun-modelstudio-entry-test do?
aliyun-modelstudio-entry-test executes lightweight validation across 18 Aliyun Model Studio capabilities—text-to-image, video generation, TTS, ASR, speech translation, voice cloning, omni multimodal, visual reasoning, embedding, and reranking. It runs one small request per skill, records results, and verifies API connectivity and model availability before production use.
Can I run minimal validation for model studio skills with this tool?
Yes. aliyun-modelstudio-entry-test is designed to run minimal validation tests across multiple Aliyun Model Studio AI capabilities. Each test executes a single lightweight request to confirm the model responds and the API connection works, without consuming significant resources.
How does aliyun-modelstudio-entry-test verify Dashscope SDK integration?
aliyun-modelstudio-entry-test tests and verifies Dashscope SDK integration with image, video, audio, and multimodal models. It validates connectivity for text-to-image, TTS, ASR, embedding, and video generation across Qwen, WAN, and CosyVoice model variants.
What smoke tests does aliyun-modelstudio-entry-test execute?
aliyun-modelstudio-entry-test executes smoke tests for text-to-image, TTS, ASR, embedding, and video generation. It also validates multimodal, visual reasoning, speech translation, voice cloning, and reranking capabilities—recording and documenting results across Qwen, WAN, and CosyVoice model variants.
Why verify API connectivity before running production workloads?
aliyun-modelstudio-entry-test verifies API connectivity and authentication before running production workloads. This entry-level validation confirms all 18 Model Studio capabilities are accessible and responsive, preventing failures during critical deployments.
Is aliyun-modelstudio-entry-test open source?
Yes. aliyun-modelstudio-entry-test is released under the MIT license, allowing free use, modification, and distribution for both personal and commercial projects.
SKILL.md
rendered from the published skill — quoted content, verbatim
Category: task
Model Studio Skills Minimal Test
Run minimal validation for currently available Model Studio skills in this repo and record results.
Prerequisites
- Install SDK (virtual environment recommended to avoid PEP 668 restrictions):
python3 -m venv .venv
. .venv/bin/activate
python -m pip install dashscope
- Configure
DASHSCOPE_API_KEY(environment variable preferred; ordashscope_api_keyin~/.alibabacloud/credentials).
Test Matrix (currently supported)
1) Text-to-image → skills/ai/image/aliyun-qwen-image/
2) Image editing → skills/ai/image/aliyun-qwen-image-edit/
3) Text-to-video / Image-to-video (i2v) → skills/ai/video/aliyun-wan-video/
4) Reference-to-video (r2v) → skills/ai/video/aliyun-wan-r2v/
5) TTS → skills/ai/audio/aliyun-qwen-tts/
6) ASR transcription (non-realtime) →
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 3 files
skills/ai/entry/aliyun-modelstudio-entry-test/SKILL.md
skills/ai/entry/aliyun-modelstudio-entry-test/agents/openai.yaml
skills/ai/entry/aliyun-modelstudio-entry-test/references/sources.md