curl --location 'https://api.chatfire.site/vidu/ent/v2/img2video' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "vidu-q3-pro",
"images": [
"https://.../first.png"
],
"prompt": "镜头缓慢推进",
"duration": 5,
"resolution": "1080p",
"audio": true
}'