舞动人像AnimateAnyone
复制成功!
视频生成
概述
视频生成
AnimateAnyone是一款视频生成模型,可基于人物图片和动作模板生成人物全身动作视频。
输入
图像
输出
视频
功能
定价
- 视频生成(std)¥0.08每秒
速率限制
API 参考
获取 API Key复制成功!
123456789101112131415161718
curl --location 'https://dashscope.aliyuncs.com/api/v1/services/aigc/image2video/video-synthesis/' \
--header 'X-DashScope-Async: enable' \
--header "Authorization: Bearer $DASHSCOPE_API_KEY" \
--header 'Content-Type: application/json' \
--data '{
"model": "animate-anyone-gen2",
"input": {
"image_url": "https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/zh-CN/20250912/ythwqz/aa-%E5%9B%BE%E5%83%8F%E6%A3%80%E6%B5%8B.png",
"template_id": "AACT.xxx.xxx-xxx.xxx"
},
"parameters": {
"use_ref_img_bg": false,
"video_ratio": "9:16"
}
}'
curl -X GET https://dashscope.aliyuncs.com/api/v1/tasks/<YOUR_TASK_ID> \
--header "Authorization: Bearer $DASHSCOPE_API_KEY"