curl --location --request POST 'https://crazyrouter.com/alibailian/api/v1/services/aigc/video-generation/video-synthesis' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "wan2.5-i2v-preview",
"input": {
"prompt": "改变一下光线",
"img_url": "https://brainrot-yt-shorts.oss-cn-beijing.aliyuncs.com/images/cached/55a955b7e41723417281051d7bebdb45.png"
},
"parameters": {
"resolution": "480P",
"prompt_extend": true,
// "duration": 5,
"audio": true
}
}'