{ "model_code": "wanx2.1-vace-plus", "model_intro": "通义万相2.1-VACE-Plus,视频编辑统一模型。支持局部编辑、视频重绘、背景扩展、时长延展、图片参考等多种视频编辑与生成任务,支持文本、图像、视频等多模态条件控制。", "model_tags": ["视频生成"], "model_capabilities": { "input_modalities": ["text", "image", "video"], "output_modalities": ["video"], "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": [ { "item": "视频生成(std)", "price": 0.7, "unit": "元/秒" } ], "model_limits": { "max_input_length": null, "max_output_length": null, "rpm": 120, "context_length": null, "note": "截图中以“-”展示的字段已置为 null" }, "api_examples": { "curl": [ "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}'", "curl -X GET https://dashscope.aliyuncs.com/api/v1/tasks/{task_id} --header \"Authorization: Bearer $DASHSCOPE_API_KEY\"" ] } }