← All models
Generate cinematic video from text with Alibaba's Wan 3.0. Supports 480p, 720p, and 1080p output.
Example
Details
- Accepts
- text
Pricing
- Price
- 3.13 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | integer | Random seed for reproducible generation. Range: 0-2147483647 |
| image | string | Optional first-frame image to animate into a video (jpg/png/bmp/webp, ≤10MB). When provided, the video is generated from this image guided by the prompt. |
| promptrequired | string | Text prompt for video generation |
| duration | integer | Duration of the generated video in seconds |
| resolution | stringenum: 480p, 720p, 1080p | |
| aspect_ratio | —enum: adaptive, 16:9, 9:16, 1:1, 4:3, 3:4 | Aspect ratio of the generated video. 'adaptive' lets the model choose the best ratio for the prompt. Ignored when an image is provided (the input image's aspect ratio is used). |
| negative_prompt | string | Negative prompt — describes content that should not appear in the video |
| enable_prompt_expansion | boolean | Automatically expand and optimize the prompt for better results. Improves quality for short prompts but increases latency. |