Browse ModelsPixversePixverse Pixverse V4.5 I2V Fast

Pixverse Pixverse V4.5 I2V Fast

Pixverse Pixverse V4.5 I2V Fast

Playground

Try it on WavespeedAI!

Pixverse V4.5 I2V Fast converts images or text into high-quality videos with multi-resolution, aspect-ratio and motion-mode control. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.

Features

PixVerse V4.5 Image-to-Video Fast

Create stunning, dynamic videos from images with PixVerse V4.5 Fast — optimized for dramatic motion and artistic transformations. This model excels at complex animations like morphing effects, flowing transformations, and cinematic camera movements while maintaining fast generation speeds.

Why It Looks Great

  • Dramatic motion capability: Handles complex transformations like melting, morphing, and flowing effects.
  • Fast generation: Optimized for speed without sacrificing quality.
  • Multiple resolutions: Choose from 360p, 540p, or 720p based on your needs.
  • Flexible duration: Generate 5-second or 8-second videos.
  • Negative prompt support: Exclude unwanted elements for precise control.
  • Prompt Enhancer: Built-in tool to refine and expand your motion descriptions.
  • Reproducible results: Use the seed parameter to recreate exact outputs.

Parameters

ParameterRequiredDescription
promptYesText description of the motion, transformation, and camera work you want.
imageYesSource image to animate (upload or public URL).
resolutionNoOutput quality: 360p, 540p, or 720p. Default: 540p.
durationNoVideo length: 5 or 8 seconds. Default: 5.
negative_promptNoElements to avoid in the generated video.
seedNoRandom seed for reproducibility. Leave empty for random.

How to Use

  1. Write your prompt — describe the motion, transformations, and camera movements you want.
  2. Use Prompt Enhancer (optional) — click to automatically enrich your description.
  3. Upload your image — drag and drop or paste a public URL.
  4. Choose resolution — select quality level based on your use case.
  5. Set duration — choose 5 or 8 seconds.
  6. Add negative prompt (optional) — specify elements to exclude.
  7. Set seed (optional) — for reproducible results.
  8. Run — click the button to generate.
  9. Download — preview and save your video.

Pricing

Pricing varies by resolution and duration.

5-Second Videos

ResolutionCost
360p$0.50
540p$0.50
720p$0.70

8-Second Videos

ResolutionCost
360p$1.00
540p$1.00
720p$1.40

Quick Reference

Duration360p540p720p
5s$0.50$0.50$0.70
8s$1.00$1.00$1.40

Best Use Cases

  • Artistic Transformations — Create morphing, melting, and flowing visual effects.
  • Music Videos — Generate dramatic, stylized motion for visual accompaniment.
  • Abstract & Surreal Content — Animate artistic images with fantastical transformations.
  • Creative Advertising — Produce attention-grabbing videos with unique motion effects.
  • Social Media Content — Create viral-worthy transformation videos.

Example Prompts

  • “The camera rotates around the frozen figure as their clothing slowly melts into animated paint strokes”
  • “Flowers bloom and unfurl in timelapse, petals transforming into butterflies that flutter away”
  • “Portrait dissolves into swirling particles that reform into an abstract geometric pattern”
  • “Slow zoom out as the scene transforms from day to night, lights gradually illuminating”
  • “Liquid metal flows across the surface, reflecting rainbow colors as it moves”

Pro Tips for Best Results

  • V4.5 excels at transformation effects — describe morphing, melting, flowing, dissolving motions.
  • Use artistic language: “paint strokes”, “particles”, “liquid”, “flowing”, “morphing”.
  • Combine camera motion with subject transformation for more dynamic results.
  • Include environmental changes: lighting shifts, color transformations, atmospheric effects.
  • Use negative prompts to avoid “static”, “frozen”, “still” if you want more motion.
  • Start with 5-second videos to test complex transformations before generating longer versions.

Notes

  • If using a URL for the image, ensure it is publicly accessible. A preview thumbnail confirms successful loading.
  • Processing time varies based on resolution and duration.
  • This model is optimized for artistic and dramatic motion — perfect for creative content.
  • Best results come from images with interesting textures or subjects that lend themselves to transformation.

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/pixverse/pixverse-v4.5-i2v-fast" \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}" \
--data-raw '{
    "resolution": "540p",
    "duration": 5
}'

# 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-First frame of the video; Supported image formats include.jpg/.jpeg/.png; The image file size cannot exceed 10MB, and the image resolution should not be less than 300*300px, and the aspect ratio of the image should be between 1:2.5 ~ 2.5:1.
resolutionstringNo540p360p, 540p, 720pVideo quality (360p/540p/720p/1080p).
durationintegerNo55Video duration in seconds.
negative_promptstringNo-The negative prompt for the generation.
seedintegerNo--1 ~ 2147483647The random seed to use for the generation.

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.