Animate a source image into premium video with Wan 3.0 Prime. Higher-fidelity motion and detail, pay per generation, no subscription.
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.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | From $0.136 per generation (720p, 2s) up to $8.40 (1080p, 30s) | Pay-per-generation, priced by resolution and duration, no subscription required. |
| Fal.ai | Not available | Wan 3.0 Prime is not listed on Fal.ai at this time. |
| Replicate | Not available | Wan 3.0 Prime is not listed on Replicate at this time. |
Pay-per-generation, priced by resolution and duration, no subscription required.
Wan 3.0 Prime is not listed on Fal.ai at this time.
Wan 3.0 Prime is not listed on Replicate at this time.
* Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Prompt | string | Describe the motion and scene you want to create. | The camera slowly pushes in as a breeze moves through the subject's hair. |
| Image URL | string | Source image to animate. | undefined |
| Last Frame Image URL | string | Optional end-frame image to guide how the video should end. | undefined |
| Resolution | Enum (3 options) | Output video resolution. | 720p |
| Aspect Ratio | Enum (5 options) | Output video frame dimensions. | 16:9 |
| Duration | integer | Video length in seconds. | 5 |
| Thinking Mode | boolean | Enable deep-thinking mode for complex prompts. | false |
| Enable Audio | boolean | Include a generated audio track with the video. | true |
| Seed | integer | Random seed for reproducibility. Use -1 for a random seed. | -1 |
Describe the motion and scene you want to create.
The camera slowly pushes in as a breeze moves through the subject's hair.Source image to animate.
undefinedOptional end-frame image to guide how the video should end.
undefinedOutput video resolution.
720pOutput video frame dimensions.
16:9Video length in seconds.
5Enable deep-thinking mode for complex prompts.
falseInclude a generated audio track with the video.
trueRandom seed for reproducibility. Use -1 for a random seed.
-1Developer documentation
Provide the source image: Set image_url to the frame you want to animate, and describe the desired motion in prompt.
Optionally set an end frame: Provide last_image to guide how the clip should conclude.
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).
Tune generation: Enable thinking_mode for complex motion descriptions, and set enable_audio to false for a silent video.
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
}'
Frequently asked
It animates a source image into a higher-fidelity video with synchronized audio, guided by a motion prompt.
Prime uses the same request shape and parameters but targets sharper detail and steadier motion, at a higher per-second price.
Yes. Provide an optional `last_image` end-frame URL and the model will animate toward it.
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.
Yes, by default. Set `enable_audio` to `false` in the request to generate a silent video instead.
Pricing scales with resolution and duration at the Prime rate, and the completed task response includes the exact charge for that generation.
Poll the prediction result endpoint with the returned `request_id`, or pass a `webhook_url` to be notified when the video is ready.