Wan 3.0 Spicy Reference to Video: AI Image-to-Video Generator

Generate bold, high-contrast video guided by reference images, video, and audio with Wan 3.0 Spicy. Keep characters and style consistent. Pay per generation.

📝

Overview

About this model

Wan 3.0 Spicy Reference to Video generates a bolder, higher-contrast, more dramatic video guided by a text prompt plus up to 10 reference images, 5 reference videos, and 5 reference audios, letting you keep characters, style, and sound consistent across a high-energy generated scene. It shares the exact request and result contract of the standard Wan 3.0 Reference to Video endpoint — reference media identified by array order, 480p/720p/1080p resolution, five aspect ratios, and a duration from 2 to 30 seconds — while tuning generation toward punchier motion. For a plain Spicy text-to-video generation with no reference media, see Wan 3.0 Spicy Text to Video; for animating a single source image, see Wan 3.0 Spicy Image to Video.

1Character consistency: Carry a character's appearance into a bold, high-energy generated scene.
2Style transfer: Apply the visual style of a reference video to a new dramatic, prompt-driven shot.
3Soundtrack matching: Sync a bold generated video to an existing reference audio track.
4Multi-reference composition: Combine several reference images and a reference video into one dramatic scene.
💰

Pricing & Value

Cost analysis

muapiapp$0.055 – $6.60 per generation

Priced by resolution and duration (2-30s); a 10% premium over standard Wan 3.0 Reference to Video for the bolder Spicy styling.

Fal.aiNot available

No comparable Wan 3.0 Spicy endpoint is listed.

ReplicateNot available

No comparable Wan 3.0 Spicy endpoint is listed.

* Competitor pricing is estimated based on similar model architectures and usage tiers.

⚙️

Technical Details

Configuration schema

Promptstring

Describe the bold, high-motion video you want to create. Reference media are identified by their array order.

Default ValueThe two people from the reference images meet on the rainy street shown in the reference video.
Reference Image URLsarray

Up to 10 reference images for visual coherence guidance.

Default Valueundefined
Reference Video URLsarray

Up to 5 reference video clips (MP4/MOV, 1-15s each); total reference + generated duration must not exceed 30s.

Default Valueundefined
Reference Audio URLsarray

Up to 5 reference audio clips (total duration up to 15s) for soundtrack synchronization.

Default Valueundefined
ResolutionEnum (3 options)

Output video resolution.

Default Value720p
Aspect RatioEnum (5 options)

Output video frame dimensions.

Default Value16:9
Durationinteger

Video length in seconds.

Default Value5
Thinking Modeboolean

Enable deep-thinking mode for complex scene understanding.

Default Valuefalse
Enable Audioboolean

Include a generated audio track with the video.

Default Valuetrue
Seedinteger

Random seed for reproducibility. Use -1 for a random seed.

Default Value-1
📖

Implementation Guide

Developer documentation

How to Use Wan 3.0 Spicy Reference to Video

  1. Write the prompt: describe the bold scene, referring to reference media by their array order (e.g. "the person from the first reference image").

  2. Attach reference media: provide up to 10 URLs in images_list, up to 5 in videos_list, and up to 5 in audios_list.

  3. Set the output shape: choose resolution (480p, 720p, 1080p), aspect_ratio, and duration (2-30 seconds, capped so reference-video duration plus output stays at or under 30 seconds).

  4. Tune generation: enable thinking_mode for complex multi-reference scenes, and set enable_audio to false for a silent video.

  5. Submit and poll: send the request with your Muapi API key, store the returned request_id, then poll the prediction result endpoint or supply a webhook_url.

curl -X POST https://api.muapi.ai/api/v1/wan3.0-spicy-reference-to-video \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "The two people from the reference images meet on the rainy street shown in the reference video, with bold, dramatic motion.",
    "images_list": ["https://example.com/ref1.jpg"],
    "resolution": "720p",
    "duration": 5
  }'

Common Questions

Frequently asked

What does the "Spicy" variant change compared to standard Wan 3.0 Reference to Video?

Spicy is Muapi's name for the bolder, higher-contrast, more dramatic-motion sibling of the standard Wan 3.0 endpoint. The request and result contract are identical — only the generated style is tuned to be punchier.

How many reference images, videos, and audios can I use?

Up to 10 reference images, 5 reference videos, and 5 reference audios in a single request, identified in the prompt by their array order.

What resolutions and durations does it support?

480p, 720p, or 1080p output at any duration from 2 to 30 seconds, in five aspect ratios: 16:9, 9:16, 1:1, 4:3, and 3:4.

Is there a duration limit when I supply reference videos?

Yes — the total reference-video duration plus the generated output duration must not exceed 30 seconds.

How do I get API access to Wan 3.0 Spicy Reference to Video?

Sign up at muapi.ai, create an API key from your dashboard, and call POST /api/v1/wan3.0-spicy-reference-to-video immediately — no waitlist required.

How much does Wan 3.0 Spicy Reference to Video cost?

Pricing is duration- and resolution-based, at a 10% premium over the standard Wan 3.0 Reference to Video rate. See the pricing table on this page for exact per-second rates.