Wan 3.0 Prime Image to Video: AI Image-to-Video Generator

Animate a source image into premium video with Wan 3.0 Prime. Higher-fidelity motion and detail, pay per generation, no subscription.

📝

Overview

About this model

Wan 3.0 Prime Image to Video animates a source image with a motion prompt and synchronized audio, using the higher-fidelity Prime tier of Wan 3.0. It accepts the same image_url start frame and optional last_image end frame as Wan 3.0 Image to Video, plus 480p/720p/1080p resolution, five aspect ratios, and 2-30 second durations, while targeting sharper detail and steadier motion for output that needs the extra polish. Use thinking_mode for complex motion instructions and enable_audio to control whether the result includes sound. For generating a scene from text alone, see Wan 3.0 Prime Text to Video; for multi-reference guidance, see Wan 3.0 Prime Reference to Video.

1Product hero shots: Bring a static product photo to premium-quality motion for an ad or landing page.
2Portrait animation: Add lifelike motion and sound to a photo for social or client-facing content.
3End-frame control: Supply a `last_image` to steer exactly how the finished clip should end.
4Campaign finals: Move an image-to-video concept 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 motion and scene you want to create.

Default ValueThe camera slowly pushes in as a breeze moves through the subject's hair.
Image URLstring

Source image to animate.

Default Valueundefined
Last Frame Image URLstring

Optional end-frame image to guide how the video should end.

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

  1. Provide the source image: Set image_url to the frame you want to animate, and describe the desired motion in prompt.

  2. Optionally set an end frame: Provide last_image to guide how the clip should conclude.

  3. 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).

  4. Tune generation: Enable thinking_mode for complex motion descriptions, 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 to receive the completed video URL.

curl -X POST https://api.muapi.ai/api/v1/wan3.0-prime-image-to-video \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "The camera slowly pushes in as a breeze moves through the subject'"'"'s hair.",
    "image_url": "https://example.com/source.jpg",
    "resolution": "720p",
    "duration": 5
  }'

Common Questions

Frequently asked

What does Wan 3.0 Prime Image to Video do?

It animates a source image into a higher-fidelity video with synchronized audio, guided by a motion prompt.

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

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

Can I control how the video ends?

Yes. Provide an optional `last_image` end-frame URL and the model will animate toward it.

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.

How is Wan 3.0 Prime Image 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.