| 模型 | 音频 | 分辨率 | 每秒价格(PTC) |
|---|---|---|---|
| wan2.6-r2v | 有声 | 720P | 0.10 |
| wan2.6-r2v | 有声 | 1080P | 0.20 |
| wan2.6-r2v-flash | 有声 | 720P | 0.05 |
| wan2.6-r2v-flash | 有声 | 1080P | 0.08 |
| wan2.6-r2v-flash | 无声 | 720P | 0.03 |
| wan2.6-r2v-flash | 无声 | 1080P | 0.04 |
{
"model": "wan2.6-r2v-flash",
"input": {
"prompt": "character1一边喝奶茶,一边随着音乐即兴跳舞。",
"reference_urls": [
"https://cdn.wanx.aliyuncs.com/static/demo-wan26/vace.mp4"
]
},
"parameters": {
"size": "1280*720",
"duration": 5,
"audio": false,
"shot_type": "multi"
}
}curl --location --request POST 'https://api.302.ai/aliyun/api/v1/services/aigc/video-generation/video-synthesis' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "wan2.6-r2v-flash",
"input": {
"prompt": "character1一边喝奶茶,一边随着音乐即兴跳舞。",
"reference_urls": [
"https://cdn.wanx.aliyuncs.com/static/demo-wan26/vace.mp4"
]
},
"parameters": {
"size": "1280*720",
"duration": 5,
"audio": false,
"shot_type": "multi"
}
}'{
"output": {
"task_status": "PENDING",
"task_id": "3b0d3b6a-b1c7-412d-9ad6-f35ad34cd1bc"
},
"request_id": "7738144b-c7c3-9d0f-b22d-a3dbb47cfec7"
}