← All models
Wan 2.7 is the latest generation AI video model, delivering enhanced motion smoothness, superior scene fidelity, and greater visual coherence.
Example
Details
- Accepts
- text + image
Pricing
- Price
- 12.5 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | Random seed for reproducibility (0-2147483647). |
| prompt | — | Text prompt describing the desired video. Max 5000 characters. |
| duration | integerenum: 2, 3, 4, 5, 6, 7… | Output video duration in seconds (2-15). |
| audio_url | — | URL of driving audio. Supports WAV and MP3. Duration: 2-30s. Max 15 MB. |
| image_url | — | URL of the first frame image. Formats: JPEG, JPG, PNG, BMP, WEBP. Max 20 MB. |
| video_url | — | URL of a video clip to continue from. Format: MP4, MOV. Duration: 2-10s. Max 100 MB. Cannot be combined with image_url. |
| resolution | stringenum: 720p, 1080p | Output video resolution tier. |
| end_image_url | — | URL of the last frame image for first-and-last-frame-to-video. Same constraints as image_url. |
| negative_prompt | — | Content to avoid in the video. Max 500 characters. |
| 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. |
| aspect_ratio | stringenum: 16:9, 9:16, 1:1, 4:3, 3:4 | Aspect ratio of the generated video. |
| multi_shots | boolean | When true, enables intelligent multi-shot segmentation. When false (default), generates a single continuous shot. |
| reference_image_urls | — | Reference image URLs for character/object appearance. Pass multiple images for multi-subject generation. Max 20 MB each. |
| reference_video_urls | — | Reference video URLs for character/object appearance and motion. Pass multiple videos for multi-subject generation. Max 100 MB each. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | The seed used for generation. |
| video | — | The generated video file. |
| actual_prompt | — | The actual prompt used if prompt rewriting was enabled. |