---
title: "Alibaba AI models — API access via RunAPI"
url: "https://runapi.ai/providers/alibaba.md"
canonical: "https://runapi.ai/providers/alibaba.md"
locale: "en"
provider: "Alibaba"
line_count: 3
variant_count: 21
---

# Alibaba

Wan video generation, Qwen image models, and Z Image — Alibaba&#39;s full creative AI stack.

Alibaba ships a comprehensive suite of creative AI models: Wan for video and image generation including text-to-video, image-to-video, and video editing; Qwen 2 for image generation and editing; and Z Image for ultra-fast photorealistic text-to-image.

## Models

- [Qwen 2](https://runapi.ai/models/qwen-2.md) — Image, 3 variants · from $0.040
- [Wan](https://runapi.ai/models/wan.md) — Video, 18 variants · from $0.050
- [Z Image](https://runapi.ai/models/z-image.md) — Image, 1 endpoints · from $0.010

## Variants

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

## Install

```sh
npm install @runapi.ai/<line>
```

## FAQ

### Is this an official %{provider} integration?

RunAPI exposes a managed API surface with transparent pricing, capability, and error behavior.

### Do I need a %{provider} account?

No — your RunAPI key is enough for managed access.

### What&#39;s the latency overhead from proxying?

Typically under 20 ms. RunAPI keeps the proxy layer close to model execution regions.

### Are images / videos cached?

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

### Can I bring my own key?

Not currently — calls use RunAPI-managed access.

