| 12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "model_code": "qwen3-vl-embedding",
- "model_intro": "基于 Qwen3-VL 底座训练的统一多模态向量模型,支持文本、图片、视频单模态/混合模态输入,输出统一表征向量,适用于跨模态检索、图搜、视频检索、图像聚类、复杂多模态信息检索与打标场景。",
- "model_tags": ["多模态向量"],
- "model_capabilities": {
- "input_modalities": ["text", "image"],
- "output_modalities": [],
- "features": {
- "model_experience": false,
- "function_calling": false,
- "structured_output": false,
- "web_search": false,
- "prefix_continuation": false,
- "cache": false,
- "batch_inference": false,
- "model_tuning": false
- }
- },
- "model_pricing": {
- "unit": "元/千tokens",
- "image_input": 0.0018,
- "text_input": 0.0007
- },
- "model_limits": {
- "max_input_length": "32K",
- "max_output_length": null,
- "rpm": 1200,
- "tpm": 600000,
- "context_length": null,
- "note": "截图中以“-”展示的字段已置为 null"
- },
- "api_examples": {
- "curl": [
- "curl --silent --location --request POST 'https://dashscope.aliyuncs.com' \\\n--header \"Authorization: Bearer $DASHSCOPE_API_KEY\" \\\n--header 'Content-Type: application/json' \\\n--data '{\n \"model\": \"qwen3-vl-embedding\",\n \"input\": {\n \"contents\": [ \n {\"text\": \"多模态向量模型\"}\n ]\n }\n}'"
- ]
- }
- }
|