Wan 3.0 Prime Text to Video: AI Video Generator

Generate premium video with synchronized audio from a text prompt using Wan 3.0 Prime. Higher-fidelity output, pay per generation, no subscription.

📝

Overview

About this model

Wan 3.0 Prime Text to Video is the higher-fidelity tier of Wan 3.0, turning a written scene description into a video with synchronized audio in one asynchronous Muapi call. It shares the same 480p/720p/1080p resolution options, five aspect ratios (16:9, 9:16, 1:1, 4:3, 3:4), and 2-30 second duration range as the standard Wan 3.0 Text to Video, while targeting sharper detail and more consistent motion for prompts that need the extra quality. 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 Prime Image to Video; for guiding a shot with reference images, video, and audio together, see Wan 3.0 Prime Reference to Video.

1Hero content: Generate the premium-quality clip for a launch trailer or featured social post.
2Client deliverables: Produce higher-fidelity text-to-video output for work that will be shown to a client or on a portfolio.
3Ad variations: Generate multiple aspect ratios of the same prompt for different placements at the highest available quality.
4Storyboard finals: Move a previsualized scene from the standard tier to a polished final pass.
💰

Pricing & Value

Cost analysis

muapiappFrom $0.136 per generation (720p, 2s) up to $8.40 (1080p, 30s)

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

Fal.aiNot available

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

ReplicateNot available

Wan 3.0 Prime 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 (5 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 Prime 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-prime-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 Prime Text to Video do?

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

How is Prime different from the standard Wan 3.0 Text to Video?

Prime uses the same request shape and parameters but targets sharper detail and more consistent motion, at a higher per-second price.

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 Prime Text to Video billed?

Pricing scales with resolution and duration at the Prime rate, 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.