---
title: "Wan API — All variants, pricing, code samples | RunAPI"
url: "https://runapi.ai/models/wan.md"
canonical: "https://runapi.ai/models/wan.md"
locale: "en"
model: "Wan"
provider: "Alibaba"
modality: "video"
variant_count: 18
price_from_cents: 5
---

# Wan

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

**Provider:** Alibaba
**Modality:** Video
**Catalog:** 18 variants

Wan is Alibaba&#39;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.

## Variants

| Version | Variant | Pricing | Billing | URL |
|---|---|---|---|---|
| wan-2.2-a14b-image-to-video-turbo | `2.2-a14b-image-to-video-turbo` | $0.400 | call | https://runapi.ai/models/wan/2.2-a14b-image-to-video-turbo.md |
| wan-2.2-a14b-speech-to-video-turbo | `2.2-a14b-speech-to-video-turbo` | $0.240 | second | https://runapi.ai/models/wan/2.2-a14b-speech-to-video-turbo.md |
| wan-2.2-a14b-text-to-video-turbo | `2.2-a14b-text-to-video-turbo` | $0.400 | call | https://runapi.ai/models/wan/2.2-a14b-text-to-video-turbo.md |
| wan-2.2-animate-move | `2.2-animate-move` | $0.130 | second | https://runapi.ai/models/wan/2.2-animate-move.md |
| wan-2.2-animate-replace | `2.2-animate-replace` | $0.130 | second | https://runapi.ai/models/wan/2.2-animate-replace.md |
| wan-2.5-image-to-video | `2.5-image-to-video` | $0.120 | second | https://runapi.ai/models/wan/2.5-image-to-video.md |
| wan-2.5-text-to-video | `2.5-text-to-video` | $0.120 | second | https://runapi.ai/models/wan/2.5-text-to-video.md |
| wan-2.6-flash-image-to-video | `2.6-flash-image-to-video` | $0.300 | call | https://runapi.ai/models/wan/2.6-flash-image-to-video.md |
| wan-2.6-flash-video-to-video | `2.6-flash-video-to-video` | $0.300 | call | https://runapi.ai/models/wan/2.6-flash-video-to-video.md |
| wan-2.6-image-to-video | `2.6-image-to-video` | $0.140 | second | https://runapi.ai/models/wan/2.6-image-to-video.md |
| wan-2.6-text-to-video | `2.6-text-to-video` | $0.140 | second | https://runapi.ai/models/wan/2.6-text-to-video.md |
| wan-2.6-video-to-video | `2.6-video-to-video` | $0.140 | second | https://runapi.ai/models/wan/2.6-video-to-video.md |
| wan-2.7-image | `2.7-image` | $0.050 | call | https://runapi.ai/models/wan/2.7-image.md |
| wan-2.7-image-pro | `2.7-image-pro` | $0.120 | call | https://runapi.ai/models/wan/2.7-image-pro.md |
| wan-2.7-image-to-video | `2.7-image-to-video` | $0.160 | second | https://runapi.ai/models/wan/2.7-image-to-video.md |
| wan-2.7-r2v | `2.7-r2v` | $0.160 | second | https://runapi.ai/models/wan/2.7-r2v.md |
| wan-2.7-text-to-video | `2.7-text-to-video` | $0.160 | second | https://runapi.ai/models/wan/2.7-text-to-video.md |
| wan-2.7-videoedit | `2.7-videoedit` | $0.160 | second | https://runapi.ai/models/wan/2.7-videoedit.md |


## Install

```sh
npm install @runapi.ai/wan
# or
gem install runapi-wan
```

## Quickstart

```sh
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", "prompt": "..." }'
```

## Context

Wan is Alibaba&#39;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.

## FAQ

### 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?

New accounts get free first calls on every model. After that, pay per call.

### 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.

### What about rate limits?

Per-key rate limits scale with usage tier. See pricing page for current limits.

### Where can I report issues?

Open an issue on the public GitHub repo or email support.

