Qwen

Qwen / Alibaba

wan2.1-t2v-14b

Wan 2.1 T2V 14B

Wan 2.1 T2V 14B is available after commercial review or workspace setup.

Model detailAccess reviewMoE Transformer

Params

N/A

Context

N/A

Max Output

N/A

License

Proprietary

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

This model does not currently show a published public price. Contact the team for access and pricing.
TierPublicCachedNote
RealtimeContact usContact usCurrent published price
BatchContact usContact usPublished batch rates appear here when available

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": "wan2.1-t2v-14b",
        "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: "wan2.1-t2v-14b",
    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": "wan2.1-t2v-14b",
    "prompt": "A tracking shot through a futuristic city",
    "duration": 5
  }'

Specs

Architecture

MoE Transformer

Vendor

Qwen / Alibaba

Context window

N/A

Max output

N/A

Best for

qwen
request-access

Related models

Back to model center