WaveSpeedAI APIViduVidu Image To Video Q2 Turbo

Vidu Image To Video Q2 Turbo

Vidu Image To Video Q2 Turbo

Playground

Try it on WavespeedAI!

Vidu Q2 Turbo Image-to-Video turns a single image into smooth, cinematic motion with fast, high-quality output. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.

Features

Vidu Q2 Turbo — Image-to-Video

Vidu Q2 Turbo turns a single reference image into a smooth, cinematic video. Turbo accelerates generation for faster turnaround while keeping motion clean and stable—great for transitions, product demos, and quick storytelling.


Why it looks great

  • Turbo temporal smoothing cuts flicker and popping while keeping faces, hands, hair, and thin details intact.
  • Depth-aware motion respects occlusion and parallax for natural foreground/background separation.
  • Cinematic camera paths (subtle pans, push-ins, dollies) without rubbery warps.
  • Throughput-tuned pipeline on WaveSpeedAI for quick iteration without losing detail.

Inputs & Controls

  • Images (required): Upload one image with right URL, or it can not show in the preview.
  • Prompt (required): Briefly steer mood, motion style, or camera vibe.
  • Duration: 1–10 s.
  • Resolution: 540p, 720p, or 1080p.
  • BGM (optional): Auto-generate background music.
  • Movement amplitude: auto / small / medium / large (higher = stronger motion).
  • Seed: Set a number for reproducibility (use -1 for random).

How to Use

  1. Upload your image.
  2. Enter a concise prompt for style/mood.
  3. Choose duration (1–10 s) and resolution (540p/720p/1080p).
  4. (Optional) Toggle BGM and set movement_amplitude.
  5. (Optional) Set a seed to reproduce results.
  6. Click Run, then preview and download your video.

Price

ResolutionDurationPricing
540p1s$0.03
540p2s$0.04
540p3s$0.05
540p4s$0.06
540p5s$0.07
540p6s$0.08
540p7s$0.09
540p8s$0.10
540p9s$0.20
540p10s$0.30
720p1s$0.04
720p2s$0.05
720p3s$0.10
720p4s$0.15
720p5s$0.20
720p6s$0.25
720p7s$0.30
720p8s$0.35
720p9s$0.45
720p10s$0.50
1080p1s$0.175
1080p2s$0.225
1080p3s$0.275
1080p4s$0.325
1080p5s$0.375
1080p6s$0.425
1080p7s$0.475
1080p8s$0.525
1080p9s$0.625
1080p10s$0.725

Notes

  • Actual runtime depends on resolution, duration, movement amplitude, and queue. Turbo is generally faster than Pro at the same settings.
  • Make sure you have rights to all uploaded images.

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-turbo" \
--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

ParameterTypeRequiredDefaultRangeDescription
promptstringYes-The positive prompt for the generation.
imagestringYes-The start image for generating the output.
durationintegerNo51, 2, 3, 4, 5, 6, 7, 8The duration of the generated media in seconds.
resolutionstringNo720p540p, 720p, 1080pVideo resolution.
bgmbooleanNotrue-The background music for generating the output.
movement_amplitudestringNoautoauto, small, medium, largeThe movement amplitude of objects in the frame. Defaults to auto, accepted value: auto small medium large.
seedintegerNo-1-1 ~ 2147483647The random seed to use for the generation. -1 means a random seed will be used.

Response Parameters

ParameterTypeDescription
codeintegerHTTP status code (e.g., 200 for success)
messagestringStatus message (e.g., “success”)
data.idstringUnique identifier for the prediction, Task Id
data.modelstringModel ID used for the prediction
data.outputsarrayArray of URLs to the generated content (empty when status is not completed)
data.urlsobjectObject containing related API endpoints
data.urls.getstringURL to retrieve the prediction result
data.has_nsfw_contentsarrayArray of boolean values indicating NSFW detection for each output
data.statusstringStatus of the task: created, processing, completed, or failed
data.created_atstringISO timestamp of when the request was created (e.g., “2023-04-01T12:34:56.789Z”)
data.errorstringError message (empty if no error occurred)
data.timingsobjectObject containing timing details
data.timings.inferenceintegerInference time in milliseconds

Result Request Parameters

ParameterTypeRequiredDefaultDescription
idstringYes-Task ID

Result Response Parameters

ParameterTypeDescription
codeintegerHTTP status code (e.g., 200 for success)
messagestringStatus message (e.g., “success”)
dataobjectThe prediction data object containing all details
data.idstringUnique identifier for the prediction, the ID of the prediction to get
data.modelstringModel ID used for the prediction
data.outputsstringArray of URLs to the generated content (empty when status is not completed).
data.urlsobjectObject containing related API endpoints
data.urls.getstringURL to retrieve the prediction result
data.statusstringStatus of the task: created, processing, completed, or failed
data.created_atstringISO timestamp of when the request was created (e.g., “2023-04-01T12:34:56.789Z”)
data.errorstringError message (empty if no error occurred)
data.timingsobjectObject containing timing details
data.timings.inferenceintegerInference time in milliseconds
© 2025 WaveSpeedAI. All rights reserved.