Vidu Q3 Ad
Playground
Try it on WavespeedAI!Vidu Q3 Ad Video generates commercial ad videos from 1 to 7 reference images with prompt guidance, supporting 720P / 1080P output and synchronized audio for product ads, brand campaigns, marketing creatives, and promotional videos. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.
Features
Vidu Q3 Ad
Vidu Q3 Ad generates ad-oriented videos from one or more reference images and a text prompt. It is designed for product, character, and commercial scene generation, where uploaded references guide the subject appearance, visual style, and overall consistency of the generated video.
Why Choose This?
-
Ad-focused reference video generation
Use reference images to guide product, character, or scene appearance for commercial-style videos. -
Multi-image reference support
Upload 1 to 7 images to provide visual references for the generated video. -
Flexible video length
Generate clips from 3 to 16 seconds. -
720p and 1080p output
Choose720pfor lower-cost iteration or1080pfor higher-quality ad output. -
Optional synchronized audio
Generate audio together with the video when the prompt calls for ambience, speech, or sound effects.
Parameters
| Parameter | Required | Description |
|---|---|---|
| images | Yes | Reference images for video generation. Use 1 to 7 images. |
| prompt | Yes | Text prompt describing the ad scene, subject action, camera movement, and style. |
| aspect_ratio | No | Output aspect ratio. Default: 16:9. |
| resolution | No | Output resolution: 720p or 1080p. Default: 720p. |
| duration | No | Video duration in seconds. Range: 3 to 16. Default: 5. |
| generate_audio | No | Generate synchronized audio with the video. Default: true. |
| seed | No | Random seed. Use 0 for a random seed. |
How to Use
- Upload reference images — Provide 1 to 7 clear images that define the product, character, or visual style.
- Write the prompt — Describe the ad scene, subject action, composition, camera movement, and target mood.
- Choose aspect ratio — Select the output layout for your target placement.
- Choose resolution — Use
720pfor lower-cost iteration or1080pfor higher-quality output. - Set duration — Choose a clip length between
3and16seconds. - Configure audio optional — Keep
generate_audioenabled when synchronized audio is needed. - Submit — Generate the ad video and retrieve the output URL.
Pricing
Pricing is based on selected resolution and duration.
| Resolution | Price per second | 5s | 10s | 16s |
|---|---|---|---|---|
| 720p | $0.15 | $0.75 | $1.50 | $2.40 |
| 1080p | $0.18 | $0.90 | $1.80 | $2.88 |
Best Use Cases
- Product ads — Generate short product-focused videos from reference photos.
- Commercial storyboards — Prototype ad scenes before production.
- Social ads — Create vertical or horizontal videos for campaign testing.
- Brand visuals — Maintain subject and product consistency from reference images.
- Creative iteration — Test multiple ad directions with the same references.
- Character-based ads — Create commercial scenes using consistent reference characters.
Pro Tips
- Use reference images that are clear, high-quality, and visually distinct.
- Keep the prompt focused on ad action, camera movement, product presentation, and target mood.
- Use
720pfor prompt iteration before switching to1080p. - Provide clean product or subject images for better consistency.
- Use a fixed
seedwhen you need to reproduce or compare variations. - Keep the ad concept concise and visually direct for stronger commercial output.
<ApiPage model={model}>
## Authentication
For authentication details, please refer to the [Authentication Guide](/docs-authentication).
## API Endpoints
### Submit Task & Query Result
## Parameters
### Task Submission Parameters
#### Request Parameters
#### Response Parameters
<SubmitResponse />
#### Result Request Parameters
| Parameter | Type | Required | Default | Description |
|-----------|------|----------|---------|-------------|
| id | string | Yes | - | Task ID |
#### Result Response Parameters
| Parameter | Type | Description |
|-----------|------|-------------|
| code | integer | HTTP status code (e.g., 200 for success) |
| message | string | Status message (e.g., "success") |
| data | object | The prediction data object containing all details |
| data.id | string | Unique identifier for the prediction, the ID of the prediction to get |
| data.model | string | Model ID used for the prediction |
| data.outputs | string | Array of URLs to the generated content. |
| data.urls | object | Object containing related API endpoints |
| data.urls.get | string | URL to retrieve the prediction result |
| data.status | string | Status of the task: `created`, `processing`, `completed`, or `failed` |
| data.created_at | string | ISO timestamp of when the request was created (e.g., "2023-04-01T12:34:56.789Z") |
| data.error | string | Error message (empty if no error occurred) |
| data.timings | object | Object containing timing details |
| data.timings.inference | integer | Inference time in milliseconds |
</ApiPage>