{
"model": "omni_flash-10s",
"prompt": "海边日落,海浪缓慢拍打沙滩,电影质感,镜头缓慢向前移动",
"size": "1280x720",
"aspect_ratio": "16:9"
}curl --location '/v2/videos/generations' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"model": "omni_flash-10s",
"prompt": "海边日落,海浪缓慢拍打沙滩,电影质感,镜头缓慢向前移动",
"size": "1280x720",
"aspect_ratio": "16:9"
}'{}