Enjoy 50% OFF Vidu Q3 & Q3 Pro models • Only on WaveSpeedAI | May 20 – Jun 2

Wan 2.2 I2V 5B 720P

wavespeed-ai /

Wan 2.2 I2V 5B converts images into high-quality 720P videos using a 5B image-to-video model for AI video generation. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.

image-to-video
Input

Drag & drop or click to upload

preview

Idle

$0.05per run·~20 / $1

Next:

ExamplesView all

A car drifts along a dusty mountain road in a wide-angle shot. Thick dust trails whip into the air behind the tires, catching the light. Sunlight breaks through scattered clouds, casting dramatic beams across the winding cliffs. The camera tracks the drift with smooth, energetic motion, capturing the power and grit of the slide.

A cowboy rides briskly through a desert at dusk, wide landscape shots capturing long shadows. Horse gallops naturally, wind in the cowboy's clothing, cinematic spaghetti western tone, smooth, fluid motion, not in slow motion.

A massive jellyfish drifts above a fully submerged city, its glowing tendrils illuminating the flooded skyline. Schools of fish weave through the windows of towering skyscrapers. An underwater dolly shot follows a child in diving gear as she swims forward, reaching out toward the jellyfish’s radiant tendrils. Soft particles float through the water, and the camera glides smoothly, capturing the awe of the moment.

A young skater doing tricks at a graffiti-covered skatepark during sunset, fast-paced energy, lens flare and dust in the air, casual crowd cheering in the background, low-angle tracking shot following the skateboard wheels.

A lone female traveler walks purposefully through a sand-swept desert. Wide shots capture her steady stride, scarf moving naturally in the wind. Side views show wind brushing her garments dynamically. Close-ups reveal her determined eyes, all movements smooth and fluid, cinematic lighting, natural pacing, not in slow motion.

Related Models

README

Wan 2.2 Image-to-Video 5B 720p

Wan 2.2 Image-to-Video 5B 720p is a powerful image-to-video generation model built on a 5 billion parameter architecture. Transform static images into dynamic 720p HD videos with smooth motion and cinematic quality — all at an incredibly affordable price.

Why It Stands Out

  • 5B parameter model: Large-scale architecture for superior video quality and motion understanding.
  • Image-driven generation: Animate any image while preserving its original style and composition.
  • HD 720p output: Generate crisp videos with rich detail and visual clarity.
  • Ultra-affordable: High-quality video generation at just $0.05 per video.
  • Prompt-guided motion: Describe camera movements, actions, and atmospheric effects.
  • Prompt Enhancer: Built-in AI-powered prompt optimization for better results.
  • Reproducibility: Use the seed parameter to recreate exact results or explore variations.

Parameters

ParameterRequiredDescription
imageYesSource image to animate (upload or public URL).
promptYesText description of desired motion and style.
seedNoSet for reproducibility; -1 for random.

How to Use

  1. Upload your source image — drag and drop a file or paste a public URL.
  2. Write a prompt describing the motion, camera movement, and atmosphere you want. Use the Prompt Enhancer for AI-assisted optimization.
  3. Set a seed (optional) for reproducible results.
  4. Click Run and wait for your video to generate.
  5. Preview and download the result.

Best Use Cases

  • Social Media Content — Turn photos into engaging video posts for TikTok, Reels, and Shorts.
  • Marketing & Advertising — Animate product images and hero shots affordably.
  • Storytelling & Art — Bring illustrations, portraits, and artwork to life.
  • E-commerce — Create dynamic product showcases from static photography.
  • Creative Exploration — Experiment with different animations at minimal cost.

Pricing

OutputPrice
Per video$0.05

Pro Tips for Best Quality

  • Use high-resolution, well-lit source images for optimal results.
  • Be specific in your prompt — describe camera movement, subject actions, and atmospheric details.
  • Include motion keywords like "slow pan," "tracking shot," "zoom in," or "drifting."
  • Describe environmental effects like dust, wind, light rays, or clouds for added realism.
  • Fix the seed when iterating to compare different prompt variations.

Notes

  • Ensure uploaded image URLs are publicly accessible.
  • Processing time varies based on current queue load.
  • Please ensure your prompts comply with content guidelines.
Accessibility:This website uses AI models provided by third parties.

Wan 2.2 I2v 5b 720p API — Quick start

Grab a WaveSpeedAI API key, then call POST https://api.wavespeed.ai/api/v3/wavespeed-ai/wan-2.2/i2v-5b-720p with your input as JSON. The endpoint returns a prediction id; poll the prediction endpoint until status flips to completed, then read the output URL from data.outputs[0]. Examples for Wan 2.2 I2v 5b 720p below.

HTTP example
# Submit the prediction
curl -X POST "https://api.wavespeed.ai/api/v3/wavespeed-ai/wan-2.2/i2v-5b-720p" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $WAVESPEED_API_KEY" \
  -d '{
    "prompt": "A cinematic shot of a city at sunset, soft golden light",
    "image": "https://example.com/your-input.jpg",
    "seed": -1
}'

# Response includes a prediction id. Poll for the result:
curl -X GET "https://api.wavespeed.ai/api/v3/predictions/{request_id}/result" \
  -H "Authorization: Bearer $WAVESPEED_API_KEY"

# When status is "completed", read the output from data.outputs[0].
Node.js example
// npm install wavespeed
const WaveSpeed = require('wavespeed');

const client = new WaveSpeed(); // reads WAVESPEED_API_KEY from env

const result = await client.run("wavespeed-ai/wan-2.2/i2v-5b-720p", {
        "prompt": "A cinematic shot of a city at sunset, soft golden light",
        "image": "https://example.com/your-input.jpg",
        "seed": -1
});

console.log(result.outputs[0]); // → URL of the generated output
Python example
# pip install wavespeed
import wavespeed

output = wavespeed.run(
    "wavespeed-ai/wan-2.2/i2v-5b-720p",
    {
    "prompt": "A cinematic shot of a city at sunset, soft golden light",
    "image": "https://example.com/your-input.jpg",
    "seed": -1
}
)

print(output["outputs"][0])  # → URL of the generated output

Wan 2.2 I2v 5b 720p API — Frequently asked questions

What is the Wan 2.2 I2v 5b 720p API?

Wan 2.2 I2v 5b 720p is a WaveSpeedAI model for video generation from images, exposed as a REST API on WaveSpeedAI. Wan 2.2 I2V 5B converts images into high-quality 720P videos using a 5B image-to-video model for AI video generation. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing. You can call it programmatically or try it from the playground above.

How do I call the Wan 2.2 I2v 5b 720p API?

POST your input parameters to the model's REST endpoint (shown in the API tab of this playground) with your WaveSpeedAI API key in the Authorization header. Submission returns a prediction ID; poll the prediction endpoint until status flips to "completed", then read the output URL from the result. The playground generates a ready-to-paste code sample in Python, JavaScript, or cURL for whatever inputs you've set. Full request/response shape is documented at https://wavespeed.ai/docs/docs-api/wavespeed-ai/wan-2.2-i2v-5b-720p.

How much does Wan 2.2 I2v 5b 720p cost per run?

Wan 2.2 I2v 5b 720p starts at $0.050 per run. That figure is the base price — the final charge scales with the parameters you set in the form (output size, length, count, references, or whatever knobs this model exposes), so a higher-quality or larger output costs more than a minimal one. The exact cost for your current input is shown live next to the Generate button before you submit, and the actual per-call charge is recorded on the prediction afterwards.

What inputs does Wan 2.2 I2v 5b 720p accept?

Key inputs: `prompt`, `image`, `seed`. The full JSON schema (types, defaults, allowed values) is rendered above the Generate button and mirrored in the API reference at https://wavespeed.ai/docs/docs-api/wavespeed-ai/wan-2.2-i2v-5b-720p.

How long does Wan 2.2 I2v 5b 720p take to generate?

Average end-to-end generation time on WaveSpeedAI is around 93 seconds per request — measured across recent runs. Queue time scales with global demand; live status is visible in the prediction record.

Can I use Wan 2.2 I2v 5b 720p outputs commercially?

Commercial usage rights depend on the model's license, set by its provider (WaveSpeedAI). The license summary appears on the model card above; see WaveSpeedAI's Terms of Service for platform-level conditions.