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

Generate premium reference-guided video with Wan 3.0 Prime from up to 10 images, 5 videos, and 5 audio clips. Pay per generation.

📝

Overview

About this model

Wan 3.0 Prime Reference to Video generates a higher-fidelity video guided by a prompt plus up to 10 reference images, 5 reference videos, and 5 reference audios, using the Prime tier of Wan 3.0 for sharper detail and more consistent character and style coherence. It accepts the same images_list, videos_list, and audios_list inputs as Wan 3.0 Reference to Video, mapped in array order to the reference media described in the prompt, plus 480p/720p/1080p resolution, five aspect ratios, and 2-30 second durations. For a scene generated from text alone, see Wan 3.0 Prime Text to Video; to animate a single starting image, see Wan 3.0 Prime Image to Video.

1Character consistency: Lock a character's face, outfit, and style across a premium multi-shot sequence using reference images.
2Style transfer: Combine a reference video's motion with reference images for the visual look of the final scene.
3Voice-matched scenes: Supply reference audio so generated dialogue or music matches an existing voice or track.
4Brand campaign finals: Move a multi-reference 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 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 Prime Reference to Video

  1. Describe the scene: Write a prompt that references your media by order, e.g. "Image1" or "Video1".

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

  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) — note total reference-video duration plus output duration must not exceed 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 to receive the completed video URL.

curl -X POST https://api.muapi.ai/api/v1/wan3.0-prime-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.",
    "images_list": ["https://example.com/person1.jpg", "https://example.com/person2.jpg"],
    "resolution": "720p",
    "duration": 5
  }'

Common Questions

Frequently asked

What does Wan 3.0 Prime Reference to Video do?

It generates a higher-fidelity video guided by a prompt plus reference images, videos, and audio for consistent characters and style.

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

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

How many reference files can I use?

Up to 10 reference images, 5 reference videos, and 5 reference audio clips, mapped in array order to the media named in your prompt.

Is there a duration limit when using reference video?

Yes. The total duration of any input reference video plus the generated output duration must not exceed 30 seconds.

What resolutions are supported?

480p, 720p, or 1080p, with five aspect ratios (16:9, 9:16, 1:1, 4:3, 3:4).

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