Wan 3.0 Video API

Wan 3.0 Video is Alibaba Cloud's all-in-one reference-based video generation model, supporting text-to-video, image-to-video, and reference-based generation up to 30 seconds long.
Output
$0.065–$0.26 / sec (by resolution)
Released
Aug 6, 2026

How to use Wan 3.0 Video API

Install any OpenAI-compatible SDK, point it at api.aimlapi.com/v1, and set the model to alibaba/wan3.0-video.
import requests

response = requests.post(
    "https://api.aimlapi.com/v2/video/generations",
    headers={
        "Authorization": "Bearer <YOUR_AIMLAPI_KEY>",
        "Content-Type": "application/json",
    },
    json={'model': 'alibaba/wan-3-0-video', 'prompt': 'Describe what you want the model to generate.', 'image_url': 'https://example.com/input.jpg', 'duration': 5},
)

print(response.json())
const response = await fetch('https://api.aimlapi.com/v2/video/generations', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer <YOUR_AIMLAPI_KEY>',
    'Content-Type': 'application/json',
  },
  body: JSON.stringify({
  "model": "alibaba/wan-3-0-video",
  "prompt": "Describe what you want the model to generate.",
  "image_url": "https://example.com/input.jpg",
  "duration": 5
}),
});

console.log(await response.json());
curl --request POST \
  --url 'https://api.aimlapi.com/v2/video/generations' \
  --header 'Authorization: Bearer <YOUR_AIMLAPI_KEY>' \
  --header 'Content-Type: application/json' \
  --data '{"model": "alibaba/wan-3-0-video", "prompt": "Describe what you want the model to generate.", "image_url": "https://example.com/input.jpg", "duration": 5}'

OpenAI-compatible — swap the base URL and it works with your existing SDK.

Wan 3.0 Video API Pricing

TypePrice
Output
$0.065–$0.26 / sec (by resolution)

480p $0.065/sec, 720p $0.13/sec, 1080p $0.26/sec.

Wan 3.0 Video vs other models

ModelInputOutputContextBest for
Wan 3.0 Video
This page
$0.065–$0.26 / sec (by resolution)
All-in-one video generation
$0.26 / sec (variable)
Video generation
$0.13 / sec (variable)
Video generation
$11.7 / 1M tokens
Video generation
$0.3944 / per second
Cinematic video + native audio

Start building with Wan 3.0 Video

Get API Key
1000+ models, one API.