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 generates smooth transition videos between specified image. New model with good effect, fast generation.

Features

Vidu Q2 Turbo

Create a coherent shot from just two images: a start frame and an end frame—now in Turbo. Q2 Turbo accelerates bi-frame interpolation with optimized inference for faster turnaround and smoother motion, ideal for scene transitions, bridging shots, and rapid storytelling. No local setup required.


Why it looks great (and fast)

  • Bi-frame guidance: anchors identity, layout, and lighting from both start and end frames.
  • Turbo temporal smoothing: reduces flicker and popping while preserving subject integrity at higher throughput.
  • Object- & human-aware motion: protects faces, hands, hair, and thin structures while animating garments and props.
  • Layout-smart interpolation: respects depth, occlusion, and parallax for clean foreground/background motion.
  • Adaptive camera pathing: natural pans, push-ins, and dolly moves without warping.
  • Speed-aware denoising: balances crisp detail with cinematic smoothness—no plastic sheen, even at faster settings.

Use Cases

  • Storyboarding & concept animation: animate between keyframes to preview beats in seconds.
  • Scene interpolation in long-form: seamless bridges between shots with consistent style.
  • Instructional before→after: visualize transformations with smooth, controlled motion.
  • Film pre-viz: explore blocking and camera moves early and often.

How to Use

  1. Upload your start frame and end frame.
  2. Add a brief prompt (optional) to steer mood, motion style, or camera vibe.
  3. Choose duration (e.g., 2–8 s).
  4. Set resolution (720p, 1080p).
  5. (Optional) Add BGM.
  6. (Optional) Set seed to reproduce results.
  7. Submit the job, and use seed to reproduce your result.
  8. Preview and download your video.

Price

Duration (s) / Model540p (USD)720p (USD)1080p (USD)
10.030.040.175
20.040.050.225
30.050.10.275
40.060.150.325
50.070.20.375
60.080.250.425
70.090.30.475
80.10.350.525

resolution. Please follow the final deduction.


Accelerated Inference

Turbo uses an optimized pipeline powered by WaveSpeedAI to cut latency and compute overhead while maintaining detail and temporal stability. The stack is tuned for batch throughput and real-time previews, so rapid iteration stays sharp and consistent. For implementation details, see our engineering blog post.


Notes

  • Actual processing time depends on resolution, duration, motion settings, and current queue; Turbo generally returns faster than Pro at the same settings.
  • For large pose or layout jumps, try shorter durations or insert intermediate keyframes for the cleanest motion path.
  • Ensure you have rights to all uploaded images; outputs inherit input content constraints.

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

© 2025 WaveSpeedAI. All rights reserved.