{ "model_code": "wan2.2-s2v", "model_intro": "wan2.2-s2v 是一款视频生成模型,可基于人物图片和人声音频文件,生成高质量的人物说话/唱歌/表演动态视频。", "model_tags": ["Wan2.2", "视频生成"], "model_capabilities": { "input_modalities": ["image"], "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": "视频生成(480P)", "price": 0.5, "unit": "元/秒" }, { "item": "视频生成(720P)", "price": 0.9, "unit": "元/秒" } ], "model_limits": { "max_input_length": null, "max_output_length": null, "rpm": null, "context_length": null, "note": "截图中以“-”展示的字段已置为 null" }, "api_examples": { "curl": [ "curl 'https://dashscope.aliyuncs.com/api/v1/services/aigc/image2video/video-synthesis/' \\\n --header 'X-DashScope-Async: enable' \\\n --header \"Authorization: Bearer $DASHSCOPE_API_KEY\" \\\n --header 'Content-Type: application/json' \\\n --data '{\n \"model\": \"wan2.2-s2v\",\n \"input\": {\n \"image_url\": \"https://img.alicdn.com/imgextra/i3/O1CN011FObkp1T7Ttowoq4F_!!6000000002335-0-tps-1440-1797.jpg\",\n \"audio_url\": \"https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/zh-CN/20250825/iaqpio/input_audio.MP3\"\n },\n \"parameters\": {\n \"resolution\": \"480P\"\n }\n }'" ] } }