Dark amber and cyan Wan 2.2 API cover: Alibaba video model family flowing through one unified key into an async task pipeline

If you searched for the “wan 2.2 api” because a colleague sent you a demo clip and you now need to know how to call it, the first thing to unlearn is that there is one API to find. Wan 2.2 is Alibaba’s open-source video-generation model family — an asynchronous REST service that handles text-to-video (T2V), image-to-video (I2V), and speech-to-video (S2V) jobs — and it is served by many providers, each with its own model IDs, billing units, and request shapes. What you call depends on which route you pick.

This guide is current as of August 7, 2026. It maps the model family to the API names you will actually type, compares per-second pricing across routes in one unit, shows a working wan2.2-i2v-flash request with the full submit–poll–retrieve lifecycle, and covers the mistakes that cost real budget. We run Modellix, an API aggregator that carries the Wan 2.2 family next to 210+ other image and video models behind one key, so we disclose the commercial interest up front — and the pricing below comes from the live pages, not from a brochure.

What “Wan 2.2 API” actually refers to

Wan 2.2 is a family of open-weights video models released by Alibaba’s Tongyi Lab (the Wan-AI team) on July 28, 2025, per the official Wan 2.2 repository and the release announcement. The architecture is a Mixture-of-Experts (MoE) design: 27 billion total parameters with roughly 14 billion active per denoising step, which is why the models stay competitive on cost. The announcement highlights three changes over Wan 2.1 — the MoE routing, curated cinematic-style training data, and a +65.6% larger image set and +83.2% larger video set for training — and benchmarks the family on its own Wan-Bench 2.0 evaluation against leading closed models.

Two facts shape every integration decision:

  1. The weights are open, not the API. The models are downloadable from Hugging Face under an Apache 2.0 license, but “the Wan 2.2 API” is never one official endpoint. Alibaba Cloud serves the models through Model Studio, and independent providers (Together AI, fal.ai, Replicate, KIE.ai, Modellix, and others) host their own endpoints with their own pricing.
  2. The job is asynchronous. Video generation runs in seconds to minutes, so every provider uses the same submit-a-task, poll-for-status, retrieve-the-result pattern. The differences are in the details: which fields are required, how you poll, and what the billable unit is.

Because of that, “wan 2.2 api” is really a family of questions — which model variant, which provider, which price, which request schema. The rest of this guide answers them in that order.

The Wan 2.2 model family: mapping names to routes

The family has five open-weights members plus a fast API tier, and each one appears under a different name depending on where you call it. This table is the mapping you need, built from the official repository’s model list and the Hugging Face model pages:

Model Open-weights name What it does Typical API route name
T2V A14B Wan2.2-T2V-A14B Text-to-video, 480P/720P Wan-AI/Wan2.2-T2V-A14B (Together), wan2.2-t2v-plus (Modellix)
I2V A14B Wan2.2-I2V-A14B Image-to-video, 480P/720P Wan-AI/Wan2.2-I2V-A14B, wan2.2-i2v-plus
TI2V 5B Wan2.2-TI2V-5B T2V + I2V in one model, 720P@24fps, 16×16×4 VAE compression, runs on consumer GPUs often a self-host or ComfyUI path
S2V 14B Wan2.2-S2V-14B Speech-to-video (audio-driven, added Aug 26, 2025) wan2.2-s2v variants
Animate 14B Wan2.2-Animate-14B Character animation and replacement (added Sep 19, 2025) wan2.2-animate-*
Flash tier not open-weights Fast, cheap API generation (Alibaba Cloud Model Studio’s wan2.2-t2v-flash / wan2.2-i2v-flash) wan2.2-i2v-flash (Modellix)
Wan 2.2 model family diagram: five open-weights members and the Flash API tier feeding through hosted routes into one unified key

Wan 2.2 as of August 7, 2026: the open-weights family (T2V-A14B, I2V-A14B, TI2V-5B, S2V-14B, Animate-14B) plus the Flash API tier, each reachable through multiple hosted routes — or through one unified key.

Two naming traps follow from this table. First, the open-weights name (Wan2.2-T2V-A14B) is not a valid API model ID on most platforms — you usually need the platform’s own route name. Second, the Flash tier is a distinct product from the open-weights models: it is Alibaba Cloud’s optimized API generation tier (billed cheaply per second), not another set of downloadable weights. When a provider page says “Wan 2.2 Fast” or “Flash,” it is serving this tier, and the Alibaba Cloud Model Studio pricing page is the reference for the hosted tier’s own rates. On the capability side, the A14B models respond to explicit camera-movement language in prompts and preserve a source image’s style on I2V routes — the combination that made the family a default for brand-consistent animation. On the spec side, the TI2V-5B member pairs 720P output at 24fps with 16×16×4 VAE compression and runs on consumer GPUs — the numbers on the model card that made it the self-host path of choice. If you prefer to run the weights yourself instead of calling an API, the community path is ComfyUI, whose official Wan 2.2 workflows are linked from the repository.

If you are deciding between generations rather than within them, note that the family has moved on: Wan 2.7 is the current flagship with thinking mode and native audio, and Wan 2.2 remains the cheaper, faster baseline for short clips. The model IDs in this guide stay valid and maintained for backward compatibility, but they are no longer recommended for new integrations — on Modellix’s live model pages and API reference, the Wan 2.2 Flash and Plus routes carry a legacy label, and the routing note points new projects to Wan 2.7.

Wan 2.2 or Wan 2.7? If you are starting a new project, choose Wan 2.7 — it is the flagship, and it is where the legacy labels point new integrations. Choose Wan 2.2 if you are on a tight budget, only need short clips, or are maintaining an existing Wan 2.2 pipeline: budget-conscious Wan 2.2 AI video generation is exactly what this guide covers, and the model IDs and prices below stay accurate for it.

What Wan 2.2 API calls actually cost

Prices move, so treat every number here as a snapshot taken from the live pages on August 7, 2026. If your search was specifically about wan 2.2 api pricing, the table is the direct answer — but read the billing-unit warning right after it, because that is where most budget forecasts go wrong. The single most important habit is to compare the same billing unit. On the Modellix routes the unit is per second; on Together AI’s page it is per video; on some packages it is per point or per task. A “cheaper” headline number often just means a different unit.

Route Model Billing unit Price (Aug 7, 2026)
Modellix wan2.2-i2v-flash per second $0.0008 (480P) · $0.0216 (720P/1080P)
Modellix wan2.2-t2v-plus per second $0.0116 (832×480-class) · $0.0583 (1080p-class)
Together AI Wan-AI/Wan2.2-T2V-A14B per video $0.66 per video (model page)

Sources: Modellix Wan 2.2 I2V Flash model page, Modellix Wan 2.2 T2V Plus model page, and Together AI’s Wan 2.2 T2V page, all accessed August 7, 2026. Route availability and prices change; re-check before budgeting.

Reading this table correctly takes two extra steps. First, convert units before comparing: a 5-second clip on the flash route at 720P costs about $0.108 on Modellix, while Together’s per-video number already bundles duration — you can only compare once both are expressed the same way. Second, resolution is the biggest lever in the per-second world. On wan2.2-i2v-flash the tiers line up like this:

Resolution $/sec What it is for
480P $0.0008 Thumbnails, storyboards, draft tests
720P $0.0216 Standard social clips — a 27× jump from 480P
1080P $0.0216 Same price as 720P on this route — only if you can measure the difference

If your use case is thumbnails or storyboarding, price the 480P tier before assuming you need full resolution. And note the 1080P tier costs the same as 720P on this route — pay for it only if you can measure the quality difference in your own outputs, because resolution is the largest single line item on a video API bill.

For a cross-model view of where Wan 2.2 sits in the market, our 2026 video API benchmark batch tested generation speed and price across providers; within the Wan family, Wan 2.2 is the budget workhorse and Wan 2.7 the premium step up.

Provider-specific APIs vs one unified key

Once you know the model and the price, the routing decision is: call a single provider directly, or call an aggregator that fronts many providers behind one key.

Direct provider route. You pick one host (Alibaba Cloud Model Studio, Together AI, fal.ai, or another), read its docs, and call its endpoint with its key. You get one API contract to learn, and you can negotiate or optimize with that vendor. The cost is fragmentation: the next model you want (Seedance, Kling, Veo, a different Wan version) lives on a different provider with a different key, a different billing system, and a different async schema. A team building a video pipeline that mixes models ends up maintaining several integrations side by side.

Unified key route. An aggregator such as Modellix exposes the same Wan 2.2 routes — and 210+ other image and video models — behind one API key, one billing relationship, and one submit–poll–retrieve contract. Your integration code no longer changes when you swap wan2.2-i2v-flash for seedance-2-0 or for a newer Wan version; only the model ID in the request body changes. Some aggregators also serve OpenAI-compatible endpoints, which lets you reuse existing HTTP clients.

The trade-off is real: you depend on the aggregator’s availability and markup, and you should verify that the exact model, resolution, and billing unit you need exist before committing. This is not a claim that Modellix is the cheapest way to call Wan 2.2 — on specific tiers and resolutions a direct route can undercut us, and the honest way to choose is to price your exact workload on both paths.

For teams already comparing across the Chinese video-model ecosystem, the same argument applies to other Alibaba models: Seedance 2.0 API and the broader image-to-video API landscape sit behind the same unified key.

Calling wan2.2-i2v-flash through the Modellix API

One disclosure before the code, because it decides which route you should call. As of August 2026, Modellix and Alibaba Cloud maintain wan2.2-i2v-flash and wan2.2-t2v-plus for backward compatibility, and both are labeled legacy on the live model pages: the Wan 2.2 I2V Flash API reference explicitly says “Do NOT use this for new creations” and routes new integrations to Wan 2.7 I2V. If you are starting a new project, use the Wan 2.7 guide instead; if you maintain an existing Wan 2.2 pipeline, this contract is exactly what you need.

The Flash tier is the cheap, fast image-to-video route and the exact model ID from the planning long-tails — for existing Wan 2.2 integrations, it is the one most readers will call first. If you came here for the wan 2.2 i2v api or the wan 2.2 t2v api specifically, both live under the same endpoint pattern: the i2v route requires a first-frame image, the t2v route needs only a prompt. Here is the complete flow against the Modellix API, verified from the API reference on August 7, 2026.

Step 1 — submit the job. POST to the async endpoint with your image URL. img_url is the only required field:

1
2
3
4
5
6
7
8
9
curl --request POST \
--url https://api.modellix.ai/api/v1/alibaba/wan2.2-i2v-flash \
--header 'Authorization: Bearer $MODELIX_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"img_url": "https://example.com/first-frame.jpg",
"prompt": "A white cat in sunglasses surfing, slow tracking shot, golden hour",
"resolution": "720P"
}'

The response returns a task reference, not the video:

1
2
3
4
5
6
7
8
9
10
11
12
13
{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-abc123",
"model_id": "model-123",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-abc123"
}
}
}

Step 2 — poll until the task completes. The get_result.url is your polling endpoint. Poll it with the same bearer token; a completed task returns the video URL in the result payload.

Step 3 — retrieve the output. Download the returned video URL and verify the duration and resolution against what you paid for.

The text-to-video sibling carries the same legacy label and works identically: wan2.2-t2v-plus accepts a prompt (required), negative_prompt, prompt_extend, seed, and size, and the T2V Plus API reference documents the same async response shape — its routing note likewise points new integrations to Wan 2.7 T2V. Full parameter contract for the I2V Flash route:

Parameter Type Required Notes
img_url string Yes First frame; HTTP/HTTPS URL or base64
prompt string No Motion and style guidance
negative_prompt string No What to avoid in output
prompt_extend boolean No Auto-enhance the prompt (default false)
resolution string No 480P, 720P, or 1080P
seed integer No Reproducibility; -1 for random
Async task lifecycle diagram: POST /async returns task_id, then polling the get_result URL until status completes, then retrieving the video URL

The submit–poll–retrieve lifecycle every Wan 2.2 provider uses. On Modellix the polling URL is returned in the submit response, so no path guessing is required.

Because the lifecycle is identical across the family, switching from I2V Flash to T2V Plus or to another provider’s Wan route is a change to the endpoint and body fields — not to your polling logic. That stability is the practical value of a unified key: one polling loop, many models.

Integration mistakes that cost time and budget

These are the errors that show up repeatedly in real integrations, and all of them are avoidable once you know the shape of the API.

  • Using the open-weights name as the API model ID. Wan2.2-I2V-A14B is a Hugging Face repo name, not a valid model ID on most hosts. Check the platform’s route list first; Modellix uses names like wan2.2-i2v-flash.
  • Assuming a synchronous response. Video jobs take seconds to minutes. If your client times out on the POST, the job may still be running server-side — poll the task endpoint instead of retrying the submit blindly, or you will pay for duplicate generations.
  • Comparing prices without converting the unit. Per-second, per-video, and per-point figures are not comparable directly. Convert everything to cost-per-minute or cost-per-usable-clip for your own workload.
  • Ignoring the resolution multiplier. On wan2.2-i2v-flash, 720P costs 27× the 480P rate. Defaulting to 720P for draft work is the fastest way to inflate a bill.
  • Expecting a free tier. Wan 2.2 video generation is paid on every major host; “free” offers from third parties are trial credits with quotas. Budget for the pay-as-you-go rate from day one.
  • Forgetting prompt_extend is opt-in. It defaults to false. If a prompt comes back more literal than you expected, that flag — not the model — is usually the cause.

FAQ

What is the Wan 2.2 API?

It is the asynchronous REST service that exposes Alibaba’s Wan 2.2 video model family — text-to-video, image-to-video, and speech-to-video jobs submitted over HTTP and polled to completion. There is no single official endpoint: the open-weights models are hosted by Alibaba Cloud Model Studio and many independent providers, each with its own API.

How much does the Wan 2.2 API cost?

As of August 7, 2026, Modellix lists wan2.2-i2v-flash at $0.0008/sec for 480P and $0.0216/sec for 720P/1080P, and wan2.2-t2v-plus at $0.0116–$0.0583/sec depending on output size. Together AI lists its T2V A14B endpoint at $0.66 per video. Compare per-second, per-video, and per-point figures only after converting to the same unit.

What is wan2.2-i2v-flash?

It is the image-to-video model ID of Wan 2.2’s Flash tier — Alibaba Cloud’s fast, low-cost API generation variant. On Modellix the route is alibaba/wan2.2-i2v-flash, billed per second, taking a first-frame image URL plus an optional prompt. As of August 2026 it is a legacy model: the live model page and API reference label it for backward compatibility only and route new integrations to Wan 2.7 I2V, so use it for existing Wan 2.2 pipelines and start new projects with the Wan 2.7 guide instead.

Is Wan 2.2 open source?

The Wan 2.2 open-weights models (T2V-A14B, I2V-A14B, TI2V-5B, S2V-14B, Animate-14B) are released under the Apache 2.0 license on Hugging Face. The Flash tier is a hosted API product, not a set of downloadable weights.

How long does a Wan 2.2 video take?

Generation time depends on model and resolution — the 5B model runs on consumer GPUs in minutes, while A14B-class generation is faster on hosted infrastructure. Through an API you submit asynchronously and poll; there is no blocking wait.

Is the Wan 2.2 API free?

No. Wan 2.2 video generation is paid on every major host as of August 2026; “free” offers from third parties are trial credits with quotas. Budget for the pay-as-you-go rate from day one.

Can I use Wan 2.2 Animate through an API?

Yes — Wan 2.2 Animate (character animation and replacement, released September 2025) is available through providers that host it; on Modellix the wan2.2-animate-* routes are listed under the Alibaba provider. Note it is a character animation and replacement model, not a text-to-video one.

Provider details and pricing reflect public information as of August 7, 2026, and change frequently. Validate against each provider’s live pricing before committing budget. Access image and video models, including the leading Chinese models, through a single API key at modellix.ai — and check the Alibaba provider hub for the full Wan route list.