Vidu Q3 Pro FL2V
Vidu Q3 Pro first-last frame to video model. High quality video transition between a starting and ending frame. Both first_frame_image and last_frame_image are required. Supports prompt, duration (1-16s), resolution, and seed.
Authorizations
API Key authentication. Format: Bearer YOUR_API_KEY.
Body
Vidu Q3 first-last frame to video request. The model animates a seamless transition from first_frame_image to last_frame_image. Both images are required.
Opening frame of the video (the scene that the animation starts from). Accepts a URL or base64 data URI.
1"https://example.com/sunrise.jpg"
Closing frame of the video (the scene that the animation ends at). Accepts a URL or base64 data URI.
1"https://example.com/sunset.jpg"
Description of the transition between the two frames
1 - 5000"A flower slowly blooms, petals unfurling in the warm morning light"
Video duration in seconds
1 <= x <= 168
Video resolution
540p, 720p, 1080p "1080p"
Random seed for reproducibility
2468