Video Generation Modelwan3.0-video

Wan 3.0 Video

Flagship Video

Alibaba Wan 3.0 next-generation cinematic video generation model with photorealistic lighting, physics, and camera controls.

AvailableGenerative diffusion stackProprietary

Params

Wan 3.0

Context

Prompt & Keyframe

Max Output

1080p Video

API Surface/v1/videos

Capabilities & Performance

  • Cinematic 1080p video generation with prompt-accurate camera motion
  • Lowest upstream rate $0.044/second

Transparent Pricing

LanePublic RateCached
Realtime API$0.044 / secondN/A

Billed per job/second with automated failure refunds and verifiable cryptographic receipts.

100% OpenAI-Compatible Code

Drop-in API Examples

Python (OpenAI SDK)
import requests

resp = requests.post(
    "https://api.batchin.tech/v1/videos",
    headers={"Authorization": "Bearer $BATCHIN_API_KEY"},
    json={
        "model": "wan3.0-video",
        "prompt": "Cinematic aerial tracking shot over a coastal metropolis at dusk",
        "duration_seconds": 5
    },
    timeout=60,
)

print(resp.json())
JavaScript / Node.js
const resp = await fetch("https://api.batchin.tech/v1/videos", {
  method: "POST",
  headers: {
    Authorization: "Bearer " + process.env.BATCHIN_API_KEY,
    "Content-Type": "application/json",
  },
  body: JSON.stringify({
    model: "wan3.0-video",
    prompt: "Cinematic aerial tracking shot over a coastal metropolis at dusk",
    duration_seconds: 5,
  }),
});

console.log(await resp.json());
cURL / Shell
curl https://api.batchin.tech/v1/videos \
  -H "Authorization: Bearer $BATCHIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "wan3.0-video",
    "prompt": "Cinematic aerial tracking shot over a coastal metropolis at dusk",
    "duration_seconds": 5
  }'

Related Next-Gen Models

View all models →
seedance2.5-huoshanByteDance

Seedance 2.5 Huoshan

Official Huoshan direct enterprise channel for Seedance 2.5 with guaranteed compute rendering queues and zero concurrency drops.

kling-v3Kling

Kling v3

Kuaishou Kling v3 video generation model featuring complex physics simulation and fluid real-world mechanics.

deepseek-v4-proDeepSeek

DeepSeek V4 Pro

DeepSeek next-gen MoE reasoning flagship for complex architectural design, autonomous coding loops, and math proofs.