# MiniMax H3: open weights, four excluded countries, zero benchmarks

> Satyajit Ghana — Head of Engineering @ Inkers Technology
> canonical: https://ai.thesatyajit.com/articles/minimax-h3
> date: 2026-08-03
> tags: licensing, open-source, multimodal, video-generation, explainer
MiniMax [announced H3](https://www.minimax.io/blog/minimax-h3) on July 31, 2026 and put weights on Hugging Face two days later — an omni-modal system that takes text, image, video, or audio in and produces video with native stereo audio out, up to 2K resolution, 15 seconds, 24 FPS. The architecture underneath is a real, disclosed piece of engineering: an encoder built on the **full pretrained weights of Qwen3-VL-32B**, sampled from its 50th layer, feeding a **33B-parameter dense Omni-Transformer** with no modality-specific attention or feed-forward blocks — only the input/output layers and a set of AdaLN branches (about 13B of the 33B) are modality-specific.

I'm not writing about the capability, though. I'm writing about what shipped alongside it, because the license and the evidence base are the actual story here.

## The license

MiniMax H3's weights carry the **MiniMax H3 Community License Agreement**, and its territorial scope is precise enough to quote directly. The license grants use across the "Applicable Territory," defined as worldwide **excluding** the "Excluded Territories" — and the Excluded Territories are named explicitly: **the European Union, the United Kingdom, the Republic of Korea, and the United States of America.**

<TerritoryChecker />

That is a different thing from a normal open-weight release. Apache-2.0 and MIT — the licenses this site's other open-weight coverage almost always carries — don't have a geography clause at all. This one draws the line at specific jurisdictions, and the four it picks are, not coincidentally, four of the jurisdictions with the most developed AI-regulatory frameworks in the world. There's a second condition stacked on top for everywhere else: commercial deployments need "separate, prior written authorization" once they clear **$20 million/year** in revenue, plus a requirement to "prominently display 'MiniMax H3'" on the interface of anything built with it.

<Figure
  src="/articles/minimax-h3/fig1.png"
  alt="Three-stage diagram of the MiniMax H3 system: Context Understanding (raw multimodal instructions into H3-Context-IR, producing a structured context representation), Base Generation (H3-Base producing 768p video), and High-Resolution Regeneration (H3-Regenerate-2K producing 2K video), with a context-guidance feedback line from the structured representation into the regeneration stage."
  caption="MiniMax H3's three-module pipeline (MiniMax H3 model card, HF). Only the middle module, H3-Base, ships as open weights — H3-Context-IR and H3-Regenerate-2K are hosted-API-only."
/>

That figure matters for the licensing question too: even inside the "open" release, two of the three modules the diagram shows aren't open at all. H3-Context-IR — which the README calls "critical to the quality of the final output" — and H3-Regenerate-2K, the 2K upsampling stage, are both hosted services you call MiniMax's API for. What's actually downloadable is the middle box, in two task-specific checkpoints (text/first-last-frame→video and reference→video), both CFG-distilled BF16. Native sparse attention, used in the final training stage, is withheld from this release as well.

## The benchmark that isn't there

I looked for a number to weigh the license against and didn't find one. There is no VBench score, no Elo comparison, no named baseline model anywhere in the blog post or the Hugging Face card. The one performance claim in the entire release is pricing, and even that has no dollar figure attached: *"At 2K, H3's per-second price is less than a third of mainstream models, and at 768p, it's less than half the price of mainstream models' 720p."* Less than a third of what? Which mainstream models? The post doesn't say.

<Callout type="note">
To be precise about what's disclosed and what isn't: the architecture (encoder choice, layer sampled, transformer size, VAE compression ratios) is specific and checkable. The training data is not — "built entirely from real, natural data" is the only description given, with no token counts or dataset composition. The capability claims are entirely qualitative.
</Callout>

## The take

Put the two things next to each other: a model you may be legally barred from using depending on which of four major jurisdictions you're in, released with no numbers that would let you decide whether it's worth working around that restriction if you could. Neither fact is hidden — the license text is public and precise, and the absence of benchmarks is just an absence, not a false claim. But "open-source," used as freely as MiniMax uses it in the blog copy, is doing less work here than it usually does. A license with a four-jurisdiction carve-out and a revenue-gated authorization clause is a commercial license with a wide default grant, not a permissive one. Whether that's a reasonable posture for a company shipping an expensive-to-train omni-modal model is a separate question from whether it should be called "open" without the qualifier.

---

*Sources: the [MiniMax H3 blog post](https://www.minimax.io/blog/minimax-h3) and [Hugging Face model card](https://huggingface.co/MiniMaxAI/MiniMax-H3) (MiniMax, July–August 2026), including the license file's Excluded Territories clause. The figure is MiniMax's own system-overview diagram; the territory checker is my own illustration of the license's geographic scope, not a legal opinion.*
