VARIANT · Alibaba / Wan

wan-2.6-edit-video API

Alibaba / Wan

Gebruik wan-2.6-edit-video uit de Wan-familie via RunAPI. Prijs per aanroep, geen abonnement en mislukte generaties worden nooit in rekening gebracht.

Operationeel · video · Commercieel toegestaan
runapi.ai
curl -X POST https://runapi.ai/api/v1/wan/edit_video \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "wan-2.6-edit-video",
  "video_url": "https://cdn.runapi.ai/public/samples/video.mp4",
  "prompt": "Generate a 5-second video of a cat jumping onto a bookshelf, natural indoor lighting, handheld camera feel."
}'
import { WanClient } from "@runapi.ai/wan";

const client = new WanClient();
const result = await client.editVideo.run({
    model: "wan-2.6-edit-video",
    video_url: "https://cdn.runapi.ai/public/samples/video.mp4",
    prompt: "Generate a 5-second video of a cat jumping onto a bookshelf, natural indoor lighting, handheld camera feel.",
});
<?php

require __DIR__ . "/vendor/autoload.php";

use RunApi\Wan\WanClient;

$client = new WanClient();
$result = $client->editVideo->run([
        'model' => 'wan-2.6-edit-video',
        'video_url' => 'https://cdn.runapi.ai/public/samples/video.mp4',
        'prompt' => 'Generate a 5-second video of a cat jumping onto a bookshelf, natural indoor lighting, handheld camera feel.',
]);
require "runapi/wan"

client = RunApi::Wan::Client.new
result = client.edit_video.run(
    model: "wan-2.6-edit-video",
    video_url: "https://cdn.runapi.ai/public/samples/video.mp4",
    prompt: "Generate a 5-second video of a cat jumping onto a bookshelf, natural indoor lighting, handheld camera feel."
)
npx skills add runapi-ai/wan -g
# Claude Code
claude mcp add runapi -s user -- npx -y @runapi.ai/mcp

# Codex
codex plugin install runapi-mcp@agents

# Cursor / Windsurf / VS Code
npx @runapi.ai/mcp init cursor
@runapi.ai/wan v1
Wissel variant
OVERVIEW

wan-2.6-edit-video biedt de ideale balans tussen kwaliteit en kosten binnen de Wan-familie.

  • Prijs per call in USD
  • Mislukte generaties worden niet gefactureerd
  • Streaming wanneer ondersteund door het model
  • Modelskill-setup
PRICING

Prijzen

Mislukte generaties worden niet in rekening gebracht
Edit video
$0.14-$0.21 / second
Output resolution: 720p $0.14
Output resolution: 1080p $0.21
SPECIFICATIEBLAD

Technische details

Model-ID wan-2.6-edit-video
Provider Alibaba
Modaliteit video
Taaktype asynchronous
Facturatie-eenheid second
API endpoint /api/v1/wan/edit_video
Commerciële licentie Ja — inbegrepen via API
Catalogusstatus Operationeel
SKILLS

Snelstart — wan-2.6-edit-video

Zelfde structuur · variant vastgelegd in model

# Install the model skill for app development workflows
npx skills add runapi-ai/wan -g
Installs docs, schemas, pricing context, and setup notes into your developer workspace.
Or use this setup request in your coding tool:
Install the Wan skill for this app:

1. Add runapi-ai/wan with the skills installer.
2. Load SKILL.md in this workspace.
3. Use its docs, schemas, pricing notes, and setup steps when adding model features.
4. Confirm the install path when done.
HOE HET WERKT

Gebruik wan-2.6-edit-video in vier stappen

01

Installeren

Installeer de modelskill voor deze modelreeks.

02

Configureren

Zet het modelveld op de volledige model-ID die op deze pagina staat.

03

Aanroepen

Stuur een getypeerde request met je prompt, inputs en callback-instellingen.

04

Ontvangen

Lees de task-response, webhook-callback of cached output-URL van RunAPI.

DIFFERENCES

Wat is er anders aan wan-2.6-edit-video

VS WAN-2.2-A14B-IMAGE-TO-VIDEO-TURBO

Video editing with subject + camera control

Image-anchored video on the 2.2 architecture

VS WAN-2.2-A14B-SPEECH-TO-VIDEO-TURBO

Video editing with subject + camera control

Audio input drives video motion and lip-sync

VS WAN-2.2-A14B-TEXT-TO-VIDEO-TURBO

Video editing with subject + camera control

Open-source A14B MoE; baseline quality

USE CASES

Ideaal voor

Advertenties en social content

Genereer clips voor productlanceringen en korte ads op basis van een tekstbriefing, waardoor je de productie van weken terugbrengt naar uren.

E-learning

Zet lesmateriaal om in geanimeerde uitlegvideo's op schaal, zonder camera of crew.

Creator workflows

Maak virale short-form content voor social platforms direct vanuit een prompt.

FAQ

Veelgestelde vragen over wan-2.6-edit-video

Is de model-ID stabiel tussen versies?

RunAPI houdt de model-ID stabiel en verwerkt compatibele versie-updates zonder de opzet van je request te wijzigen.

Wat is de rate limit voor deze variant?

Rate limits per key schalen mee met je usage tier. Bekijk de prijzenpagina voor de actuele limieten.

Kan ik later van variant wisselen?

Ja — variant is een flag. Wissel door de modelparameter aan te passen.

Ondersteunt het streaming?

Waar streaming beschikbaar is, streamt RunAPI end-to-end.

Waar meld ik kwaliteitsproblemen?

Open een issue in de publieke GitHub-repo of mail support.

NU BEGINNEN

Begin met bouwen met Wan.