Vidu Q3 Pro Fast I2V
Vidu Q3 Pro Fast image-to-video model. High-speed generation from a starting frame image. Supports first_frame_image, prompt, duration (1-16s), resolution (720p/1080p only), and seed.
POST
Authorizations
API Key authentication. Format: Bearer YOUR_API_KEY.
Body
application/json
Vidu Q3 Pro Fast I2V request. Resolution limited to 720p and 1080p.
Starting frame image URL or base64 data URI
Minimum string length:
1Example:
"https://example.com/portrait.jpg"
Motion description for the generated video
Required string length:
1 - 5000Example:
"Camera slowly pans right revealing a vast mountain range"
Video duration in seconds
Required range:
1 <= x <= 16Example:
8
Video resolution (720p or 1080p only)
Available options:
720p, 1080p Example:
"1080p"
Random seed for reproducibility
Example:
7890