Vidu Q3(mix/standard)
Vidu Q3(mix/standard) Reference-to-Video
- Async processing mode, returns task ID for subsequent queries
- Upload 1-7 reference images + text prompt to generate short videos containing reference subjects
- Supports 540p / 720p / 1080p resolution
- Duration range 1-16 seconds, suitable for character consistency and style continuation
POST
Documentation Index
Fetch the complete documentation index at: https://docs.apimart.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorization
All API endpoints require Bearer Token authenticationGet your API Key:Visit the API Key Management Page to get your API KeyAdd it to the request header:
Request Parameters
Video generation model nameSupported models:
viduq3-mix- Premium quality, stronger smart transitions, supports 1-second short videosviduq3- Default choice, smarter camera switching
How to choose: Use
viduq3 for everyday use; use viduq3-mix for premium quality or 1-2 second motion effects.Text prompt, maximum 5000 charactersDescribe actions and camera movements, not appearance (appearance is determined by reference images).Example:
"Santa Claus and the bear hug by the lakeside"Reference image URL array, 1-7 imagesSupports publicly accessible image URLs (http:// or https://)Example:
["https://example.com/santa.png", "https://example.com/bear.png"]Video duration (seconds)
viduq3-mix:1to16viduq3:3to16
5Video resolution
viduq3-mix:720p(default) /1080pviduq3:540p/720p(default) /1080p
Video aspect ratioOptions:
16:9- Landscape (default)9:16- Portrait4:3- Traditional3:4- Portrait traditional1:1- Square
Random seed for controlling generation randomnessIf not provided, a random seed will be used.
Using the same seed with identical parameters will produce similar results, but not guaranteed to be exactly the same.
Model Comparison
| Feature | viduq3 | viduq3-mix |
|---|---|---|
| Recommended for | Everyday use, multi-angle camera switching | Premium quality, 1-2 second motion effects |
| Duration range | 3-16 seconds | 1-16 seconds |
| Resolution | 540p / 720p / 1080p | 720p / 1080p |
| Reference images | 1-7 images | 1-7 images |
Response
Response status code, 200 on success
Response data array
Use Cases
Case 1: viduq3 Basic Reference-to-Video
Case 2: viduq3-mix High Quality Reference-to-Video
Query Task ResultsVideo generation is an async task that returns a
task_id upon submission. Use the Get Task Status endpoint to query generation progress and results.