Models/Alibaba/Wan Spicy
Live7 variants

Wan Spicy API — Bold, High-Motion Wan Video Generation

Wan Spicy is the high-intensity sibling of Alibaba's Wan video family on Muapi, tuned for bolder contrast and more dramatic motion.The catalog covers Wan 3.0 Spicy text-to-video, image-to-video, and reference-to-video, Wan 2.7 and 2.6 Spicy image-to-video, and Wan 2.2 Spicy image-to-video and video extension through one asynchronous REST API.

Wan 3.0 SpicySynchronized-audio text, image, and reference-to-video workflows3 models
T2VSpicy
Wan 3.0

Wan 3.0 Spicy Text to Video

Generate high-motion video with synchronized audio from a text prompt, with selectable resolution, aspect ratio, and duration.

480p / 720p / 1080p
$0.055–$6.60
Try Model
I2VSpicy
Wan 3.0

Wan 3.0 Spicy Image to Video

Animate a source image with bold motion and synchronized audio, with optional end-frame guidance and resolution control.

480p / 720p / 1080p
$0.055–$6.60
Try Model
I2VSpicy
Wan 3.0

Wan 3.0 Spicy Reference to Video

Generate high-motion video from a prompt plus up to 10 reference images, 5 videos, and 5 audio references.

480p / 720p / 1080p
$0.055–$6.60
Try Model
Wan 2.7 SpicyHigh-motion image-to-video with optional audio guidance1 models
I2VSpicy
Wan 2.7

Wan 2.7 Spicy Image to Video

Animate a still image into bold, high-contrast motion with optional audio guidance, single- or multi-shot framing, and prompt expansion.

720p / 1080p
$1.00–$4.50
Try Model
Wan 2.6 SpicyBold image-to-video with single- and multi-shot framing1 models
I2VSpicy
Wan 2.6

Wan 2.6 Spicy Image to Video

Create a dramatic image-to-video clip with optional audio-guided generation, shot control, and automatic prompt expansion.

720p / 1080p
$1.00–$4.50
Try Model
Wan 2.2 SpicyFast image animation and video extension2 models
I2VSpicy
Wan 2.2

Wan 2.2 Spicy Image to Video

The original Spicy image-to-video endpoint for fast, dynamic motion effects from one source image.

480p / 720pFast
From $0.20
Try Model
V2VSpicy
Wan 2.2

Wan 2.2 Spicy Video Extend

Continue an existing video with new frames that match its style while adding stronger, bolder motion.

480p / 720pFast
From $0.20
Try Model

What is Wan Spicy?

Wan Spicy is Muapi's high-intensity tier of Alibaba's Wan video models. It uses the same underlying family while emphasizing bolder contrast, stronger motion, and more dramatic visual energy.

Four generations are available today: Wan 3.0 Spicy for text, image, and reference-to-video; Wan 2.7 Spicy and Wan 2.6 Spicy for image-to-video; and Wan 2.2 Spicy for image-to-video and video extension.

Wan Spicy API capabilities

Bold text-to-video

Turn a written scene into high-contrast, high-motion video with synchronized audio on Wan 3.0 Spicy.

Audio-guided image-to-video

Use an image, prompt, and optional audio guidance to shape pacing and motion on Wan 2.7 or 2.6 Spicy.

Reference-guided video

Guide Wan 3.0 Spicy with up to 10 images, 5 videos, and 5 audio references for consistent scenes.

Single or multi-shot framing

Choose single-shot or multi-shot composition on the newer Wan 2.7 and 2.6 Spicy image workflows.

Video extension

Continue an existing clip with the fast Wan 2.2 Spicy video-extend endpoint.

One asynchronous REST API

Share Muapi authentication, billing, request IDs, and result polling across every Spicy generation.

Wan Spicy use cases

Music and action promos

Create energetic clips with aggressive camera movement and synchronized sound for launch campaigns.

Social-first motion graphics

Generate bold, high-contrast short-form video that stays visually legible in fast feeds.

Audio-led storytelling

Use a guide track or Wan 3.0's native audio generation to coordinate movement and sound.

Reference-consistent scenes

Keep characters, locations, and visual direction aligned with image, video, and audio references.

Clip continuation

Extend an existing shot when a scene needs more time without changing its visual language.

Wan Spicy variants compared

ModelModesMax resolutionStarting price
Wan 2.7 SpicyImage to Video1080p$1.00
Wan 2.6 SpicyImage to Video1080p$1.00
Wan 2.2 SpicyImage to Video, Video Extend720p$0.20
Wan 3.0 SpicyText, Image, Reference to Video1080p$0.055

Quick start — Wan Spicy API

Submit JSON with an x-api-key header, receive a request ID immediately, and poll the standard prediction result endpoint for the completed media URL.

Submit a Wan Spicy task

curl -X POST https://api.muapi.ai/api/v1/wan3.0-spicy-text-to-video \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"prompt":"A breakneck motorcycle chase through a neon city at night","resolution":"1080p","duration":5,"enable_audio":true}'

# Response: {"request_id":"REQUEST_ID"}

Call the endpoint that matches your workflow, such as wan3.0-spicy-text-to-video or wan2.7-image-to-video-spicy.

Retrieve the completed result

curl https://api.muapi.ai/api/v1/predictions/REQUEST_ID/result \
  -H "x-api-key: YOUR_API_KEY"

# Use the matching wan2.7, wan2.6, or wan2.2-spicy endpoint for older variants.

Poll until the task completes, then read the video and synchronized audio output from the response.

Wan Spicy API FAQ

What does Spicy mean on Wan endpoints?

Spicy is Muapi's name for the high-intensity sibling of a standard Wan endpoint: the same family tuned for bolder contrast, stronger motion, and more dramatic scenes.

Which Wan generations have a Spicy variant?

Wan 3.0, Wan 2.7, Wan 2.6, and Wan 2.2 all have live Spicy endpoints. Wan 3.0 covers text-to-video, image-to-video, and reference-to-video; 2.7 and 2.6 cover image-to-video; 2.2 covers image-to-video and video extension.

Can Wan Spicy generate video from audio?

Wan 3.0 Spicy generates synchronized audio by default and accepts enable_audio: false to disable it. Wan 2.7 and 2.6 Spicy accept an optional audio URL to guide pacing and motion.

What is the difference between single-shot and multi-shot?

Single-shot keeps one continuous composition. Multi-shot lets Wan 2.7 or 2.6 Spicy plan several connected shots from the same prompt and source image.

How do I access Wan Spicy through the API?

Create a Muapi API key, send it in the x-api-key header, call the endpoint for your chosen generation, and poll the returned request ID. No separate waitlist is required.

Ready to build with Wan Spicy?

Get one Muapi API key and call every Spicy generation from the same asynchronous integration.