Qwen

Qwen / Alibaba

wan-2.2

Wan 2.2

Wan 2.2 is available after commercial review or workspace setup.

Model detailAccess reviewGenerative diffusion stack

Params

14B

Context

N/A

Max Output

N/A

License

Apache-2.0

API Surface

/v1/videos

Access

Access review

Why pick it

  • Access is enabled only after workspace setup or commercial review.
  • Pricing appears only when verified by the live service catalog.

Pricing

TierPublicCachedNote
Realtime$0.08 / clipN/ACurrent published price
Batch$0.08 / clipN/APublished batch rates appear here when available
Current pricing synced from the BatchIn catalog.

Quick start

This model is not yet open for public testing. Contact the team for the right access path.

Python
import requests

resp = requests.post(
    "https://api.batchin.tech/v1/videos",
    headers={"Authorization": "Bearer BATCHIN_API_KEY"},
    json={
        "model": "wan-2.2",
        "prompt": "A tracking shot through a futuristic city",
        "duration": 5
    },
    timeout=60,
)

print(resp.json())
JavaScript
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: "wan-2.2",
    prompt: "A tracking shot through a futuristic city",
    duration: 5,
  }),
});

console.log(await resp.json());
cURL
curl https://api.batchin.tech/v1/videos \  -H "Authorization: Bearer ***" \  -H "Content-Type: application/json" \  -d '{
    "model": "wan-2.2",
    "prompt": "A tracking shot through a futuristic city",
    "duration": 5
  }'

Specs

Architecture

Generative diffusion stack

Vendor

Qwen / Alibaba

Context window

N/A

Max output

N/A

Best for

qwen
request-access

Related models

Back to model center