Skip to content

Wan 2.2 T2V A14B API

New

10s max · 720p / 1080p · Released Jul 28, 2025 · By Alibaba · Apache 2.0

Wan 2.2 T2V A14B costs $0.029 per second, against an official rate of $0.05 — 42% below official pricing. It is a Alibaba model under the Apache 2.0 licence, callable through an OpenAI-compatible endpoint with the model id `alibaba/wan-2.2-t2v-a14b`. This model is listed for reference and is not currently served by an upstream provider, so requests for it return no available channel.

Not currently available. No configured upstream serves this model, so a request for it returns no available channel. The rate below is what it will cost when it is enabled.

Input

$0.029/sec

$0.050/sec

Billing

per second

no per-job minimum

Savings

42%

off official

  • No markup
  • OpenAI SDK compatible
  • No minimum spend
  • Apache 2.0

The best open-weight text-to-video model available under a genuinely permissive license. Cinematic motion, reliable prompt adherence, Apache 2.0.

Copy this and go

The model id is already filled in. Nothing in this snippet needs editing except your key.

import requests

job = requests.post(
    "https://router.xark.io/api/v1/video/generations",
    headers={"Authorization": "Bearer YOUR_API_KEY"},
    json={
        "model": "alibaba/wan-2.2-t2v-a14b",
        "prompt": "a paper boat drifting down a rain-slicked street at night",
        "duration": 5,
        "resolution": "720p"
    }
).json()

print(job["id"], job["estimated_cost_usd"])   # ← cost known before it renders

Wan 2.2 T2V A14B pricing across providers

Rates as published by each provider. We update these when they change; if you spot one that's stale, tell us and we'll fix it.

ProviderInputOutput
AI Token Router$0.029/sec
Official (Alibaba)$0.050/sec
Replicate$0.062/sec
fal.ai$0.058/sec
OpenRouterNot offered

Other video models

Wan 2.2 T2V A14B questions

Every figure below is read from the same catalogue entry as the table above, so the two cannot disagree.

What does Wan 2.2 T2V A14B cost on AI Token Router, and what is the official rate?

Wan 2.2 T2V A14B is billed at $0.029 per second here, against Alibaba's official $0.050 — 42% below, or $0.021 per second back. There is no platform fee, no minimum spend and no per-job surcharge on top of that rate, and failed requests are not billed. The official figure is published next to ours because a discount with no stated benchmark is not a claim anyone can check.

Can I call Wan 2.2 T2V A14B right now?

No. Wan 2.2 T2V A14B is catalogued but not currently servable — no configured upstream provider carries it, so a request naming `alibaba/wan-2.2-t2v-a14b` returns `no available channel` instead of a result. The rate on this page is what it will cost once an upstream serves it, not something you can spend today. No video model in this catalogue is servable yet. What is callable today is Kimi K2.6, Kimi K3, GLM-5.2, DeepSeek V4 Pro, DeepSeek V4 Flash, Qwen-Image and Qwen3 Embedding 8B. 7 of the 24 catalogued models are callable, and every page says which it is.

Why is every Wan 2.2 T2V A14B generation billed at a fixed duration?

Because a flat price has to be exact rather than approximately right. The billing layer prices a video call as one flat amount per call and does not scale it with a request parameter, so a per-second model routed through it is either exact at a single fixed duration or wrong at every other one. Rather than charge a one-second request what a 10-second request costs, the endpoint accepts `duration` only at 5 seconds and refuses anything else before the request reaches the gateway. At $0.029/sec that makes one Wan 2.2 T2V A14B clip $0.1450, known before it renders. Variable-length billing is planned; until it ships, the quoted number is the charged number.

How do I generate a clip with Wan 2.2 T2V A14B?

Video generation is asynchronous rather than a chat call. POST to `https://router.xark.io/api/v1/video/generations` with `"model": "alibaba/wan-2.2-t2v-a14b"` and a prompt, using the same `Authorization: Bearer` header as every other endpoint, then poll the returned job id for the finished clip. The job response carries `estimated_cost_usd`, so the charge is known before the render starts rather than after it. The bare name `wan-2.2-t2v-a14b` and the URL slug `wan-2-2-t2v-a14b` resolve to the same model.

How long a clip can Wan 2.2 T2V A14B produce, and at what resolution?

Up to 10 seconds per clip, at 720p / 1080p. The longest in this catalogue is LTX-2.5 at 20 seconds. Note that the model's maximum and the billed duration are two different numbers during this rollout: generations run at a fixed 5 seconds so the quoted price is exact. Longer output than that comes from stitching clips, which bills as the number of calls you make.

What licence is Wan 2.2 T2V A14B under, and can I use it commercially?

Wan 2.2 T2V A14B is published by Alibaba under the Apache 2.0 licence. Apache 2.0 is a standard permissive licence: commercial use, modification and redistribution are allowed, subject to keeping the notices and stating what you changed. It also carries an explicit patent grant from the contributors, which terminates if you bring a patent claim over the work — that grant is usually the reason a legal team prefers it to MIT. No user threshold and no field-of-use restriction apply.

How does Wan 2.2 T2V A14B pricing here compare with other providers carrying it?

Of the 2 other providers we track carrying Wan 2.2 T2V A14B, the lowest is fal.ai at $0.058/sec, against our $0.029/sec. That is where the rates stood when we last reconciled them, and it can change without notice — we are not claiming to be the cheapest source for this model, only that our rate sits below Alibaba's official $0.050/sec. If you find one of these figures stale, tell us and we will correct it.

Start using Wan 2.2 T2V A14B today

$5 in free credits, no credit card required.