Wan 2.7 Edit Video
/v1/runAlibaba Wan 2.7 video editing model.
Request body
Submit an async generation request. The model field selects the model; other fields are model-specific input parameters.
Model identifier. Set to alibaba/wan/2.7/edit-video.
Default: alibaba/wan/2.7/edit-video
The editing instruction describing what changes to make.
Default:
The URL of the input video to edit.
Reference images to guide the video editing.
Audio handling. 'auto': model decides whether to regenerate audio. 'origin': preserve original audio from input video.
Allowed values: auto, origin
Default: auto
Output video duration in seconds. 0 means match input video duration. When set (2-10), truncates from the start.
Allowed values: 0, 2, 3, 4, 5, 6, 7, 8, 9, 10
Default: 0
The resolution of the output video.
Allowed values: 720p, 1080p
Default: 720p
Response Schema
The submit endpoint returns an accepted generation task. Poll the result endpoint with the returned id for terminal outputs or errors.
Error message if the task failed. Empty on success.
Unique identifier for the generation task.
Model ID used for the prediction.
Array of generated content. Empty when status is not completed.
Status of the task: pending, running, completed, failed, or timeout.
Allowed values: pending, running, completed, failed, timeout
Model capabilities
Capabilities declared by the model registry.
Default: edit-video
Execution mode declared by the model registry.
Default: async

