VidupremiumText → VideoImage → Video
Q3 Pro
vidu/q3-pro
Estimated
$0.55 / 5s @ 720p
High-quality video generation supporting text-to-video, image-to-video and start/end-frame-to-video workflows with audio and up to 16-second clips.
Audio 540p–1080p 1–16s Start/end frames
Input schema
The exact fields accepted by this model. Values are validated before a generation starts.
promptstringText prompt describing the video.
Range: −∞ — 5000
start_imageimageStart image for image-to-video, or together with end image for start/end-frame-to-video.
end_imageimageEnd image. Must be used together with the start image.
durationintegerrequireddefault: 5Clip length.
Range: 1 — 16
resolutionstringrequireddefault: "720p"Output resolution.
540p720p1080paspect_ratiostringdefault: "16:9"Text-to-video only.
16:99:163:44:31:1audiobooleandefault: trueAudio-video sync. Set to false for a silent video.
Default values
{
"duration": 5,
"resolution": "720p",
"aspect_ratio": "16:9",
"audio": true
}