Video Alibaba

Wan Video API

Use the Wan Video API via RunAPI with a model skill, unified auth, and pay-as-you-go pricing.

runapi.ai
curl -X POST https://runapi.ai/api/v1/wan/image_to_video \
  -H "Authorization: Bearer $RUNAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "wan-2.2-a14b-image-to-video-turbo",
  "image_url": "https://cdn.runapi.ai/public/samples/image.jpg",
  "prompt": "Generate a 4K product hero image of a matte-black water bottle on a beige stone surface, soft side light."
}'
import { WanClient } from "@runapi.ai/wan";

const client = new WanClient();
const result = await client.imageToVideo.run({
    model: "wan-2.2-a14b-image-to-video-turbo",
    image_url: "https://cdn.runapi.ai/public/samples/image.jpg",
    prompt: "Generate a 4K product hero image of a matte-black water bottle on a beige stone surface, soft side light.",
});
<?php

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

use RunApi\Wan\WanClient;

$client = new WanClient();
$result = $client->imageToVideo->run([
        'model' => 'wan-2.2-a14b-image-to-video-turbo',
        'image_url' => 'https://cdn.runapi.ai/public/samples/image.jpg',
        'prompt' => 'Generate a 4K product hero image of a matte-black water bottle on a beige stone surface, soft side light.',
]);
require "runapi/wan"

client = RunApi::Wan::Client.new
result = client.image_to_video.run(
    model: "wan-2.2-a14b-image-to-video-turbo",
    image_url: "https://cdn.runapi.ai/public/samples/image.jpg",
    prompt: "Generate a 4K product hero image of a matte-black water bottle on a beige stone surface, soft side light."
)
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
OVERVIEW

About Wan Video

The Wan Video API delivers a strong quality-to-cost ratio in the video space. Multiple variants let you pick the tier that matches your latency, quality, and budget targets — start on a fast or lite variant for prototyping, then graduate to pro or max for production. Install the Wan Video skill to bring docs, typed schemas, pricing notes, and step-by-step setup into your coding workspace. The skill works with Claude Code, Codex, Gemini CLI, Cursor, and VS Code, so your agent has the right context before you write integration code. All variants share a single RunAPI API key, unified billing in USD, and the same async task lifecycle — submit, poll or stream, and receive results via webhook callback.

Provider
Alibaba
Modality
Video

Available Versions

Variant Billing Pricing
wan-2.2-a14b-image-to-video-turbo call $0.400 View →
wan-2.2-a14b-speech-to-video-turbo second $0.240 View →
wan-2.2-a14b-text-to-video-turbo call $0.400 View →
wan-2.2-animate-move second $0.130 View →
wan-2.2-animate-replace second $0.130 View →
wan-2.5-image-to-video second $0.120 View →
wan-2.5-text-to-video second $0.120 View →
wan-2.6-edit-video second $0.140 View →
wan-2.6-flash-edit-video call $0.300 View →
wan-2.6-flash-image-to-video call $9.44 View →
wan-2.6-image-to-video second $0.580 View →
wan-2.6-text-to-video second $0.580 View →
wan-2.7-edit-video second $0.160 View →
wan-2.7-image-to-video second $0.160 View →
wan-2.7-r2v second $0.160 View →
wan-2.7-text-to-video second $0.160 View →
PRICING

Wan Video Pricing

Endpoint Resolution Duration Price
image_to_video 480p, 720p $0.40-$0.80 / video

Prices shown for wan-2.2-a14b-image-to-video-turbo. Other variants retain their own endpoint pricing.

Agent integration

Run Wan Video From an Agent

HOW IT WORKS

Get Started with Wan Video

  1. Create an API key

    Sign up and generate an API key from the dashboard.

  2. Pick a version

    Choose the version that best matches your quality and cost requirements.

  3. Send a request

    Submit your prompt and parameters to the model's documented endpoint.

  4. Get your result

    Poll the task or set a webhook, then download the completed output.

CONTEXT

About Wan Video on RunAPI

The Wan Video API exposes a video model from Alibaba, accessible through RunAPI with a single API key and per-call billing. Developers call Wan Video the same way they call any other model in the RunAPI catalog — set the model parameter, submit a request, and receive structured JSON. The model skill packages docs, typed schemas, pricing notes, and setup steps so your coding agent has the right context before you write integration code. Billing is unified across all providers, failed generations are never charged, and results are retrievable by task ID.

Provider
Alibaba
See all →
Modality
Video
Browse models →

Why Use Wan Video Through RunAPI

One auth, every provider

A single RunAPI API key unlocks the whole model catalog across all providers. No separate accounts to create, no API keys to rotate per integration, and no credential management overhead. Add a new model to your app by changing one parameter.

Unified pricing & billing

Per-call pricing in USD, billed monthly into a single invoice. No subscription tiers, no minimum spend, and failed generations are never charged. The pricing page and check_pricing API show exact costs before you commit to a model.

Schema-first SDK

Typed schemas, parameter constraints, and setup notes are packaged in the model skill so your implementation starts from the right contract. The skill loads into Claude Code, Codex, Gemini CLI, Cursor, and VS Code — your agent knows the correct request shape before you write a line of code.

Wan Video Questions

Which variant should I start with?

Pick the cheapest variant that meets your quality bar. Most teams start on the fast variant and graduate to pro for production.

Is there a free tier?

Creating an account and API key is free. API calls use prepaid, pay-as-you-go billing; add funds before making requests.

Do you stream results?

Where streaming is available, RunAPI streams end-to-end.

How are failures billed?

Failed generations are not charged.

Are outputs cached?

Generated outputs are stored and retrievable by task ID. Inputs are not cached.

Can I use commercially?

Yes — commercial use is included for every variant unless a model license explicitly restricts it, which is called out on the variant page.

SIMILAR MODELS

Similar Video Models

Start generating with Wan Video