images 数量决定:/v1/videos 或 /v1/video/generations(等价)。Authorization: Bearer ********************{
"model": "viduq2",
"prompt": "一只柴犬在樱花树下奔跑",
"size": "1080p",
"duration": 5,
"metadata": {
"aspect_ratio": "16:9",
"movement_amplitude": "auto",
"watermark": false
}
}curl --location '/v1/video/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "viduq2",
"prompt": "一只柴犬在樱花树下奔跑",
"size": "1080p",
"duration": 5,
"metadata": {
"aspect_ratio": "16:9",
"movement_amplitude": "auto",
"watermark": false
}
}'{
"id": "task_xxxxxxxxx",
"task_id": "task_xxxxxxxxx",
"status": "queued",
"model": "viduq2",
"created_at": 1779243291
}