Seedance 2.5 from ByteDance is officially available on Apiframe.
Video Apiframe partnered with Alibaba to offer this model. Official partner
Wan 2.7 VideoEdit logo

Wan 2.7 VideoEdit API

by Alibaba

Instruction-based video edit — restyle, replace, or transform clips with a prompt.

1080P
Max resolution
10s
Max clip length
~165s
Avg. generation
12 credits/s
From
Video · made with Wan 2.7
A 5-second clip of a chef slicing vegetables in a modern kitchen, smooth left-to-right pan, cinematic lighting.

Playground

Try Wan 2.7 VideoEdit right here.

model: wan-2.7-videoedit
Advanced settings
Estimated cost 96 credits · $0.96 Generate in Studio
Output Example · Wan 2.7
A 5-second clip of a chef slicing vegetables in a modern kitchen, smooth left-to-right pan, cinematic lighting.

Pricing

Simple per-second pricing.

12 credits per second of output ≈ $0.12

A 6s clip runs 72 credits (≈ $0.72).

  • You only pay for successful generations. Failed jobs are refunded automatically.
  • One credit balance across every model on Apiframe, no per-model plans.
  • Start with free credits. No subscription required.
  • Volume discounts on larger plans.
See plans and credit packs

Specs

At a glance.

Provider Alibaba
Model ID wan-2.7-videoedit
Aspect ratios auto, 16:9, 9:16, 1:1, 4:3, 3:4
Resolutions 720p, 1080p
Durations 2s, 3s, 4s, 5s, 6s, 7s, 8s, 9s, 10s
Image input Supported
Avg. time ~165s

Quickstart

How to call the Wan 2.7 VideoEdit API.

Send one POST /v2/videos/edit request with your API key. The call returns a jobId you can poll, or pass a webhook_url and the result is pushed to you the moment it's ready.

Swap wan-2.7-videoedit for any other model and nothing else changes.

const response = await fetch("https://api.apiframe.ai/v2/videos/edit", {
  method: "POST",
  headers: {
    "X-API-Key": "afk_your_api_key_here",
    "Content-Type": "application/json",
  },
  body: JSON.stringify({
    "model": "wan-2.7-videoedit",
    "wan27VideoeditParams": {
      "video": "https://example.com/input.jpg",
      "reference_image": "https://example.com/input.jpg",
      "resolution": "720p",
      "aspect_ratio": "auto"
    }
  }),
});
const { jobId } = await response.json();
console.log(jobId);

Input schema

Every field Wan 2.7 VideoEdit accepts, with types and defaults. The full reference lives in the docs.

Field Type Description
model required string The model identifier for this endpoint. Default:"wan-2.7-videoedit" · "wan-2.7-videoedit"
wan27VideoeditParams.video string (URL) Video to edit (mp4 / mov, 2–10s).
wan27VideoeditParams.reference_image string (URL) Optional style / appearance reference for the edit.
wan27VideoeditParams.resolution string Resolution Default:"720p" · "720p", "1080p"
wan27VideoeditParams.aspect_ratio string Aspect ratio Default:"auto" · "auto", "16:9", "9:16", "1:1", "4:3", "3:4"
wan27VideoeditParams.audio_setting string Audio Default:"auto" · "auto", "origin"
wan27VideoeditParams.negative_prompt string Negative prompt
wan27VideoeditParams.seed number Reuse a number to reproduce the same result. step 1

The Wan flagship

Wan 2.7 VideoEdit is one of 8 Wan video models on Apiframe. The full editorial page (showcase, comparison, and use cases) lives on the flagship.

Wan 2.7 logo Flagship from 12 cr/s Wan 2.7

Unified text- and image-to-video that chains shots.

Explore Wan 2.7
All video models

Wan 2.7 VideoEdit questions

What teams ask before shipping with Wan 2.7 VideoEdit. Everything else lives in the docs.

Is there an API for Wan 2.7 VideoEdit?

Yes. Apiframe exposes Wan 2.7 VideoEdit through a single REST endpoint (POST /v2/videos/edit with model: "wan-2.7-videoedit"). You get one unified API, key, and billing across every supported model, with no separate Alibaba account required.

How much does the Wan 2.7 VideoEdit API cost?

Wan 2.7 VideoEdit uses simple pay-as-you-go pricing on Apiframe. You only pay for successful generations. See the pricing page for plans and volume discounts.

How do I call the Wan 2.7 VideoEdit API?

Send a POST request to /v2/videos/edit with your X-API-Key and a JSON body containing model: "wan-2.7-videoedit". The call returns a jobId; poll GET /v2/jobs/{id} or use a webhook to receive the result.

What parameters does Wan 2.7 VideoEdit support?

Wan 2.7 VideoEdit accepts 7 model-specific parameters (nested under wan27VideoeditParams) plus the common prompt and webhook_url fields. See the input schema above for the full list with types and defaults.

9,800+

developers & companies

4.8 on G2

Official partner of

BytePlus Alibaba Cloud MiniMax

Power your next AI product with Apiframe.

Instant access to 70+ media models through a single API. Start free and scale when you're ready.