Ling 3.0 Flash
Ling 3.0 Flash (InclusionAI, 2026): what the release is, why it matters for operators, specs, benchmarks, and the call.

title: “Ling 3.0 Flash” description: “Ling 3.0 Flash (InclusionAI, 2026): what the release is, why it matters for operators, specs, benchmarks, and the call.” type: guide category: ai pubDate: 2026-08-12 image: /images/abs-model-ling-3.0-flash.png imageAlt: “A retro robot representing Ling 3.0 Flash” imagePrompt: “Bold graphic editorial illustration, 1990s comic-book influence, heavy ink outlines, halftone texture, crimson and electric blue on cream. A single retro-futurist robot representing an AI model / a brain-in-a-server, no text, no logos, 16:9.” affiliate: false sources:
- name: “Hugging Face — Ling-3.0-flash model card” url: “https://huggingface.co/inclusionAI/Ling-3.0-flash”
- name: “InclusionAI official site” url: “https://www.inclusion-ai.org/”
- name: “Artificial Analysis — Ling 3.0 Flash” url: “https://artificialanalysis.ai/models/ling-3-0-flash”
- name: “ThursdAI — Ant Group timeline” url: “https://thursdai.news/companies/ant-group” facts:
- label: “Vendor” value: “InclusionAI”
- label: “Released” value: “2026”
- label: “License” value: “Open-weight (MIT)”
- label: “Type” value: “AI model release” related:
- abs-model-claude-opus-5
- abs-model-gpt-5.6-cyber
- abs-model-grok-4.6
- abs-model-kimi-k3
- abs-model-lfm2.5-vl-3b
- abs-model-muse-glimmer-30b
- abs-model-muse-spark-1.2
- abs-model-nemotron-3.5-lightning
- abs-model-qwen-image-3.0
- abs-model-qwen3.7-flash
- abs-model-qwen3.8-2.4t-a95b
- abs-model-qwen3.8-max-weights-update
- abs-model-solar-pro-4 tags:
- ling-3.0-flash
- ai-models
- model-release draft: false
title: “Ling 3.0 Flash” description: “Ling 3.0 Flash (InclusionAI, 2026): what the release is, why it matters for operators, specs, benchmarks, and the call.” type: guide category: ai pubDate: 2026-08-12 image: /images/abs-model-ling-3.0-flash.png imageAlt: “A retro robot representing Ling 3.0 Flash” imagePrompt: “Bold graphic editorial illustration, 1990s comic-book influence, heavy ink outlines, halftone texture, crimson and electric blue on cream. A single retro-futurist robot representing an AI model / a brain-in-a-server, no text, no logos, 16:9.” affiliate: false sources:
- name: “Hugging Face — Ling-3.0-flash model card” url: “https://huggingface.co/inclusionAI/Ling-3.0-flash”
- name: “InclusionAI official site” url: “https://www.inclusion-ai.org/”
- name: “Artificial Analysis — Ling 3.0 Flash” url: “https://artificialanalysis.ai/models/ling-3-0-flash”
- name: “ThursdAI — Ant Group timeline” url: “https://thursdai.news/companies/ant-group” facts:
- label: “Vendor” value: “InclusionAI”
- label: “Released” value: “2026”
- label: “License” value: “Open-weight (MIT)”
- label: “Type” value: “AI model release” related:
- abs-model-claude-opus-5
- abs-model-gpt-5.6-cyber
- abs-model-grok-4.6
- abs-model-kimi-k3
- abs-model-lfm2.5-vl-3b
- abs-model-muse-glimmer-30b
- abs-model-muse-spark-1.2
- abs-model-nemotron-3.5-lightning
- abs-model-qwen-image-3.0
- abs-model-qwen3.7-flash
- abs-model-qwen3.8-2.4t-a95b
- abs-model-qwen3.8-max-weights-update
- abs-model-solar-pro-4 tags:
- ling-3.0-flash
- ai-models
- model-release draft: false
Type: guide Category: ai
What it is
Ling 3.0 Flash is InclusionAI’s hybrid-reasoning Mixture-of-Experts (MoE) model — a type of model that activates only a small slice of its parameters per token so it stays cheap to run. It carries 124B total parameters but fires only ~5.1B per token, a 1/64 sparsity ratio. InclusionAI (IAI) is Ant Group’s foundation-model lab — the Alipay parent company — and it shipped the model to API on Jul 23, 2026 and to Hugging Face open weights on Aug 2, 2026 under the MIT license.
The lab describes it plainly as a native hybrid-reasoning model built to match its own much larger flagship. As the Hugging Face model card puts it: “We’re introducing Ling-3.0-flash, our next-generation native hybrid reasoning model. Operating with 124B total and 5.1B active parameters (~12.4% and ~8.1% of our previous 1T-class flagship Ring-2.6-1T), Ling-3.0-flash matches or outperforms its predecessor across key benchmarks.”
InclusionAI is “open by default” and is staffed mostly by former OpenAI, Google, and Meta FAIR researchers. Ling is the consumer-facing family; Ring is the reasoning-tuned sibling (Ring-2.6-1T is the 1T model Ling 3.0 Flash claims parity with). The MIT license — no revenue clause, no gating — is the most permissive of the August 2026 Chinese model wave, against Kimi K3’s revenue-share terms and GLM’s evolving license. Ant Group is corporate-funded, which is why it ships permissive MIT weights and runs free launch-window API tiers rather than hoarding the model behind a paywall.
How it works
The architecture is a hybrid-linear MoE. It stacks attention layers in a 5:1 ratio: 35 Kimi Delta Attention (KDA) layers and 7 Gated Multi-Latent Attention (MLA) layers, 42 total. KDA and MLA are two ways of compressing the “memory” a transformer keeps about earlier tokens (the KV-cache); mixing them is an attempt to get long-context efficiency without the quality loss that pure MLA can introduce.
On top of that sits a fine-grained diagonal-gating sparse MoE: 512 routed experts plus one shared expert, with only 8 activated per token. That is exactly where the 5.1B active number comes from. As one community architecture explainer summarized: “About 1/64 of Ling-3.0-flash fires per token. 512 routed experts plus one shared, 8 activated, out of 124B total for 5.1B active.”
Native context is 262,144 tokens (262K), with YaRN scaling designed to reach 1M, and max output is ~33K tokens. It is text-in / text-out only — no native vision or audio. Sampling defaults are temperature 0.6, top_p 0.95, top_k 20, with thinking on by default, and it supports multi-token prediction (MTP) speculative decoding for speed.
InclusionAI pairs the weights with first-party SGLang and vLLM support plus an Ant Group caching layer (HiCache + Mooncake) that the lab claims cuts time-to-first-token (TTFT) by 60–80% on long inputs. Independent benchmarks back up the “fast” story: Artificial Analysis measures 402 tokens per second. As they note, “At 402 tokens per second, Ling 3.0 Flash is notably fast (101).”
Where it works
For an open-weight model in its weight class, the benchmark story is genuinely strong. It leads the sub-128B MoE tier on coding-agent tasks: 72.4 on SWE-Bench Multilingual (rank 1 in <128B) and 56.6 on SWE-Bench Pro (rank 2 in <128B), plus 87.0 on HMMT Feb 2026. InclusionAI also reports 93.2 on AIME 2026. Artificial Analysis scores it 37.8 on the Intelligence Index — and on that, “Ling 3.0 Flash scores 37.8 on the Artificial Analysis Intelligence Index, outperforming 85% of tracked models” — with a 50.6 Coding Index.
Those numbers make it a credible cheap tier for two ABS-style jobs: coding sub-agents (a fast tier slotted under a stronger reasoning model) and long-document work, where 262K native context plus an MIT license is rare at this price. The 50.6 Coding Index trails GPT-5.6 and Claude Opus 5 (both ~75+) but matches GLM-5.2, DeepSeek V4 Flash, and Kimi K3 max in the open-weight cohort, and Artificial Analysis pegged the model’s own eval cost at $72.81 — cheap enough to benchmark on your own stack. For ABS specifically, that 262K context plus MIT license fits long-doc summarization, contract review, and transcript analysis, a strong fit to pilot alongside Kimi K3 and DeepSeek V4 Flash. At $0.07/$0.22 per 1M tokens direct, or $0.021/$0.063 via Novita on OpenRouter, it competes with Gemini Flash and DeepSeek V4 Flash. One LinkedIn write-up frames the positioning directly: “Ling 3.0 Flash is not just another chatbot model, it is an open-weight agent engine built for real workflows.”
Self-hosting needs real hardware — ~128GB at Q8, ~64GB at Q4, on 4× H20-class or 4-GPU Blackwell machines. There are 24 community quants on Hugging Face and a ready SGLang Docker image, so a builder with 128GB+ VRAM or a multi-GPU Mac Studio can run it locally rather than pay per token.
Where it breaks
The headline weakness is the active-parameter ceiling. 5.1B active is small for the hardest cross-domain reasoning: HLE lands at 22.7 (rank 34), well behind Kimi K3 max, GPT-5.6, and Claude Opus 5. For frontier reasoning you should pair it under a stronger model or skip it entirely.
The hardware bar is real too. 128GB minimum at Q8 is Strix Halo / DGX / multi-GPU Mac Studio territory — not a laptop. Reddit testers caution about quality loss at Q4, and one reported that during the free-API window “I used it when it was free on OpenRouter and I found it to be weaker than qwen 3.6 — it looped much and did not really listen to instructions.” That is a single anecdote, not a benchmark, but it is a yellow flag for instruction-following at the free or cheap tier.
InclusionAI is also a new lab with a short track record and a confusing naming history (Ling 2.6 → Ring 2.6 → Ling 3.0 in six months). There is no published regression test against Ling 2.6 Flash, and no long-term support commitment. The free-API-first, weights-second launch pattern is unusual, and the Ling/Ring split has already confused users in the communities we tracked.
What this article does NOT cover
This is not a hands-on review — we have not run the model locally or against our own eval suite. We have not benchmarked Q4/Q6 quantization quality, compared it head-to-head with Qwen 3.6 or DeepSeek V4 Flash on real ABS workflows, or load-tested the HiCache + Mooncake TTFT claims. Treat the coding-agent benchmark leads as InclusionAI- and Artificial Analysis-reported, not independently reproduced here, and treat the free-tier instruction-following complaint as one user’s report, not a measured defect.
Sources
- Hugging Face — Ling-3.0-flash model card
- InclusionAI official site
- Artificial Analysis — Ling 3.0 Flash
- ThursdAI — Ant Group timeline
- OpenRouter model page — Ling 3.0 Flash, Jul 23 release; Novita/DeepInfra pricing ($0.021/$0.063 and $0.06/$0.18 per 1M)
- Puter model card mirror — GPQA Diamond 85.5, SciCode 41.1, LCR 67.0
- r/LocalLLaMA thread — 137 upvotes, sizing debate (Q8 ~128GB, Q6 for Strix Halo/DGX), llama.cpp PR #26608



Submit a take
Have a different read on this? Drop a comment below — your email isn't published, and I read every one. Nothing leaves the site until I approve it.