alibaba
alibaba/wan-v2-7-edit-video/Released Apr 2026

WAN 2.7 - Edit Video

Edit videos via text instructions or reference images with style transfer, up to 1080p, and flexible audio handling.

Provider
alibaba
Modality
multi-to-video
Released
Apr 2026
Pricing
$0.10 / sec$0.15 / sec (hi-res)

Ready to build with WAN 2.7 - Edit Video?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://staging.hub.oxen.ai/api/videos/generate \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "wan-v2-7-edit-video",
  "prompt": "Transform the entire scene into a beautiful watercolor painting style. Soft brushstrokes, flowing paint washes, visible paper texture.",
  "input_video": "https://hub.oxen.ai/api/repos/ox/Oxen-AI-Assets/file/main/videos/waterfall.mp4",
  "resolution": "1080p",
  "duration": 0,
  "audio_setting": "auto"
}'