← 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
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. |
| promptrequired | string | Text prompt for the generated video. |
| 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. |
| enable_thinking | boolean | Enable enhanced reasoning before generation. |
| 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 | — |