Vidu Q3 Pro I2V
Vidu Q3 Pro image-to-video model. High quality generation from a starting frame. Supports first_frame_image, prompt, duration (1-16s), resolution (540p/720p/1080p), and seed.
POST
Authorizations
API Key authentication. Format: Bearer YOUR_API_KEY.
Body
application/json
Vidu Q3 Pro and Turbo I2V request.
Starting frame image URL or base64 data URI
Minimum string length:
1Example:
"https://example.com/landscape.jpg"
Motion description for the generated video
Required string length:
1 - 5000Example:
"Waves gently rise and fall at golden hour"
Video duration in seconds
Required range:
1 <= x <= 16Example:
10
Video resolution
Available options:
540p, 720p, 1080p Example:
"1080p"
Random seed for reproducibility
Example:
54321