← All models
Wan 3.0 Prime Image-to-Video turns still images into dynamic, cinematic sequences with rapid turnaround, natural motion, and excellent visual continuity. It preserves the identity, composition, and atmosphere of the source image while introducing expressive movement, camera dynamics, and richly detailed animation.
Example
Details
- Accepts
- text + image
Pricing
- Price
- 6.25 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | |
| audio | boolean | Include generated audio. |
| prompt | — | Text prompt describing the motion to generate. |
| duration | — | Output duration in seconds. Set to null for smart duration, which lets the model pick a length from the prompt and reference media. |
| resolution | stringenum: 480p, 720p, 1080p | Output video resolution tier. |
| aspect_ratio | stringenum: adaptive, 16:9, 4:3, 1:1, 3:4, 9:16 | Output aspect ratio, or adaptive selection. |
| end_image_url | — | Last frame of the generated video. Requires start_image_url. |
| enable_thinking | boolean | Enable enhanced reasoning before generation. |
| start_image_url | string | First frame of the generated video. |
| enable_safety_checker | boolean | Enable content moderation for input and output. Disabling it requires account authorization; unauthorized requests are always checked. |
| enable_prompt_expansion | boolean | Enable intelligent prompt rewriting. Disabling it can save roughly 20-60 seconds of latency but is likely to degrade generation quality. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | The seed used for generation. |
| video | — | The generated video file. |
| duration | number | Generated video duration in seconds. |
| actual_prompt | — |