Generative video has long run on an assumed tradeoff: a higher-quality model must be slower at inference. On August 27, inference platform fal challenged that assumption head-on with H3 Max, a post-trained version of MiniMax's open-weight H3 model. It generates a 5-second video in roughly 3 seconds — about 35x the throughput of the official MiniMax H3 endpoint — while ranking #1 in overall quality, prompt understanding, and aesthetics in fal's human preference evaluations (fal blog).

Not a distillation copy, but model-and-inference co-design

The fal team started from the open-weights MiniMax H3 and introduced substantial new data during post-training, focused on prompt adherence and visual quality. According to fal's official X posts, a large portion of that post-training compute went to verifiable RL tasks. Unlike traditional step-distillation, which aims to match the base model, fal says it aimed for a better model at much faster speed — with the base model's core capabilities (unified multimodal context, natively synchronized audio and video) intact.

The inference side matters just as much. H3 Max's architecture was designed around fal's in-house inference engine — a team that has spent four years optimizing diffusion and generative-media workloads. Training and serving ran entirely on NVIDIA GB200 NVL72 systems, which fal says deliver up to 2x the per-chip performance of the previous-generation accelerators. Crucially, fal set a hard rule: common speedups such as reduced precision or fewer sampling steps only survived if the model still held its position in internal quality evaluations. Optimization and quality were treated as one problem, not two.

The leaderboard: two independent third parties agree

fal benchmarked H3 Max against twelve leading video models in head-to-head human preference studies — including the official MiniMax H3 endpoint, Gemini Omni Flash, Wan 3.0, Seedance 2.5, Kling 3, and Veo 3.1 — aggregated with Bayesian Elo ratings and 95% confidence intervals. H3 Max ranked #1 across all three dimensions and won the majority of matchups against every model tested.

The claim doesn't rest solely on fal's own evaluations. In independent benchmarks from Artificial Analysis and Design Arena, H3 Max also ranks #1 among video models. Design Arena's wording: "MiniMax H3 Max by fal delivers the quality of MiniMax H3 at more than 50x the speed," establishing what it calls a new speed–preference Pareto frontier. fal's own Pareto chart shows H3 Max generating in about 2.4 seconds while MiniMax H3 and Wan 3.0 take over a minute. The MiniMax H3 team also endorsed the work in fal's post, saying the two companies had "worked closely ... since day one."

Read the fine print: a 768p ceiling and a misleading name

Speed has a price. The third-party page Morphic notes that H3 Max is tuned for speed rather than maximum resolution — it stops at 768p where the original H3 reaches 2K — and covers only text-to-video and image-to-video, dropping the reference generation and editing endpoints that mix images, clips, and audio. The name itself deserves a caveat: it is easy to read "H3 Max" as an official MiniMax tier, but MiniMax has never announced a model by that name. It is fal's tuned edition, hosted exclusively on fal.

One more overlooked comparison: fal's own product FAQ states that the standard H3 on fal's stack runs about 15x faster than MiniMax's own inference. In other words, a large share of the 35x gain comes from post-training and model-system co-design — not merely from switching hosting providers.

So what

H3 Max matters beyond a single product launch. It validates the "second-order value" of open weights: by open-sourcing H3, MiniMax gained more than goodwill — infrastructure vendors like fal built a speed-quality combination on top that the official endpoint doesn't offer. The "quality must be slow" assumption now has counter-evidence; the right lens for model selection is no longer an isolated benchmark score but the frontier across quality, latency, and cost. The 50%-off first week signals that fal is chasing high-volume production workloads, not demos. As video generation moves toward interactive and high-volume production, "treat model research and inference optimization as the same problem" may well be the dividing line for the next generation of generative-media companies.