模式 | 特点 | 适用场景 | 价格(PTC/秒) |
---|---|---|---|
wan-std | 生成速度快,性价比高 | 基础演示、轻需求 | 0.105 |
wan-pro | 动画流畅自然,接近真实拍摄效果 | 专业制作、高质量 | 0.15 |
{
"model": "wan2.2-animate-mix",
"input": {
"image_url": "https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/zh-CN/20250919/adsyrp/move_input_image.jpeg",
"video_url": "https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/zh-CN/20250919/kaakcn/move_input_video.mp4"
},
"parameters": {
"check_image": true,
"mode": "wan-std"
}
}
curl --location --request POST 'https://api.302.ai/aliyun/api/v1/services/aigc/image2video/video-synthesis' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "wan2.2-animate-mix",
"input": {
"image_url": "https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/zh-CN/20250919/adsyrp/move_input_image.jpeg",
"video_url": "https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/zh-CN/20250919/kaakcn/move_input_video.mp4"
},
"parameters": {
"check_image": true,
"mode": "wan-std"
}
}'
{
"request_id": "da2d1391-354a-4ee1-9ead-d6187405f14b",
"output": {
"task_id": "2357433d-4888-41cc-87bc-a6fab61cfb58",
"task_status": "PENDING"
}
}