Use when multimodal embeddings are needed from Alibaba Cloud Model Studio models such as `qwen3-vl-embedding` for image, video, and text retrieval, cross-mod...
Memory
Alibaba Cloud AI Search Text Embedding
Try itUse when text embeddings are needed from Alibaba Cloud Model Studio models for semantic search, retrieval-augmented generation, clustering, or offline vector...
What it does
Use when text embeddings are needed from Alibaba Cloud Model Studio models for semantic search, retrieval-augmented generation, clustering, or offline vector...
The skill document
Category: provider
Model Studio Text Embedding
Validation
mkdir -p output/aliyun-qwen-text-embedding
python -m py_compile skills/ai/search/aliyun-qwen-text-embedding/scripts/prepare_embedding_request.py && echo "py_compile_ok" > output/aliyun-qwen-text-embedding/validate.txt
Pass criteria: command exits 0 and output/aliyun-qwen-text-embedding/validate.txt is generated.
Critical model names
Use one of these exact model strings as needed:
text-embedding-v4text-embedding-v3text-embedding-v2text-embedding-v1qwen3-embedding-8bqwen3-embedding-4bqwen3-embedding-0.6b
Quick start
python skills/ai/search/aliyun-qwen-text-embedding/scripts/prepare_embedding_request.py \
--text "Alibaba Cloud Model Studio" \
--output output/aliyun-qwen-text-embedding/request.json
Notes
- Pair this skill with
skills/ai/search/aliyun-dashvector-search/or other vector-store skills. - For image or multimodal embeddings, add dedicated multimodal embedding coverage separately.
References
references/sources.md
Related skills
Use when reranking search candidates is needed with Alibaba Cloud Model Studio rerank models, including hybrid retrieval, top-k refinement, and multilingual...
Use when a task needs Alibaba Cloud Model Studio Qwen Deep Research models to plan multi-step investigation, run iterative web research, and produce structur...
Use when generating or reasoning over text with Alibaba Cloud Model Studio Qwen flagship text models (`qwen3-max`, `qwen3.5-plus`, `qwen3.5-flash`, snapshots...
Use when routing Alibaba Cloud Model Studio requests to the right local skill (Qwen text, coder, deep research, image, video, audio, search and multimodal sk...
Route Alibaba Cloud Model Studio requests to the right local skill (Qwen Image, Qwen Image Edit, Wan Video, Wan R2V, Qwen TTS, Qwen ASR and advanced TTS vari...