All models
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.

promptstring

Text prompt describing the video.

Range: −∞5000

start_imageimage

Start image for image-to-video, or together with end image for start/end-frame-to-video.

end_imageimage

End image. Must be used together with the start image.

durationintegerrequireddefault: 5

Clip length.

Range: 116

resolutionstringrequireddefault: "720p"

Output resolution.

540p720p1080p
aspect_ratiostringdefault: "16:9"

Text-to-video only.

16:99:163:44:31:1
audiobooleandefault: true

Audio-video sync. Set to false for a silent video.

Default values

{
  "duration": 5,
  "resolution": "720p",
  "aspect_ratio": "16:9",
  "audio": true
}