Skip to main content
Vidu Q3 Image-to-Video animates a reference image into a video with motion driven by a text prompt. It supports multiple resolutions up to 1080p, adjustable duration up to 16 seconds, and optional synchronized audio generation with background music.

Try in playground

Test Vidu Q3 I2V in the Runpod Hub playground.

Request

All parameters are passed within the input object in the request body.
string
required
URL of the reference image to animate.
string
required
Text description of the desired motion and action.
string
default:"720p"
Output video resolution. Options: 540p, 720p, 1080p.
integer
default:"5"
Video length in seconds (1-16).
string
default:"auto"
Motion intensity control. Options: auto, small, medium, large.
boolean
default:"true"
Enable synchronized audio generation.
boolean
default:"true"
Enable background music.
integer
default:"-1"
Random seed for reproducibility. Set to -1 for random.

Response

string
Unique identifier for the request.
string
Request status. Returns COMPLETED on success, FAILED on error.
integer
Time in milliseconds the request spent in queue before processing began.
integer
Time in milliseconds the model took to generate the video.
object
The generation result containing the video URL and cost.
string
URL of the generated video. This URL expires after 7 days.
float
Cost of the generation in USD.
Video URLs expire after 7 days. Download and store generated videos immediately if you need to keep them.

Cost calculation

Vidu Q3 I2V charges $0.15 per second of video generated.