Browse ModelsViduVidu Q3 Image To Video Spicy

Vidu Q3 Image To Video Spicy

Vidu Q3 Image To Video Spicy

Playground

Try it on WavespeedAI!

Vidu Q3 Image-to-Video Spicy generates unlimited high-quality videos from images with smooth animations and diverse motion, optimized for scalable content generation. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.

Features

Vidu Q3 Image-to-Video Spicy

Vidu Q3 Image-to-Video Spicy generates unlimited high-quality videos from images with smooth, expressive motion. It transforms static images into dynamic clips with bold motion, rich color, and natural transitions — perfect for creative storytelling and scalable content generation.


Why It Works Well

  • Unlimited-style generation: Optimized for high-quality, smooth animations at scale.
  • Expressive motion: Bold, vivid motion with stable aesthetics and natural transitions.
  • Flexible resolution: 540p, 720p, or 1080p to match your needs.
  • Duration control: 1–16 second clips with fine-grained control.
  • Audio generation: Optional synchronized audio and background music.

Parameters

ParameterRequiredDescription
imageYesReference image to animate (URL or upload).
promptNoText description of the desired motion and action.
resolutionNoOutput quality: 540p, 720p (default), 1080p.
durationNoVideo length in seconds (1-16, default: 5).
movement_amplitudeNoMotion intensity: auto (default), small, medium, large.
generate_audioNoGenerate synchronized audio (default: enabled).
bgmNoAdd background music (default: enabled).
seedNoRandom seed for reproducibility.

How to Use

  1. Upload your image (ensure clarity and proper framing).
  2. (Optional) Enter a prompt describing desired motion, mood, or camera movement.
  3. Select resolution and duration.
  4. (Optional) Adjust movement_amplitude for motion intensity.
  5. (Optional) Set a seed for consistent results.
  6. Click Run to generate your video.

Pricing

ResolutionCost per second
540p$0.07
720p$0.15
1080p$0.16

Notes

  • Works best with clear, well-lit images.
  • Use high-quality source images for better video results.
  • Set movement_amplitude to “small” for subtle motion or “large” for dramatic action.
  • Maximum video duration is 16 seconds.

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-spicy" \
--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.
promptstringNo-The positive prompt for the generation.
resolutionstringNo720p540p, 720p, 1080pThe 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.