qwen3-vl-embedding.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "model_code": "qwen3-vl-embedding",
  3. "model_intro": "基于 Qwen3-VL 底座训练的统一多模态向量模型,支持文本、图片、视频单模态/混合模态输入,输出统一表征向量,适用于跨模态检索、图搜、视频检索、图像聚类、复杂多模态信息检索与打标场景。",
  4. "model_tags": ["多模态向量"],
  5. "model_capabilities": {
  6. "input_modalities": ["text", "image"],
  7. "output_modalities": [],
  8. "features": {
  9. "model_experience": false,
  10. "function_calling": false,
  11. "structured_output": false,
  12. "web_search": false,
  13. "prefix_continuation": false,
  14. "cache": false,
  15. "batch_inference": false,
  16. "model_tuning": false
  17. }
  18. },
  19. "model_pricing": {
  20. "unit": "元/千tokens",
  21. "image_input": 0.0018,
  22. "text_input": 0.0007
  23. },
  24. "model_limits": {
  25. "max_input_length": "32K",
  26. "max_output_length": null,
  27. "rpm": 1200,
  28. "tpm": 600000,
  29. "context_length": null,
  30. "note": "截图中以“-”展示的字段已置为 null"
  31. },
  32. "api_examples": {
  33. "curl": [
  34. "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}'"
  35. ]
  36. }
  37. }