Microsoft released Mage, a family of multimodal models capped at 4 billion parameters, and published the first checkpoints for its image branch, Mage-Flow, on Hugging Face. The companion vision-language model, Mage-VL, has not shipped yet; Microsoft lists it only as forthcoming. Together the two models mark a deliberate bet on small scale at a moment when most headline image and video systems measure their parameter counts in the tens of billions.
Mage-Flow covers two jobs, text-to-image generation and instruction-guided editing, and each ships in three checkpoints: a 30-step Base model, a 20-step version aligned with reinforcement learning, and a 4-step Turbo model distilled for speed. All six checkpoints, three for generation and three for editing, are live now on Hugging Face under an MIT license. Microsoft reports that on a single Nvidia A100 GPU at 1024 by 1024 resolution, the Turbo generation model produces an image in 0.59 seconds and the Turbo editing model completes an edit in 1.02 seconds.
The accompanying technical report, posted to arXiv as paper 2607.19064, attributes most of that speed to a new tokenizer called Mage-VAE. Microsoft says Mage-VAE reproduces images at roughly the same fidelity as the tokenizer inside Black Forest Labs’ FLUX.2 while needing on the order of 12 times fewer computations to encode a pixel and 22 times fewer to decode one. The company frames this as eliminating the resolution ceiling that typically forces diffusion tokenizers to shrink an image before generating it, and credits the same efficient design, combined with custom GPU kernels, for cutting its own training time per step from close to 1.93 seconds down to about 0.78 seconds.
Microsoft’s release claims the 4 billion parameter Mage-Flow matches or outperforms several substantially larger open-weight systems: Alibaba’s 20 billion parameter Qwen-Image, the 6 billion parameter Z-Image, Black Forest Labs’ 32 billion parameter FLUX.2, and the 20 billion parameter FireRed-Image-Edit. Every one of those comparisons comes from Microsoft’s own paper. The GitHub repository does not point to an external leaderboard, a shared eval harness, or a third party’s reproduction, so for now the size-versus-quality claim rests entirely on the team that built the model.
The detail that matters most to anyone who builds products sits beneath the benchmark table. Mage carries a permissive MIT license, the kind that ordinarily clears a model for commercial use. But the release also includes a Responsible AI section stating the models are meant for research settings under human oversight, not for building or operating a live product or service. A permissive license paired with a research-only use statement is a contradiction that a startup or an enterprise team cannot resolve by reading the README; it requires a conversation with legal before Mage-Flow ends up inside anything a customer touches.
Where Mage lands cleanly is a gap the largest labs rarely fill: a generative model small enough to fine-tune, retrain, or fully reproduce on hardware a university lab or a two-person startup can actually afford. Meta and Google publish open weights for their image and video systems, but reproducing the training runs behind them, let alone running new experiments on top of them, needs compute budgets closed to almost everyone outside a hyperscaler. Mage’s 4 billion parameter footprint, backed by a technical report that documents the training recipe, is aimed squarely at researchers and vertical-domain teams who want a real backbone to study, not a demo to admire.
The release also slots into Microsoft’s broader small-model strategy, the same instinct behind its Phi line of language models, now extended into image generation and editing. Researchers working on a narrow domain, medical imaging or industrial defect detection among them, can start fine-tuning today. Teams evaluating Mage-Flow for a customer-facing product should get Microsoft’s license terms and its Responsible AI restriction reconciled in writing before they build anything on top of it.
Released by Microsoft on July 21, 2026, in the Mage repository on GitHub.