Vidu Image To Video Q2 Pro
Playground
Try it on WavespeedAI!Vidu Q2 Pro turns a single still image into smooth, cinematic image-to-video with stable motion, clean edges, and consistent lighting. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.
Features
Vidu Q2 Pro Image-to-Video
Vidu Q2 Pro Image-to-Video turns a single still image into a smooth, cinematic video. Built for creators who need stable motion, clean edges, and consistent lighting — with optional background music for social-ready clips.
Why Choose This?
-
Crisp motion from one frame Generates natural camera moves and subject animation without warping or distortion.
-
Identity and detail preservation Protects faces, hair, hands, and thin structures throughout the animation.
-
Layout-aware dynamics Respects depth and parallax for believable foreground/background movement.
-
Optional background music Auto-add BGM for social-ready clips without post-production.
-
Motion control Adjust movement amplitude from subtle to dramatic based on your creative needs.
Parameters
| Parameter | Required | Description |
|---|---|---|
| image | Yes | Reference image to animate (PNG/JPG/WebP) |
| prompt | Yes | Describe desired motion, mood, and camera movement |
| duration | No | Video length in seconds (1–10, default: 4) |
| resolution | No | Output resolution: 540p, 720p, or 1080p |
| movement_amplitude | No | Motion intensity: auto, small, medium, or large |
| bgm | No | Enable background music |
| seed | No | Random seed for reproducibility (-1 for random) |
How to Use
- Upload your image — clear subject and good lighting work best.
- Write a prompt — describe desired motion, mood, and camera movement.
- Set duration — choose video length from 1 to 10 seconds.
- Select resolution — 540p, 720p, or 1080p based on quality needs.
- Adjust movement amplitude (optional) — control motion intensity.
- Enable BGM (optional) — add background music automatically.
- Set seed (optional) — use for reproducible results.
- Run — submit and download your video.
Pricing
| Resolution | Duration | Price |
|---|---|---|
| 540p | 1s | $0.04 |
| 540p | 2s | $0.05 |
| 540p | 3s | $0.075 |
| 540p | 4s | $0.10 |
| 540p | 5s | $0.125 |
| 540p | 6s | $0.15 |
| 540p | 7s | $0.175 |
| 540p | 8s | $0.20 |
| 540p | 9s | $0.225 |
| 540p | 10s | $0.25 |
| 720p | 1s | $0.075 |
| 720p | 2s | $0.125 |
| 720p | 3s | $0.175 |
| 720p | 4s | $0.225 |
| 720p | 5s | $0.275 |
| 720p | 6s | $0.325 |
| 720p | 7s | $0.375 |
| 720p | 8s | $0.425 |
| 720p | 9s | $0.475 |
| 720p | 10s | $0.525 |
| 1080p | 1s | $0.275 |
| 1080p | 2s | $0.35 |
| 1080p | 3s | $0.425 |
| 1080p | 4s | $0.50 |
| 1080p | 5s | $0.575 |
| 1080p | 6s | $0.65 |
| 1080p | 7s | $0.725 |
| 1080p | 8s | $0.80 |
| 1080p | 9s | $0.875 |
| 1080p | 10s | $0.95 |
Billing Rules
540p: $0.04 for 1s, $0.05 for 2s, then +$0.025 per second
720p: $0.075 for 1s, then +$0.05 per second
1080p: $0.275 for 1s, then +$0.075 per second
Examples
- 4s @ 540p → $0.10
- 5s @ 720p → $0.275
- 8s @ 1080p → $0.80
- 10s @ 540p → $0.25
- 10s @ 720p → $0.525
- 10s @ 1080p → $0.95
Best Use Cases
- Social Media Content — Create engaging video clips from photos.
- Product Showcase — Animate product images with cinematic motion.
- Portrait Animation — Bring still portraits to life with natural movement.
- Marketing Videos — Generate dynamic content from static assets.
- Creative Projects — Transform artwork and illustrations into video.
Pro Tips
- Use high-quality, well-lit images for best results.
- Be specific in your prompt about camera movement (pan, zoom, dolly).
- Start with “auto” amplitude, then adjust if motion is too subtle or strong.
- Use smaller amplitude for portraits to avoid unnatural distortion.
- Enable BGM for ready-to-post social media content.
Notes
- Maximum duration is 10 seconds per generation.
- Results depend on input quality, motion complexity, and chosen amplitude.
- Ensure you have the right to use the uploaded image in your project.
Related Models
- Vidu Q2 Turbo Image-to-Video — Faster generation at lower cost.
- Vidu Q2 Text-to-Video — Generate videos from text prompts only.
- LTX-2 19B Image-to-Video — Alternative I2V with audio support.
Authentication
For authentication details, please refer to the Authentication Guide.
API Endpoints
Submit Task & Query Result
# Submit the task
curl --location --request POST "https://api.wavespeed.ai/api/v3/vidu/image-to-video-q2-pro" \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}" \
--data-raw '{
"duration": 5,
"resolution": "720p",
"bgm": true,
"movement_amplitude": "auto",
"seed": -1
}'
# Get the result
curl --location --request GET "https://api.wavespeed.ai/api/v3/predictions/${requestId}/result" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}"
Parameters
Task Submission Parameters
Request Parameters
| Parameter | Type | Required | Default | Range | Description |
|---|---|---|---|---|---|
| prompt | string | Yes | - | The positive prompt for the generation. | |
| image | string | Yes | - | The start image for generating the output. | |
| duration | integer | No | 5 | 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 | The duration of the generated media in seconds. |
| resolution | string | No | 720p | 540p, 720p, 1080p | Video resolution. |
| bgm | boolean | No | true | - | The background music for generating the output. |
| movement_amplitude | string | No | auto | auto, small, medium, large | The movement amplitude of objects in the frame. Defaults to auto, accepted value: auto small medium large. |
| seed | integer | No | -1 | -1 ~ 2147483647 | The random seed to use for the generation. -1 means a random seed will be used. |
Response Parameters
| Parameter | Type | Description |
|---|---|---|
| code | integer | HTTP status code (e.g., 200 for success) |
| message | string | Status message (e.g., “success”) |
| data.id | string | Unique identifier for the prediction, Task Id |
| data.model | string | Model ID used for the prediction |
| data.outputs | array | Array of URLs to the generated content (empty when status is not completed) |
| data.urls | object | Object containing related API endpoints |
| data.urls.get | string | URL to retrieve the prediction result |
| data.has_nsfw_contents | array | Array of boolean values indicating NSFW detection for each output |
| 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 |
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 (empty when status is not completed). |
| 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 |