inclusionAI ships LLaDA2.2-flash diffusion LLM
A new Apache-2.0 mixture-of-experts model that generates text through diffusion rather than left-to-right decoding.
inclusionAI has released LLaDA2.2-flash, a text language model that pairs two of the more interesting ideas in current open-weights research: a diffusion-style generation process and a mixture-of-experts (MoE) architecture. The model is available now on Hugging Face under a permissive Apache-2.0 license.
Most large language models generate text autoregressively, predicting one token after another from left to right. Diffusion language models like the LLaDA line take a different route, iteratively refining a full sequence from a noised state toward coherent output. In principle that approach can offer more parallel, controllable generation, and it has become a notable alternative thread of research alongside the dominant transformer-decoder recipe.
Why it matters
The combination here is what stands out:
- A diffusion-based generation process rather than standard autoregressive decoding
- A mixture-of-experts design, which routes tokens to a subset of parameters to keep inference costs down relative to raw model size
- An Apache-2.0 license, allowing broad commercial and research use
As a "flash" variant, the model is positioned toward faster, more efficient inference within the LLaDA2.2 family. inclusionAI has not published detailed parameter counts, context length, or benchmark figures alongside this drop, so builders will want to test it against their own workloads before drawing conclusions.
For teams tracking the open-weights space, LLaDA2.2-flash is worth a look precisely because it sits outside the mainstream. Diffusion approaches remain relatively rare in shipping open models, and a permissively licensed MoE take gives researchers and developers a concrete artifact to probe. Full details and weights are on the model's Hugging Face page.
Sources
- Visit
inclusionAI/LLaDA2.2-flash
Hugging Face
More in Text / LLM
Xing4.0 arrives as a 29B MoE with 4B active params
inclusionAI's new text model uses a mixture-of-experts design to keep compute low while shipping under an Apache-2.0 license.
Agnes-3.0-Flash arrives as a multimodal reasoning model
The new release pairs vision-language understanding with a hybrid-attention design aimed at long-context reasoning.

InternLM's Atria Dawn Preview Targets Agentic Tasks
A new mixture-of-experts model trained on verified tool interactions arrives as an early preview under an MIT license.
0 comments
No comments yet. Be the first to weigh in.