wanx2.1-vace-plus.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "model_code": "wanx2.1-vace-plus",
  3. "model_intro": "通义万相2.1-VACE-Plus,视频编辑统一模型。支持局部编辑、视频重绘、背景扩展、时长延展、图片参考等多种视频编辑与生成任务,支持文本、图像、视频等多模态条件控制。",
  4. "model_tags": ["视频生成"],
  5. "model_capabilities": {
  6. "input_modalities": ["text", "image", "video"],
  7. "output_modalities": ["video"],
  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. {
  21. "item": "视频生成(std)",
  22. "price": 0.7,
  23. "unit": "元/秒"
  24. }
  25. ],
  26. "model_limits": {
  27. "max_input_length": null,
  28. "max_output_length": null,
  29. "rpm": 120,
  30. "context_length": null,
  31. "note": "截图中以“-”展示的字段已置为 null"
  32. },
  33. "api_examples": {
  34. "curl": [
  35. "curl --location 'https://dashscope.aliyuncs.com/api/v1/services/aigc/image2image/image-synthesis' \\\n--header 'X-DashScope-Async: enable' \\\n--header \"Authorization: Bearer $DASHSCOPE_API_KEY\" \\\n--header 'Content-Type: application/json' \\\n--data '{\n \"model\": \"wanx2.1-vace-plus\",\n \"input\": {\n \"function\": \"stylization_all\",\n \"prompt\": \"转换成法国绘本风格\",\n \"base_image_url\": \"http://wanx.alicdn.com/material/20250318/stylization_all_1.jpeg\"\n },\n \"parameters\": {\n \"n\": 1\n }\n}'",
  36. "curl -X GET https://dashscope.aliyuncs.com/api/v1/tasks/{task_id} --header \"Authorization: Bearer $DASHSCOPE_API_KEY\""
  37. ]
  38. }
  39. }