Overview
Ling-3.0-flash is the hybrid reasoning model from inclusionAI, published on August 2, 2026 under MIT. It holds 124 billion parameters and activates 5.1 billion of them per token, which is about a twelfth of what the lab's previous trillion-class flagship activated.
| Specification | Ling-3.0-flash |
|---|---|
| Total parameters | 124B |
| Active parameters | 5.1B per token |
| Architecture | Hybrid-linear MoE, 512 routed experts plus 1 shared, 8 active |
| Layers | 35 KDA blocks and 7 gated MLA blocks |
| Context window | 262,144 tokens |
| Modalities | Text input, text output |
| Reasoning | Native hybrid reasoning, thinking on by default |
| Release date | August 2, 2026 |
| License | MIT |
The attention stack is where this one differs from most MoE models: five Kimi Delta Attention blocks for every gated MLA block, a layout chosen at the start of pretraining rather than bolted on afterwards. Linear attention blocks carry a fixed-size state, so a long conversation costs far less memory here than on a model that keeps a full KV cache in every layer.
Ling-3.0-flash benchmarks
Vendor-published numbers, each model scored by its own lab, against the previous inclusionAI flagship, the current MoE field and the dense Qwen3.8-27B. A hyphen means the vendor did not publish that benchmark.
| Ling-3.0-flash | Qwen3.8-27B | Ring-2.6-1T | MiniMax-M2.7 | DeepSeek-V4-Flash | |
|---|---|---|---|---|---|
Active parameters | 5.1B | 27.8B dense | 63B | 10B | 13B |
AIME 2026 Advanced mathematical reasoning | 93.2 | - | 95.8 | 94.2 | 96.5 |
HMMT Feb 2026 Competition mathematics | 87.0 | - | 93.5 | 71.9 | 94.8 |
SWE-bench Multilingual Software engineering across languages | 72.4 | - | 56.7 | 76.5 | 73.3 |
SWE-bench Pro Real-world software engineering, harder split | 56.6 | 61.7 | 53.9 | 56.2 | 52.6 |
Humanity's Last Exam Expert-level questions across every domain | 22.7 | 30.8 | 18.3 | 28.1 | 34.8 |
Where the two overlap, Qwen3.8-27B is ahead: 61.7 against 56.6 on SWE-bench Pro, and 30.8 against 22.7 on Humanity's Last Exam. What Ling buys instead is cost per token, 5.1B active against 27.8B dense, and the bigger MoE models keep the lead on mathematics.
Ling-3.0-flash hardware requirements
The system requirement to check is memory. We quantized the model from the original weights and published the builds as AtomicChat/Ling-3.0-flash-GGUF.
| Memory | Build to pick | File size |
|---|---|---|
| 48 GB | AD-IQ2_XXS | 39.2 GB |
| 64 GB | AD-IQ2_M | 49.1 GB |
| 96 GB | AD-IQ4_XXS | 69.3 GB |
| 128 GB and up | AD-Q4_K_S | 74.2 GB |
A 48 GB MacBook Pro runs AD-IQ2_XXS if you raise the GPU memory limit, and a 128 GB Mac Studio has room for the larger builds. On a PC, keep the attention layers on the card and offload the experts to system RAM: with 5.1B active parameters that stays usable on a 24 GB GPU with 64 GB of RAM.
How to run Ling 3.0 Flash in Atomic Chat
Atomic Chat is a free local app for macOS, Windows and Linux. It includes a Hugging Face model browser and a built-in chat, with no manual llama.cpp build required.
- Download Atomic Chat for your platform and open it.
- Search for Ling-3.0-flash in the model browser and open Download Options.
- Pick the build that fits the memory you have, then start a chat.
The full walkthrough, with the quant table and the llama.cpp commands, is in our guide to running Ling 3.0 Flash locally.
If the GGUF ladder is new to you, start with what GGUF is, and compare the format against Apple's in GGUF vs MLX.
License
Ling-3.0-flash is released under the MIT license. It permits commercial use, modification, redistribution and private deployment as long as the copyright notice stays with the code.
