LLaDA-MoE-7B-A1B

The first open-source sparse MoE diffusion language model — LLaDA-MoE-7B-A1B has 7B total parameters with only ~1.4B activated per token, pre-trained from scratch on ~20T tokens (Base / Instruct / Instruct-TD).

Overview

LLaDA-MoE is a new and upgraded series of the LLaDA diffusion language model family, released in the official LLaDA collection by inclusionAI. It is the first open-source Mixture-of-Experts (MoE) diffusion large language model, pre-trained from scratch on approximately 20 trillion tokens.

With 7B total parameters and only ~1.4B activated per token, LLaDA-MoE significantly reduces inference cost while outperforming open-source dense models of similar scale. It is particularly strong at code generation, advanced mathematical reasoning, and tool calling / agentic tasks.

Model Series

Model Description
LLaDA-MoE-7B-A1B-Base Base pre-trained model for research and secondary development
LLaDA-MoE-7B-A1B-Instruct Instruction-tuned model optimized for practical applications
LLaDA-MoE-7B-A1B-Instruct-TD Instruction-tuned variant with Trajectory Distillation for accelerated inference

Highlights

LLaDA-MoE-7B-A1B-Instruct against open-source dense and MoE baselines across general, code and math tasks. Source: model card.
Total vs. activated parameters and per-task scores. Source: model card.
Average and HumanEval tokens/s: dInfer on LLaDA-MoE variants vs. Fast-dLLM and a vLLM AR baseline. Source: model card.

Resources