Wan 3.0 Spicy Text to Video: AI Video Generator

Generate bold, high-contrast video with synchronized audio from a text prompt using Wan 3.0 Spicy. Pick resolution, ratio, duration. Pay per generation.

Interactive model controls

Wan 3.0 Spicy Text to Video generates a bold, high-contrast, high-motion video with synchronized audio directly from a text prompt, with selectable resolution, aspect ratio, and duration.

📝

Overview

About this model

Wan 3.0 Spicy Text to Video turns a written scene description into a bolder, higher-contrast, more dramatic video with synchronized audio in one asynchronous Muapi call. It shares the exact request and result contract of the standard Wan 3.0 Text to Video endpoint — choose 480p, 720p, or 1080p output, five aspect ratios (16:9, 9:16, 1:1, 4:3, 3:4), and a duration from 2 to 30 seconds — while tuning generation toward punchier motion and higher-energy scenes. An optional thinking-mode flag gives the model more time to reason through complex, multi-subject prompts before generating, and audio can be toggled off for a silent clip. For animating an existing image with the same bold styling, see Wan 3.0 Spicy Image to Video; for guiding a Spicy shot with reference media, see Wan 3.0 Spicy Reference to Video.

1Social content: Turn a one-line brief into a bold, high-energy vertical or square clip.
2Music visuals: Generate punchy, high-contrast scenes timed to a track's energy.
3Ad variations: Generate multiple aspect ratios of the same bold prompt for different placements.
4Storyboard previews: Visualize a dramatic scene with audio before committing to production.
💰

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 Text 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.

Default ValueA dramatic cinematic scene with bold camera movement through a neon-lit city at night.
ResolutionEnum (3 options)

Output video resolution.

Default Value720p
Aspect RatioEnum (6 options)

Output video frame dimensions.

Default Value16:9
Durationinteger

Video length in seconds.

Default Value5
Thinking Modeboolean

Enable deep-thinking mode for complex prompts.

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 Text to Video

  1. Write the prompt: Describe the scene, subject, camera movement, and mood you want in the prompt field — lean into bold, high-energy language for the punchiest results.

  2. Set the output shape: Choose resolution (480p, 720p, 1080p), aspect_ratio (16:9, 9:16, 1:1, 4:3, 3:4), and duration (2-30 seconds).

  3. Tune generation: Enable thinking_mode for prompts with complex or multi-step scene descriptions, and set enable_audio to false if you want a silent video.

  4. 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 to receive the completed video URL.

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 dramatic cinematic scene with bold camera movement through a neon-lit city at night.",
    "resolution": "720p",
    "aspect_ratio": "16:9",
    "duration": 5
  }'

Common Questions

Frequently asked

What does the "Spicy" variant change compared to standard Wan 3.0 Text 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.

What resolutions and durations does Wan 3.0 Spicy Text to Video 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.

Does Wan 3.0 Spicy Text to Video generate audio?

Yes — audio is enabled by default and synchronized with the generated video. Set `enable_audio` to `false` for a silent clip.

What does `thinking_mode` do?

It gives the model more time to reason through complex, multi-subject prompts before generating, which can improve coherence on detailed scene descriptions.

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

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

How much does Wan 3.0 Spicy Text to Video cost?

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