aliyun-qwen-multimodal-embedding-test

$npx mdskill add cinience/alicloud-skills/aliyun-qwen-multimodal-embedding-test

Tests multimodal embedding models with text and image inputs

  • Validates Model Studio VL embedding models with minimal input
  • Uses text and image inputs to generate embeddings
  • Checks if model returns valid output with specified dimensions
  • Writes request and result to file for verification
SKILL.md
.github/skills/aliyun-qwen-multimodal-embedding-testView on GitHub ↗
---
name: aliyun-qwen-multimodal-embedding-test
description: Minimal multimodal embedding smoke test for Model Studio VL embedding models.
version: 1.0.0
---

Category: test

# Minimal Viable Test

## Prerequisites

- Target skill: `skills/ai/search/aliyun-qwen-multimodal-embedding`

## Executable Example

```bash
.venv/bin/python skills/ai/search/aliyun-qwen-multimodal-embedding/scripts/prepare_multimodal_embedding_request.py \
  --text "A cat sitting on a red chair" \
  --image "https://example.com/cat.jpg" \
  --dimension 1024
```

Pass criteria: script returns `{"ok": true, ...}` and writes `output/aliyun-qwen-multimodal-embedding/request.json`.

More from cinience/alicloud-skills