Wan 3.0 Text to Video: AI Video Generator

Generate video with synchronized audio from a text prompt using Wan 3.0. Pick resolution, aspect ratio, and duration. Pay per generation, no subscription.

📝

Overview

About this model

Wan 3.0 Text to Video turns a written scene description into a video with synchronized audio in one asynchronous Muapi call. 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. 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 if you only need a silent clip. For animating an existing image instead of writing a scene from scratch, see Wan 3.0 Image to Video; for guiding a shot with reference images, video, and audio together, see Wan 3.0 Reference to Video. For the higher-fidelity Prime tier, see Wan 3.0 Prime Text to Video. For a bolder, higher-contrast take on the same request shape, see Wan 3.0 Spicy Text to Video.

1Social content: Turn a one-line brief into a ready-to-post vertical or square clip.
2Storyboard previews: Visualize a written scene with audio before committing to production.
3Ad variations: Generate multiple aspect ratios of the same prompt for different placements.
4Product concepts: Prototype a product or brand scene from a text description alone.
💰

Pricing & Value

Cost analysis

muapiappFrom $0.10 per generation (720p, 2s) up to $6.00 (1080p, 30s)

Pay-per-generation, priced by resolution and duration, no subscription required.

Fal.aiNot available

Wan 3.0 is not listed on Fal.ai at this time.

ReplicateNot available

Wan 3.0 is not listed on Replicate at this time.

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

⚙️

Technical Details

Configuration schema

Promptstring

Describe the video you want to create.

Default ValueA cinematic aerial shot of mist moving through a mountain valley at sunrise.
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 Text to Video

  1. Write the prompt: Describe the scene, subject, camera movement, and mood you want in the prompt field.

  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-text-to-video \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "A cinematic aerial shot of mist moving through a mountain valley at sunrise.",
    "resolution": "720p",
    "aspect_ratio": "16:9",
    "duration": 5
  }'

Common Questions

Frequently asked

What does Wan 3.0 Text to Video do?

It generates a video with synchronized audio from a text prompt, with configurable resolution, aspect ratio, and duration.

What resolutions and durations are supported?

480p, 720p, or 1080p resolution, five aspect ratios (16:9, 9:16, 1:1, 4:3, 3:4), and a duration of 2 to 30 seconds.

Does the video include audio?

Yes, by default. Set `enable_audio` to `false` in the request to generate a silent video instead.

What is thinking_mode for?

It enables a deep-thinking pass over complex, multi-subject, or multi-step prompts before generation starts, which can improve prompt adherence at the cost of extra processing time.

How is Wan 3.0 Text to Video billed?

Pricing scales with resolution and duration, and the completed task response includes the exact charge for that generation.

How do I get the finished video?

Poll the prediction result endpoint with the returned `request_id`, or pass a `webhook_url` to be notified when the video is ready.