← All models
Edit videos using plain language and Wan VACE
Example
Details
- Accepts
- video + image
Pricing
- Price
- 12.5 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| promptrequired | string | Prompt to edit the video. |
| video_urlrequired | string | URL of the input video. |
| image_urls | array | URLs of the input images to use as a reference for the generation. |
| resolution | stringenum: auto, 240p, 360p, 480p, 580p, 720p | Resolution of the edited video. |
| video_type | stringenum: auto, general, human | The type of video you're editing. Use 'general' for most videos, and 'human' for videos emphasizing human subjects and motions. The default value 'auto' means the model will guess based on the first frame of the video. |
| acceleration | — | Acceleration to use for inference. Options are 'none' or 'regular'. Accelerated inference will very slightly affect output, but will be significantly faster. |
| aspect_ratio | stringenum: auto, 16:9, 9:16, 1:1 | Aspect ratio of the edited video. |
| return_frames_zip | boolean | Whether to include a ZIP archive containing all generated frames. |
| enable_safety_checker | boolean | Whether to enable the safety checker. |
| enable_auto_downsample | boolean | Whether to enable automatic downsampling. If your video has a high frame rate or is long, enabling longer sequences to be generated. The video will be interpolated back to the original frame rate after generation. |
| auto_downsample_min_fps | number | The minimum frames per second to downsample the video to. |
Output
| Field | Type | Description |
|---|---|---|
| video | — | The edited video. |
| frames_zip | — | ZIP archive of generated frames if requested. |