← All models
Wan 3.0 is the latest generation AI video model, delivering enhanced motion smoothness, superior scene fidelity, and greater visual coherence.
Example
Details
- Accepts
- text + audio + image + video
Pricing
- Price
- 0.021 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | |
| audio | boolean | Include generated audio. |
| prompt | — | Text prompt directing how the reference media is used. Reference media can be addressed positionally, e.g. 'the subject in Image 1 walks past Video 1'. |
| web_url | — | Public webpage URL to base the video on. Requires enable_thinking=true. Only pages that do not require login can be read. |
| duration | — | Output duration in seconds. Set to null for smart duration, which lets the model pick a length from the prompt and reference media. |
| file_url | — | Document URL to base the video on. Requires enable_thinking=true. |
| 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. |
| enable_thinking | boolean | Enable enhanced reasoning before generation. |
| reference_audio_urls | array | Up to 5 reference audio URLs totaling at most 15 seconds. |
| reference_image_urls | array | Up to 10 reference image URLs. |
| reference_video_urls | array | Up to 5 reference video URLs totaling at most 15 seconds. Each clip must be at least 16 fps. |
| 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 | — |