Video · Alibaba

Wan

Comprehensive video and image suite — text-to-video, image-to-video, video editing, and storyboards.

Operational · 18 variants · から $0.050
# Works with Claude Code, Codex, Gemini CLI, Cursor, and 50+ agents
npx skills add runapi-ai/wan -g
The -g flag installs globally so every project picks it up.
Or paste this prompt to your AI agent:
Install the Wan skill for me:

1. Clone https://github.com/runapi-ai/wan
2. Copy the skills/wan/ directory into your
   user-level skills directory (e.g. ~/.claude/skills/
   for Claude Code, ~/.codex/skills/ for Codex).
3. Verify that SKILL.md is present.
4. Confirm the install path when done.
概要

Wan is Alibaba's comprehensive video and image generation suite covering text-to-video, image-to-video, video editing, speech-to-video, and storyboard generation. It spans multiple model versions optimized for quality, speed, and specialized creative tasks.

  • Installable agent skill
  • Unified API key
  • SDK examples included
  • 失敗した生成は課金されません
バリアント

バリアント

Variant Billing From
wan-2.2-a14b-image-to-video-turbo call $0.400 見る →
wan-2.2-a14b-speech-to-video-turbo second $0.240 見る →
wan-2.2-a14b-text-to-video-turbo call $0.400 見る →
wan-2.2-animate-move second $0.130 見る →
wan-2.2-animate-replace second $0.130 見る →
wan-2.5-image-to-video second $0.120 見る →
wan-2.5-text-to-video second $0.120 見る →
wan-2.6-edit-video second $0.140 見る →
wan-2.6-flash-edit-video call $0.300 見る →
wan-2.6-flash-image-to-video call $0.300 見る →
wan-2.6-image-to-video second $0.140 見る →
wan-2.6-text-to-video second $0.140 見る →
wan-2.7-edit-video second $0.160 見る →
wan-2.7-image call $0.050 見る →
wan-2.7-image-pro call $0.120 見る →
wan-2.7-image-to-video second $0.160 見る →
wan-2.7-r2v second $0.160 見る →
wan-2.7-text-to-video second $0.160 見る →
AGENT USAGE

Use this model from your agent

Prompt + SDK example
# User prompt to the agent
"Generate a 5-second video of a cat jumping onto a bookshelf, natural indoor lighting, handheld camera feel."
// Code generated by the agent via @runapi.ai/wan
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',
  prompt: 'Generate a 5-second video of a cat jumping onto a bookshelf, natural indoor lighting, handheld camera feel.',
});
@runapi.ai/wan npm
仕組み

How to call this model

01

Install the skill

Add the model skill to your agent or install the SDK package.

02

Authenticate once

Use your RunAPI key for every supported model.

03

Send a request

Use the unified schema for the endpoint you need.

04

Receive output

Poll by task ID or handle the callback when the generation completes.

SDK QUICKSTART

SDK quickstart

runapi.ai
curl -X POST https://runapi.ai/api/v1/wan/image_to_video \
  -H "Authorization: Bearer $RUNAPI_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 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.imageToVideo.run({
    model: "wan-2.2-a14b-image-to-video-turbo",
    image_url: "https://cdn.runapi.ai/public/samples/image.jpg",
    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.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 5-second video of a cat jumping onto a bookshelf, natural indoor lighting, handheld camera feel."
)
@runapi.ai/wan v1
背景

Where Wan fits

Wan is Alibaba's full-spectrum video and image model suite, one of the most complete open-weight video families available. Through RunAPI, all Wan versions share a single key and unified billing.

Provider
Alibaba
Modality
Video
RUNAPI を選ぶ理由

Why use Wan through RunAPI

One API key

Use the same credentials across models and providers.

Agent-ready

Installable skills include docs and schema for tool calls.

Predictable billing

Usage-based pricing is visible before you call.

FAQ

Frequently asked questions

How do I call this model?

Use the RunAPI SDK, CLI, or REST endpoint shown on this page.

Do failed generations cost money?

失敗した生成は課金されません

Can agents use it directly?

Yes. Install the model skill and your agent gets the docs, schema, and examples.

今すぐ開始

Start building with Wan.