Vidu Q2 Pro Multi-Frame
Vidu Q2 Pro multi-frame animation model. High quality animation through a sequence of up to 9 frames. Both start_image and key_images are required. Supports resolution.
POST
Authorizations
API Key authentication. Format: Bearer YOUR_API_KEY.
Body
application/json
Vidu Q2 multi-frame animation request. Supports up to 9 total frames (1 start + up to 8 key images).
First frame of the animation. Accepts a URL or base64 data URI.
Minimum string length:
1Example:
"https://example.com/pose-1.jpg"
Subsequent frames to animate through (1-8 images). Combined with start_image, the total frame count must be 2-9. Accepts URLs or base64 data URIs.
Required array length:
1 - 8 elementsMinimum string length:
1Example:
[
"https://example.com/pose-2.jpg",
"https://example.com/pose-3.jpg"
]Video resolution
Available options:
540p, 720p, 1080p Example:
"1080p"