Try WAN 2.7 - Edit Video in the Workbench
Run this model interactively, tune parameters, and compare outputs.
wan-v2-7-edit-video
WAN 2.7 edit-video transforms existing videos using instruction-based editing, reference image-based editing, and video style transfer. It supports up to 1080p output, input videos of 2-10 seconds, multiple aspect ratios, and configurable audio handling (auto-regenerate or preserve original).
Example request
- Sync
- Async
- Async with SSE
This blocks until the video is ready (typically 5-15 minutes). Prefer Async or Async with SSE for anything beyond quick experimentation.See the video generation reference for more details.
- Minimal
- All parameters
Fetch model details
The models endpoint returns the full model object, including itsjson_request_schema.
Request parameters
Required parameters
| Field | Type | Default | Description |
|---|---|---|---|
prompt | string | "Transform the entire scene into a beautiful watercolor painting style. Soft brushstrokes, flowing paint washes, visible paper texture." | Editing instruction or style transfer description. |
input_video | string | "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/videos/waterfall.mp4" | URL of the input video to edit. Format: MP4, MOV. Duration: 2-10s. Max 100 MB. Format: uri. |
Optional parameters
| Field | Type | Default | Description |
|---|---|---|---|
resolution | string | "1080p" | Output video resolution tier. One of: 720p, 1080p. |
duration | integer | 0 | Output video duration in seconds. Default 0 means match input video duration. When set (2-10), truncates from the start. One of: 0, 2, 3, 4, 5, 6, 7, 8, 9, 10. |
reference_image_url | string | — | Reference image URL for reference-based editing. Format: uri. |
audio_setting | string | "auto" | Audio handling. ‘auto’: model decides whether to regenerate audio. ‘origin’: preserve original audio from input video. One of: auto, origin. |
seed | integer | — | Random seed for reproducibility (0-2147483647). |