LLaDA2.X (GitHub Repo)

TLDR AI Models

Summary

Ant Group releases LLaDA2.X series of diffusion language models, scaling to 100B parameters with MoE architecture, open-sourcing weights and training code.

LLaDA2 diffusion language models for text generation and agent workflows.
Original Article
View Cached Full Text

Cached at: 07/28/26, 06:23 PM

inclusionAI/LLaDA2.X

Source: https://github.com/inclusionAI/LLaDA2.X

LLaDA2.X: A Series of Large Diffusion Language Models (from LLaDA2.0 to LLaDA2.2 and onwards…)

repo repo models models models tech report

🌟 What’s New

  • [2026/07] 🚀 We released LLaDA2.2: Enabling Agentic Diffusion Language Models via Levenshtein Editing!
  • [2026/02] We released LLaDA2.1: Speeding Up Text Diffusion via Token Editing!
  • [2025/11] We released LLaDA2.0, the first diffusion language model scaled to 100B parameters, featuring MoE architecture and exceptional performance.

Model Introduction

We are thrilled to introduce LLaDA2.0, a milestone series of discrete diffusion Large Language Models (dLLMs) from the Ant Group. The LLaDA2.0 family, featuring LLaDA2.0-mini (16B) and LLaDA2.0-flash (100B) with a Mixture-of-Experts (MoE) architecture, marks the first time diffusion models have been scaled to the 100-billion parameter level.

Key Features

  • 🚀 Scaled to 100B Parameters: LLaDA2.0-flash is the largest diffusion language model to date, demonstrating exceptional performance on code generation and complex instruction-following tasks.
  • ⚡ 2.1x Inference Acceleration: Leveraging a parallel decoding mechanism, LLaDA2.0-flash-CAP achieves an inference speed of up to 535 tokens/s, significantly outpacing comparable AR models.
  • 🔍 Fully Open Source: The model weights for both the 16B and 100B versions, along with associated training code, are fully open-sourced on Hugging Face.
LLaDA2.0 Decoding Tractory

Model Variants

Model IDDescriptionHugging Face Link
inclusionAI/LLaDA2.2-flashInstruction-tuned model, ready for downstream applications.🤗 Model Card
inclusionAI/LLaDA2.1-miniInstruction-tuned model, ready for downstream applications.🤗 Model Card
inclusionAI/LLaDA2.1-flashInstruction-tuned model, ready for downstream applications.🤗 Model Card
inclusionAI/LLaDA2.0-miniInstruction-tuned model, ready for downstream applications.🤗 Model Card
inclusionAI/LLaDA2.0-flashInstruction-tuned model, ready for downstream applications.🤗 Model Card
inclusionAI/LLaDA2.0-mini-CAPEnhanced with Confidence-Aware Parallel, for efficient inference.🤗 Model Card
inclusionAI/LLaDA2.0-flash-CAPEnhanced with Confidence-Aware Parallel, for efficient inference.🤗 Model Card

Evaluation Results

Evaluation Results

Deployment and Usage

To make our 100B model practical, we have performed deep engineering optimizations. We built a custom inference engine based on dInfer and SGLang, which supports KV-Cache reuse and block-level parallel decoding. This makes LLaDA2.0 not just an academic achievement but a high-performance generation model ready for real-world deployment.

License

This project is licensed under the terms of the Apache License 2.0.

Citation

@misc{bie2026llada21speedingtextdiffusion,
      title={LLaDA2.1: Speeding Up Text Diffusion via Token Editing}, 
      author={Tiwei Bie and Maosong Cao and Xiang Cao and Bingsen Chen and Fuyuan Chen and Kun Chen and Lun Du and Daozhuo Feng and Haibo Feng and Mingliang Gong and Zhuocheng Gong and Yanmei Gu and Jian Guan and Kaiyuan Guan and Hongliang He and Zenan Huang and Juyong Jiang and Zhonghui Jiang and Zhenzhong Lan and Chengxi Li and Jianguo Li and Zehuan Li and Huabin Liu and Lin Liu and Guoshan Lu and Yuan Lu and Yuxin Ma and Xingyu Mou and Zhenxuan Pan and Kaida Qiu and Yuji Ren and Jianfeng Tan and Yiding Tian and Zian Wang and Lanning Wei and Tao Wu and Yipeng Xing and Wentao Ye and Liangyu Zha and Tianze Zhang and Xiaolu Zhang and Junbo Zhao and Da Zheng and Hao Zhong and Wanli Zhong and Jun Zhou and Junlin Zhou and Liwang Zhu and Muzhi Zhu and Yihong Zhuang},
      year={2026},
      eprint={2602.08676},
      archivePrefix={arXiv},
      primaryClass={cs.LG},
      url={https://arxiv.org/abs/2602.08676}, 
}
@misc{bie2025llada20scalingdiffusionlanguage,
      title={LLaDA2.0: Scaling Up Diffusion Language Models to 100B}, 
      author={Tiwei Bie and Maosong Cao and Kun Chen and Lun Du and Mingliang Gong and Zhuochen Gong and Yanmei Gu and Jiaqi Hu and Zenan Huang and Zhenzhong Lan and Chengxi Li and Chongxuan Li and Jianguo Li and Zehuan Li and Huabin Liu and Ling Liu and Guoshan Lu and Xiaocheng Lu and Yuxin Ma and Jianfeng Tan and Lanning Wei and Ji-Rong Wen and Yipeng Xing and Xiaolu Zhang and Junbo Zhao and Da Zheng and Jun Zhou and Junlin Zhou and Zhanchao Zhou and Liwang Zhu and Yihong Zhuang},
      year={2025},
      eprint={2512.15745},
      archivePrefix={arXiv},
      primaryClass={cs.LG},
      url={https://arxiv.org/abs/2512.15745}, 
}

Similar Articles

Improved Large Language Diffusion Models

arXiv cs.CL

iLLaDA is an 8B parameter masked diffusion language model with fully bidirectional attention, trained from scratch on 12T tokens. It shows broad improvements over LLaDA and remains competitive with Qwen2.5 7B on several benchmarks. The model and code are open-sourced.

LGAI-EXAONE/K-EXAONE-2.0-750B-A37B

Hugging Face Models Trending

LG AI Research introduces K-EXAONE 2.0, a frontier-scale multilingual MoE model with 750B total parameters (37B active), upcycled and trained for advanced reasoning, agentic workflows, and long-context understanding, released under Apache 2.0.