Wan 2.2: Alibaba’s Open-Source AI Video Model, Explained

Model5 min read

Wan 2.2 is Alibaba Tongyi Lab’s open-source AI video family, released under Apache 2.0 — free to download, self-host, and use commercially. It covers text-to-video, image-to-video, and a lighter text+image variant, with a Mixture-of-Experts design that pushes quality close to closed models. The catch is the same one all open weights carry: you supply the GPU, the pipeline, and the taste. Here is what Wan 2.2 actually ships, how to run it, and when the open route beats a directed platform.

Model

What is Wan 2.2?

Wan 2.2 is the July 2025 upgrade to Alibaba’s open-source Wan video family, from Tongyi Lab. It ships as downloadable weights on Hugging Face under an Apache 2.0 license, which means you can run it locally, deploy it on your own cloud, and ship commercial work with no per-generation fee. It is the leading candidate whenever the question is "best open-source AI video model" rather than "best model, full stop."

The release comes in three flavors: a 14B text-to-video model (T2V-A14B), a 14B image-to-video model (I2V-A14B), and a smaller 5B text+image-to-video model (TI2V-5B) that trades some quality for the ability to run on a single consumer GPU. Output tops out at 720p and 24fps in the open weights, with 1080p on the roadmap and via hosted endpoints. For a broader map of the open-weights field, see best open-source AI video models.

The MoE architecture: why quality jumped

Wan 2.2 is the first open video diffusion model to bring a Mixture-of-Experts design to the denoising loop. The A14B models carry two 14B experts — 27B parameters on disk — but only 14B are active per step, so GPU cost stays close to a single-expert model. A high-noise expert handles the early stages (layout, composition, motion), then a low-noise expert takes over to refine detail, lighting, contrast and color. Splitting the job this way is where the visible jump over Wan 2.1 comes from.

VariantParamsTaskMin GPU (720p)
T2V-A14B27B (14B active)Text-to-video~48GB (A6000) unquantized
I2V-A14B27B (14B active)Image-to-video~48GB unquantized
TI2V-5B5BText+image-to-video24GB (RTX 4090)
A14B + GGUF14B activeT2V / I2V, quantized12–16GB with offload

The headline for solo creators is the 5B variant on a 24GB card — an RTX 4090 runs it. The 14B models want a 48GB A6000 at 720p unquantized, but GGUF quantization plus text-encoder offload drops that to 12–16GB at the cost of some fidelity and speed.

What Wan 2.2 is good at

  • Strong motion and camera control. The upgraded animation control adds camera trajectories — pans, zooms, focus pulls — plus subject locking and background stabilization for steadier tracking shots.
  • Bilingual prompts and in-frame text. English and Chinese prompts both work, and the model renders readable text inside the frame better than most open weights.
  • Image-to-video with real fidelity. The I2V model animates a still while holding its look, which makes it a genuine tool for turning a hero image into a moving shot.
  • Speech-to-video (Wan 2.2-S2V). A companion model turns a portrait photo plus an audio clip into a talking, singing avatar — the open-weights answer to hosted talking-avatar tools.
  • Zero marginal cost. Once the GPU is paid for, every generation is free. For high-volume B-roll and experimentation, that math is hard to beat.

Wan 2.2 versus the field

ModelBest atWatch-out
Wan 2.2Free/open, self-hostable, commercial-safe license720p ceiling in open weights, you run the stack
Seedance 2.5Long 30s takes, native 4K, heavy reference controlClosed, credits
Veo 3.1Native audio, top-tier prompt comprehensionPremium pricing, closed
Kling 3Value, multi-shot subject consistencyClosed, shorter native takes
Hailuo H3Native audio, partially open, 2K15s max, not 4K

The honest read: Wan 2.2 does not top the closed leaderboard on resolution or clip length. Seedance and Veo out-resolve it and run longer. What Wan 2.2 wins is freedom — the weights are yours, the license is permissive, and there is no meter running. For teams that need control over the pipeline or want to fine-tune on their own data, that trade is the whole point.

The hosted escape hatch

Open weights hand you an engine and a manual. To ship consistent video you still assemble the ComfyUI graph, manage VRAM and quantization, tune samplers and schedulers, and re-type your entire look into every prompt — because the model has no memory of your last render. That is real work, and it is why most teams eventually reach for the hosted escape hatch: a directed platform that runs an open- or closed-model engine underneath but adds the craft on top.

On ReelWand, the B-Roll Factory agent carries a permanent style DNA — medium, lighting, grade and a quality bar — assembled into every request server-side. The brain never leaves the server, so your signature look cannot be copy-pasted out. Session memory means your next prompt iterates on the previous render inside a two-hour window instead of re-rolling from scratch, and a written brand rulebook is retrieved into each generation for consistency. Same generative power, none of the plumbing. For the deeper trade-off, read AI agents vs raw models for creators.

Open-model power inside a directed agent — style DNA and session memory included.

Generate B-roll without the GPU setup

Frequently asked questions

Is Wan 2.2 free?

Yes. Wan 2.2 is released under the Apache 2.0 license, so the weights are free to download, self-host, and use commercially with no per-generation fee. Your only cost is the GPU you run it on. Hosted platforms like ReelWand add a credit system on top, where video is priced above stills so experimentation stays affordable.

What GPU do I need to run Wan 2.2?

The 5B TI2V variant runs on a 24GB card such as an RTX 4090. The 14B A14B models want roughly a 48GB A6000 at 720p unquantized, though GGUF quantization plus text-encoder offload can bring that down to 12–16GB with some loss of fidelity and speed.

What resolution and length does Wan 2.2 output?

The open weights generate roughly 5-second clips at 480p or 720p, 24fps. 1080p is on the roadmap and available through some hosted endpoints, but is not the default in the downloadable models.

Wan 2.2 vs Seedance 2.5 — which is better?

Seedance 2.5 wins on raw output: native 4K, 30-second single-take clips, and heavy reference control, but it is closed and credit-based. Wan 2.2 wins on freedom: open Apache-2.0 weights you can self-host and fine-tune. Pick Seedance for top-end quality, Wan for control and zero marginal cost.

Can I use Wan 2.2 commercially?

Yes. The Apache 2.0 license explicitly permits commercial and research use. You can ship client work, products, and paid content built with Wan 2.2 without a license fee — you are responsible for the compute and the pipeline around it.

Try it live

Put it into practice

62 specialized visual agents, each carrying the craft this guide describes. Pick one and start rendering.

Try ReelWand

Read next