Giảm 50% mô hình Vidu Q3 & Q3 Pro · Chỉ trên WaveSpeedAI | 20/5 – 2/6

Wan 2.2 Spicy Video Extend

wavespeed-ai /

Extend short clips into unlimited, high-quality longer videos with smooth animation using WAN 2.2 Spicy. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.

video-extend
Input

Kéo & thả hoặc nhấp để tải lên

Idle

$0.15per run·~66 / $10

ExamplesView all

Extend the previous fantasy video. Start from the moment after the mage’s staff hits the ground and the blue–pink magic rings ripple outward. The camera continues to move forward and then slowly orbits around the floating island city, revealing more layers of crystal towers, mossy arches and waterfalls vanishing into the clouds below. The light-whale creatures in the sky react to the mage’s spell: they curve gracefully around the city, leaving trails of glowing particles as they swim. Some runes on the buildings brighten and connect into flowing lines of light, forming a gigantic circular sigil around the central platform. As the camera circles, the magic rings rise into the sky and open a shimmering portal above the city, briefly showing a glimpse of another floating world beyond. Keep the same dreamy teal–gold color palette, soft volumetric light, drifting particles, haze, and high-detail cinematic fantasy film style as the reference video.

Extend the previous commercial video. Start right after the holographic dashboards fully appear above the laptop. The camera continues to dolly forward past the professional’s shoulder and moves through the floating UI elements, so the graphs and charts fill the frame for a moment. Then transition into a smooth drone-like move out of the office window, revealing a panoramic view of a modern city skyline at sunrise, same cool blue and soft gold color palette. The holographic data visuals now float above several skyscrapers, subtly wrapping around the buildings as if connecting the whole city. The camera slowly pulls back and tilts upward, showing the sun rising behind the skyline and a final elegant flare of the holographic lines connecting everything. Keep the same realistic cinematic commercial style, smooth motion, shallow depth of field, and premium tech brand feeling as in the reference video, no text or logos.

Extend the previous American comic style video. Start from the moment the camera is behind the hero on the rooftop. The camera swings around in a smooth arc to reveal the hero’s face in a dramatic three-quarter close-up, still with thick black outlines, cel-shading and halftone texture. In the sky behind them, stylized lightning and graphic energy shapes flash in comic-book fashion, as if a distant threat is approaching the city. The camera then pulls back and tilts up, transitioning into a wide overhead shot of the entire city, with bold comic-style perspective lines and glowing windows forming graphic patterns. Subtle motion lines, abstract onomatopoeia shapes and halftone gradients appear near the edges of buildings, keeping the pure American comic book aesthetic. Maintain the same bold outlines, high-contrast colors, halftone dots, stylized animation and 4K comic-book teaser style as the reference video, no readable text or logos.

Extend the previous art gallery video. Start from the moment the camera is circling the central light installation. The light in the circular pool becomes more dynamic: abstract shapes and lines begin to ripple and flow across the floor like slow-motion ink in water, still in blue, violet and magenta tones. The camera moves closer and dips lower, almost at floor level, so the viewer sees the light and particles stretching into a kind of horizon. As the camera pushes forward, the beams rising to the ceiling subtly start to form delicate geometric patterns and faint, sketch-like drawings in the air, as if someone is ‘drawing with light’. Then gently pull back to reveal the whole room again, the visitors now slightly repositioned, still silent and absorbed in the work, the installation pulsing softly in the center. Maintain the same minimal gallery space, contemplative mood, soft bloom, subtle grain, and cinematic contemporary art film style as the reference video, no text.

Extend the previous warehouse commercial. Start as the ground-level shot follows the robot. The camera rises up and transitions into a smooth bird’s-eye view, looking down on multiple robots moving in a complex but coordinated pattern across the warehouse floor. The holographic overlays expand to show a large network map above the entire warehouse, lines connecting robots, shelves, and loading docks. The camera slowly pulls back toward a large open bay where trucks or cargo pods are being loaded automatically, then tilts upward to reveal the warehouse exterior windows with a hint of the city skyline. Keep the same cool blue and white palette, clean futuristic industrial look, and cinematic commercial style, no text.

Related Models

README

WAN 2.2 Spicy — Image-to-Video-extend (I2V)

WAN 2.2 Spicy is an advanced image-to-video generation model built on the WAN 2.2 multimodal architecture.

The extend version is the version optimized for generating long videos.

It transforms static images into dynamic, cinematic 480p and 720p videos with expressive motion, rich color, and natural transitions — perfect for creative storytelling, stylized animation, and expressive visual content.

🔥 Why It Looks Great

  • Expressive Visuals: delivers bold, vivid motion and rich tonal contrast that enhances emotional intensity.

  • Smooth Temporal Coherence: every frame transitions seamlessly, ensuring stable animation without flicker.

  • Cinematic Color & Lighting: adaptive lighting brings depth, mood, and realism to each generated sequence.

  • Flexible Aesthetics: easily switches between realistic, anime, and painterly visual styles while keeping structure intact.

  • Fine Motion Details: captures subtle gestures, camera panning, and scene energy with natural rhythm.

✨ Key Features

  • Expressive Motion Synthesis Generates vivid and fluid motion while maintaining visual coherence and character stability.

  • Enhanced Lighting & Color Tone Adapts tone and brightness dynamically for dramatic and artistic effects.

  • Flexible Duration Options Choose between 5s and 8s clips for short-form storytelling or quick concept previews.

  • Artistic Style Adaptation Supports a broad range of visual aesthetics — from realistic to stylized, cinematic to anime-inspired.

⚙️ Specifications

  • Input: single image (JPG, PNG)
  • Output: video (480p / 720p, MP4 format)
  • Duration: 5s or 8s
  • Seed Control: optional for reproducibility

💰 Pricing

ResolutionPrice per second
480p$0.03 / s
720p$0.06 / s

🧩 How to Use

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

📝 Notes

  • Works best with clear, well-lit images.
  • Avoid overly complex scenes to maintain smooth motion.
Accessibility:This website uses AI models provided by third parties.

Wan 2.2 Spicy Video Extend API — Quick start

Grab a WaveSpeedAI API key, then call POST https://api.wavespeed.ai/api/v3/wavespeed-ai/wan-2.2-spicy/video-extend 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 Spicy Video Extend below.

HTTP example
# Submit the prediction
curl -X POST "https://api.wavespeed.ai/api/v3/wavespeed-ai/wan-2.2-spicy/video-extend" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $WAVESPEED_API_KEY" \
  -d '{
    "prompt": "A cinematic shot of a city at sunset, soft golden light",
    "video": "https://example.com/your-input.mp4",
    "resolution": "480p",
    "duration": 5,
    "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-spicy/video-extend", {
        "prompt": "A cinematic shot of a city at sunset, soft golden light",
        "video": "https://example.com/your-input.mp4",
        "resolution": "480p",
        "duration": 5,
        "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-spicy/video-extend",
    {
    "prompt": "A cinematic shot of a city at sunset, soft golden light",
    "video": "https://example.com/your-input.mp4",
    "resolution": "480p",
    "duration": 5,
    "seed": -1
}
)

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

Wan 2.2 Spicy Video Extend API — Frequently asked questions

What is the Wan 2.2 Spicy Video Extend API?

Wan 2.2 Spicy Video Extend is a WaveSpeedAI model for video extension, exposed as a REST API on WaveSpeedAI. Extend short clips into unlimited, high-quality longer videos with smooth animation using WAN 2.2 Spicy. 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 Spicy Video Extend 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-spicy-video-extend.

How much does Wan 2.2 Spicy Video Extend cost per run?

Wan 2.2 Spicy Video Extend starts at $0.15 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 Spicy Video Extend accept?

Key inputs: `prompt`, `video`, `resolution`, `duration`, `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-spicy-video-extend.

How long does Wan 2.2 Spicy Video Extend take to generate?

Average end-to-end generation time on WaveSpeedAI is around 102 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 Spicy Video Extend 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.