Browse ModelsViduVidu Q3 Image To Video Pro

Vidu Q3 Image To Video Pro

Vidu Q3 Image To Video Pro

Playground

Try it on WavespeedAI!

Vidu Q3 Image-to-Video Pro generates high-resolution videos (720p/1080p/2K/4K) from images with exceptional visual fidelity and diverse motion. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.

Features

Vidu Q3 Image-to-Video Pro

Vidu Q3 Image-to-Video Pro is Vidu’s premium image-to-video model, transforming still images into dynamic video with superior motion quality and multi-resolution support up to 4K. With flexible duration from 1 to 16 seconds, audio generation, and background music options, it delivers professional-grade animated content.


Why Choose This?

  • Pro-tier quality Superior visual fidelity and motion realism in the Vidu Q3 family.

  • Multi-resolution support Output in 720p, 1080p, 2K, or 4K to match your production needs.

  • Flexible duration Generate videos from 1 to 16 seconds — any length you need.

  • Audio generation Optional synchronized audio generated alongside the video.

  • Background music Add BGM to your generated video for a complete audiovisual experience.

  • Motion amplitude control Adjust movement intensity for subtle or dramatic animations.

  • Prompt Enhancer Built-in tool to automatically improve your motion descriptions.


Parameters

ParameterRequiredDescription
promptYesText description of the desired motion and action
imageYesReference image to animate (URL or upload)
resolutionNoOutput resolution: 720p (default), 1080p, 2k, 4k
durationNoVideo length in seconds (min: 1, max: 16, default: 5)
movement_amplitudeNoMotion intensity: auto (default)
generate_audioNoGenerate synchronized audio (default: enabled)
bgmNoAdd background music (default: enabled)
seedNoRandom seed for reproducibility

How to Use

  1. Upload your image — provide the reference image to animate.
  2. Write your prompt — describe the motion, camera movement, and action in detail.
  3. Choose resolution — select 720p, 1080p, 2K, or 4K based on your needs.
  4. Set duration — choose any length from 1 to 16 seconds.
  5. Adjust motion amplitude (optional) — control the intensity of movement.
  6. Enable audio options (optional) — toggle generate_audio and bgm as needed.
  7. Run — submit and download your video.

Pricing

Duration720p1080p2k4k
5 s$0.45$0.50$0.60$0.75
10 s$0.90$1.00$1.20$1.50
16 s$1.44$1.60$1.92$2.40

Billing Rules

  • 720p rate: $0.45 per 5 seconds
  • 1080p rate: $0.50 per 5 seconds
  • 2K rate: $0.60 per 5 seconds
  • 4K rate: $0.75 per 5 seconds
  • Duration range: 1–16 seconds

Best Use Cases

  • Premium Production — High-resolution video requiring superior visual quality.
  • Marketing & Ads — Cinematic promotional videos with professional polish.
  • Social Media Content — Dynamic short-form videos for TikTok, Reels, and Shorts.
  • E-commerce — Bring product images to life with motion and audio.
  • Long-Form Animation — Up to 16 seconds for extended scene development.

Pro Tips

  • Use detailed, cinematic prompts for best results — include lighting, camera angles, and motion descriptions.
  • Try the Prompt Enhancer to automatically refine your descriptions.
  • Enable both generate_audio and bgm for a complete audiovisual experience.
  • Use movement_amplitude to control how dramatic or subtle the animation appears.
  • Higher resolutions (2K, 4K) produce better detail but cost more.
  • Use high-quality source images for the best video output.

Notes

  • Both prompt and image are required fields.
  • Duration range: minimum 1 second, maximum 16 seconds.
  • Ensure uploaded image URLs are publicly accessible.

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/q3/image-to-video-pro" \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}" \
--data-raw '{
    "resolution": "720p",
    "duration": 5,
    "movement_amplitude": "auto",
    "generate_audio": true,
    "bgm": true
}'

# 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
imagestringYes-The URL of the image to generate an image from.
promptstringYes-The positive prompt for the generation.
resolutionstringNo720p720p, 1080p, 2k, 4kThe resolution of the generated media.
durationnumberNo51 ~ 16The duration of the generated media in seconds.
movement_amplitudestringNoautoauto, small, medium, largeThe movement amplitude of objects in the frame. Defaults to auto, accepted value: auto small medium large.
generate_audiobooleanNotrue-Whether to generate audio.
bgmbooleanNotrue-The background music for generating the output.
seedintegerNo--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.