Best open-source AI video and image models in 2026

By the Infer teamUpdated

Wan 2.2 T2V-A14B is the best all-around open-source pick for video: a genuine Apache 2.0 license, a fine-tuning base teams actually use, and a hosted option on Infer at $0.13/second if self-hosting isn't worth the GPU bill. SAM 3.1 leads segmentation, and it's the primitive under most "remove the background" and "isolate this object" pipelines running today. LTX-2 and its LTX-2.3 refresh post the highest Elo of anything open-weights on Infer's own leaderboard, but the license is revenue-gated rather than truly free past $10M ARR, and neither has a tryinfer.com catalog page yet. FLUX.2 rounds out the image side: Klein is Apache 2.0 and small enough to self-host on a single consumer GPU, Dev is bigger and better but needs a commercial license from Black Forest Labs before you ship it.

Ranked comparison table

1Wan 2.2 T2V-A14BAlibabaOpen-weights video, fine-tuning base$0.13/sec on Infer, or free self-hosted1080p typical clips, 14B paramsNot on Infer's Elo-tracked table; "#1 open-weights leaderboard" (Q4 2025, per Infer copy)Apache 2.0
2LTX-2.3 / LTX-2 ProLightricksHighest-quality open audio+video weightsNot hosted on Infer; self-host or Lightricks licenseNative 4K @ 50fps, up to 20s with synced audio (LTX-2 base spec)#11 (LTX-2 Pro, 1129), #12 (LTX-2.3 Fast, 1121) on Infer's 2026-04-30 snapshotFree under $10M ARR; commercial license required above it
3SAM 3.1

If you're building for this, here's the model

  • A fine-tuning base for a custom motion style, and you want to redistribute the result freely: Wan 2.2 T2V-A14B. Apache 2.0 carries no field-of-use restrictions, which none of the other three models here can say cleanly.
  • The highest raw quality ceiling among open-weights video, and your company is under $10M ARR: LTX-2.3, still inside Lightricks' free commercial tier.
  • Background removal or object isolation at scale: SAM 3.1, but budget the $0.01/image rate rather than the $0.002 figure until Infer reconciles the discrepancy.
  • A small image model you can run on a single consumer GPU with no licensing call to make: FLUX.2 [klein], the only model on this page where "open source" and "Apache 2.0" mean the same thing without an asterisk.
  • A defense, weapons, or export-controlled use case touching image or video segmentation: none of these four. SAM 3.1's license explicitly carves that out, and it's the kind of clause worth reading before a procurement conversation goes further.

Wan 2.2 T2V-A14B: the cleanest open-source video license

Wan 2.2 T2V-A14B is Alibaba's 14B-parameter text-to-video model, and its GitHub license file says exactly what it is: Apache 2.0, full stop, with no revenue threshold and no field-of-use carve-out. That makes it the one model on this list a legal team can clear in an afternoon. Infer positions it as a fine-tuning base for cost-sensitive prototyping and on-prem deployment, and it's hosted at $0.13/second if the self-hosting math doesn't pencil out for a given team.

The honest flaw is that Wan 2.2 isn't the frontier of its own family anymore. Alibaba has already shipped Wan 2.6 and moved Wan 2.7 into rollout, and it's Wan 2.6 that shows up on Infer's own leaderboard (rank 10, 1189 Elo), not the 2.2 version this page covers. Infer's own comparative copy puts Wan 2.2 at roughly 85% of Hailuo 02 Pro's quality, so the honest read is: cleanest license on this page, not the sharpest output.

Run Wan 2.2 T2V-A14B on Infer →

LTX-2 / LTX-2.3: the highest ceiling, gated by revenue

LTX-2 was released as, in Lightricks' own words, the first production-ready model combining open audio and video generation with native 4K output. Its Elo backs that up: on Infer's own 2026-04-30 snapshot, LTX-2 Pro (1129) and LTX-2.3 Fast (1121) rank 11th and 12th, ahead of nothing else open-weights on this page but genuinely close to Veo 3.1's 1208.

"Truly open" undersells the fine print, though. The release terms read: that's a revenue-gated license, not the no-strings Apache 2.0 grant the "open weights" framing implies for a company already past that threshold. LTX-2.3 is featured on Infer's homepage grid, but there's no catalog page to link, and so no CTA to give.

SAM 3.1: the segmentation primitive, with a license Infer mislabels

SAM 3.1 adds Object Multiplex to Meta's segmentation line: one prompt call segments many distinct subjects instead of one call per object, and it does it at roughly 0.4 seconds per frame. Three input modes ship today (click point, bounding box, coarse mask); text prompting is still on the roadmap, not live. That combination makes it the backbone of a lot of e-commerce background-removal and dataset-labeling pipelines that never mention Meta by name.

Infer's own model page calls the license Apache 2.0. The actual license Meta ships with the SAM 3 repository is not that: it's a custom SAM License, and it says exactly the kind of field-of-use restriction Apache 2.0 doesn't carry. Commercial use is broadly permitted under the same license, so most teams won't hit the carve-out, but "Apache 2.0" and "the SAM License" aren't interchangeable claims, and a team relying on Infer's copy alone would get the wrong answer if asked. Add the pricing page's own $0.002-vs-$0.01 discrepancy and SAM 3.1 is the model on this list most worth reading the source documents for, not just the marketing page.

Try SAM 3.1 in the Infer playground →

FLUX.2 [dev] and [klein]: two licenses, one model family

Black Forest Labs shipped FLUX.2 as a family, not a single release, and the two open-weight tiers land on opposite sides of the licensing line. FLUX.2 [klein] is described on BFL's own release post as a genuinely open-source Apache 2.0 model, size-distilled down to a scale that runs on a single consumer GPU. FLUX.2 [dev], the larger 32B model, ships its weights openly on Hugging Face but gates commercial use behind BFL's own licensing desk: the post says, in effect, download it freely and talk to BFL before shipping it in a product.

Neither tier is in Infer's catalog. Infer's live image lineup still runs FLUX 1.1 [pro] and FLUX.1 Kontext [pro], a generation behind FLUX.2, so there's no hosted price or CTA to give for either Dev or Klein; this is a self-host-or-license-direct pair, not an Infer-hosted one.

License table: what these licenses actually permit

"Open source" gets used loosely across this category. Here's what each license on this page actually grants, not what the marketing copy implies:

Apache License 2.0Commercial use, modification, redistribution, and sublicensing with no royalty; the only real obligation is keeping the copyright and license notice attached. No field-of-use restrictions.Wan 2.2 T2V-A14B, FLUX.2 [klein]
Meta's SAM LicenseBroad commercial use, but with explicit bans on military, weapons, espionage, and ITAR-restricted or sanctioned-entity use. Not equivalent to Apache 2.0 despite Infer's page describing it that way.SAM 3.1
Lightricks' LTX-2 release termsFree for research and for companies under $10M ARR; a paid commercial license is required above that threshold.LTX-2, LTX-2.3
BFL's FLUX.2 [dev] termsWeights downloadable without a gate, but commercial deployment requires contacting Black Forest Labs for a separate license.FLUX.2 [dev]

The self-hosting reality

Wan 2.2 is the only model here where self-hosting is a live financial question rather than a licensing one, and the math is unforgiving below a certain volume. A 720p render needs datacenter-class VRAM: an H100 PCIe at roughly $2.01/hour on-demand carries a tight enough margin that FP8 quantization is close to mandatory, while an H200 SXM at about $4.54/hour runs the same 720p, 10-second clips with real headroom. At the H100 rate, that's roughly the cost of 15 seconds of Infer's own $0.13/second hosted rate for every hour the card is rented, whether it's actively rendering or sitting between jobs. A queue that keeps the GPU busy for most of each rented hour is where owning the hardware starts to beat the API; anything sparser, and the hosted rate wins even before counting the engineering time to keep a GPU fleet healthy.

SAM 3.1's self-hosting case is milder since segmentation is far lighter than video diffusion, but the same logic applies in miniature: at $0.01/image, a self-hosted GPU only pulls ahead once labeling volume is high enough to keep it saturated, and idle GPU time has no equivalent to Infer's completed-generations-only billing.

How we ranked

Rank here weighs three things: how permissive the actual license is (not the marketing description of it), whether the model is hosted anywhere with a real price, and where a documented benchmark exists (Artificial Analysis Video Arena via Infer's leaderboard, 2026-04-30 snapshot). Where no confirmed number exists, we say so rather than inventing one. Infer hosts Wan 2.2 T2V-A14B and SAM 3.1, and neither one earns Infer a bigger cut than the other, so there's no incentive baked into this order; the license discrepancies flagged above came out of reading the actual license files, not out of favoring one provider's story over another's.

What didn't make the list

Seedream 4.0 and Nano Banana 2 are excluded on purpose: both are strong image models on Infer's catalog, but neither ships open weights, so they don't belong on an open-source ranking regardless of quality. HappyHorse-1.0/1.1 tops Infer's raw video Elo table at 1368, ahead of every model on this page, but it has no public API and no confirmed open-weights release, so there's nothing to self-host or license. Kling 3.0 Pro and Veo 3.1 remain the quality ceiling for video overall; they're proprietary, and they're covered on our full best AI video models ranking instead.

Frequently asked questions

Can I use these open-source AI models commercially without paying anyone?

Only some of them. Wan 2.2 T2V-A14B and FLUX.2 [klein] both ship under a genuine Apache 2.0 license, which permits commercial use, modification, and redistribution with no royalty. SAM 3.1's Infer page describes it as Apache 2.0, but Meta's own SAM 3 repository license is a custom 'SAM License' that adds field-of-use bans on military, weapons, and ITAR-restricted uses, so read that license directly before shipping SAM in a defense-adjacent product. LTX-2's weights are free to use commercially only for companies under $10M in annual recurring revenue; above that, Lightricks requires a separate commercial license. FLUX.2 [dev] is open-weight but gates commercial use behind a license request on Black Forest Labs' own site.

What's the cheapest way to run Wan 2.2 T2V-A14B?

Infer hosts it at $0.13/second with no infrastructure to manage. Self-hosting is free of per-call charges but not free of cost: 720p generation needs an H100-class GPU, and at roughly $2.01/hour for an H100 PCIe on-demand, that's about the cost of 15 seconds of Infer's hosted rate for every hour the card runs, whether or not it's rendering.

Which open-source model comes closest to Kling 3.0 Pro or Veo 3.1 quality?

By Infer's own leaderboard (Artificial Analysis Video Arena snapshot, 2026-04-30), nothing open-source touches them yet: Kling 3.0 1080p Pro sits at 1248 Elo and Veo 3.1 at 1208, while the highest-ranked open-weights entry on that same table, LTX-2 Pro, comes in at 1129 (LTX-2.3 Fast trails at 1121). Wan 2.2 T2V-A14B isn't on that tracked table at all — Infer's own copy calls it the '#1 open-weights leaderboard' entry from a separate Q4 2025 snapshot, a different measurement than the April 2026 one above, so the two claims shouldn't be blended.

Can I fine-tune SAM 3.1 or Wan 2.2 on my own data?

Yes, both are explicitly documented as fine-tunable open weights. Wan 2.2 T2V-A14B is positioned by Infer as a fine-tuning base for teams building custom motion styles. SAM 3.1 supports the same, though whatever you build inherits Meta's SAM License rather than a plain Apache 2.0 term, so check the redistribution clause before shipping a fine-tuned checkpoint downstream.

Why does SAM 3.1 show two different prices?

Infer's own SAM 3.1 page lists both $0.002/image and a '$0.01/image standard rate' without reconciling which applies by default. Budget for $0.01/image until Infer clarifies; a 10,000-image labeling batch is $20 at that rate versus $100 for a 50,000-image run, and it's cheap enough either way that the discrepancy matters more for invoice accuracy than for whether the job is affordable.

Is LTX-2 available on Infer?

LTX-2.3 is featured on Infer's homepage model grid, but it has no live tryinfer.com/models catalog page as of this writing, so there's no direct-integration price or CTA to give. It is self-hostable under Lightricks' own tiered license, and it's tracked on Infer's Artificial Analysis-sourced leaderboard (LTX-2 Pro #11 at 1129 Elo, LTX-2.3 Fast #12 at 1121 Elo).

Sources

Related reading