Quick answer: Ling-3.0-flash-base is InclusionAI's (Ant Group's) merged/WSM pretrain checkpoint from the Ling-3.0 series — a 124B-total, 5.1B-activated hybrid-linear MoE model released under MIT license. On InclusionAI's self-built base-model eval suite it scores 90.0% CCPM, 89.76% CEval, 67.74% MMLU-Pro, and 79.0% MATH500, outperforming comparably-sized base checkpoints like Ling-2.5-flash-base and NVIDIA-Nemotron-3-Super-base on most reported benchmarks despite activating the fewest parameters of the compared models (5.1B vs 7.4B–21B).
Where Ling-3.0-flash-base leads
Where it lags
Best for: continued pretraining, mid-training, domain-adaptation SFT, and RL post-training research where a strong, efficient (low active-parameter) MoE base checkpoint with a documented training recipe is needed.
Ling-3.0-flash-base is the larger of two base-checkpoint sizes in InclusionAI's (Ant Group's open-source arm) newly released Ling-3.0 series, InclusionAI's "most efficient language foundation model family to date." Rather than releasing a single checkpoint, InclusionAI published the full training progression for each size — pretrained-only, mid-trained, and WSM-merged ("Warmup-Stable-and-Merge," which replaces conventional learning-rate decay with weighted checkpoint merging) — to support research on continued pretraining and offline exploration of different decay strategies. Ling-3.0-flash-base refers to the final WSM-merged checkpoint, the recommended starting point for further fine-tuning.
Architecturally, Ling-3.0-flash-base is a highly sparse (1/64) hybrid-linear MoE: 512 routed experts (8 activated + 1 shared per token) combined with a native hybrid linear attention design (KDA + Gated MLA) for efficient long-context processing, adopted from the start of pretraining rather than retrofitted. This gives it 124B total parameters while activating only 5.1B (non-embedding) per token. On InclusionAI's self-built evaluation suite spanning knowledge, code, math, reasoning, and long-context domains, it's benchmarked directly against Ling-2.5-flash-base, NVIDIA-Nemotron-3-Super-base, Step-3.5-Flash-base, Hy3-preview-base, and MiMo-V2.5-base — outperforming all of them on several benchmarks (CCPM, MMLU-Pro, HumanEval-Plus, MultiPL-E, BigCodeBench, MATH500, CommonSenseQA, BBH, LongBench, LEval) despite activating the fewest parameters per token of the group.
Note this is explicitly a pretrain/base checkpoint — InclusionAI's model card states it is "not recommended as-is for direct end-user chat deployment" or "production use without post-training and task-specific validation." For chat/instruct use, see the post-trained Ling-3.0-flash.
| Field | Value |
|---|---|
| Organization | InclusionAI (Ant Group) |
| Architecture | Hybrid-linear MoE (KDA + Gated MLA) |
| Total parameters | 124B |
| Activated parameters | 5.1B (non-embedding) |
| Routed / shared / activated experts | 512 / 1 / 8 |
| Transformer layers | 35 KDA + 7 Gated MLA (5:1 ratio) |
| Modality | Text (base/pretrain checkpoint, not instruction-tuned) |
| License | MIT |
| Release date | August 2026 |
Open weights under MIT license — self-host at no cost via Hugging Face or ModelScope.
| Benchmark | Score | Source | Date |
|---|---|---|---|
| ARC-C | 96.27% | Ling-3.0-flash-base model card (self-built eval suite) | 2026-08 |
| MMLU-Pro | 67.74% | Ling-3.0-flash-base model card | 2026-08 |
| C-Eval | 89.76% | Ling-3.0-flash-base model card | 2026-08 |
| LiveCodeBench | 40.09% | Ling-3.0-flash-base model card (2408-2505 window, 1-shot) | 2026-08 |
| BigCodeBench | 52.19% | Ling-3.0-flash-base model card | 2026-08 |
| MATH-500 | 79.00% | Ling-3.0-flash-base model card | 2026-08 |
| LongBench v2 | 52.62% | Ling-3.0-flash-base model card | 2026-08 |
Scores are self-reported by InclusionAI on the official Hugging Face model card (inclusionAI/Ling-3.0-flash-base) using InclusionAI's self-built base-model evaluation suite. Because these are traditional academic base-model benchmarks (as opposed to the agentic/tool-use benchmarks typical of instruct-model releases), only the subset with existing Benchgen benchmark pages is listed above — several additional benchmarks from the model card (CCPM, AGIEval, SimpleQA-Verified, CruxEval, MultiPL-E, FullStackBench, LCBench, OlympiadBench, TheoremQA, OmniMath, CommonSenseQA, BBH, LEval) don't yet have Benchgen pages and are flagged as follow-ups below.
simpleqa.md page's scores), CruxEval (78.50%), MultiPL-E (70.79%), FullStackBench (51.16%), LCBench (57.76%), OlympiadBench (47.89%), TheoremQA (61.10%), OmniMath (47.65%), CommonSenseQA (89.93%), BBH (89.17%), and LEval (83.24%) are all real, methodology-documented benchmarks per the model card, but don't have existing Benchgen benchmark pages yet — flagged as follow-ups.| Model | Total / Active Params | MMLU-Pro | HumanEval-Plus | MATH500 |
|---|---|---|---|---|
| Ling-3.0-flash-base | 124B / 5.1B | 67.74% | 81.10% | 79.00% |
| Ling-2.5-flash-base | 104B / 7.4B | 61.36% | 80.49% | 74.00% |
| NVIDIA-Nemotron-3-Super-base | 120B / 12B | 63.89% | 78.05% | 70.80% |
| Step-3.5-Flash-base | 196B / 11B | 63.65% | 78.05% | 62.80% |
| Hy3-preview-base | 295B / 21B | 66.44% | 79.27% | 60.60% |
| MiMo-V2.5-base | 310B / 15B | 64.90% | 76.22% | 70.00% |
Per InclusionAI's model card, Ling-3.0-flash-base outperforms all five compared base checkpoints on MATH500, HumanEval-Plus, and MMLU-Pro despite having the smallest activated-parameter count (5.1B) of the group.
Is Ling-3.0-flash-base open source?
Yes — MIT license, weights on Hugging Face (inclusionAI/Ling-3.0-flash-base).
Who makes Ling-3.0-flash-base? InclusionAI, Ant Group's open-source AI arm.
Is Ling-3.0-flash-base an instruct/chat model? No — it's a pretrain/WSM-merged base checkpoint, explicitly not recommended for direct chat deployment. Use the post-trained Ling-3.0-flash for chat/task use.
How big is Ling-3.0-flash-base? 124B total parameters (hybrid-linear MoE), with 5.1B (non-embedding) activated per token.
What checkpoints are available for Ling-3.0-flash?
Three stages: Ling-3.0-flash-base-30T (pretrained only), Ling-3.0-flash-base-midtrain (mid-trained), and Ling-3.0-flash-base (WSM-merged, this page) — the last is the recommended starting point for further fine-tuning.
Where can I access Ling-3.0-flash-base? Self-hosted from the open weights at huggingface.co/inclusionAI/Ling-3.0-flash-base, also mirrored on ModelScope.
Benchmark scores sourced from the official Hugging Face model card for inclusionAI/Ling-3.0-flash-base (Aug 2026), InclusionAI's self-built base-model evaluation suite.