Ling-3.0-flash is Ant Group’s newest Mixture-of-Experts model, released July 23, 2026 by the company’s inclusionAI AGI lab — 124 billion total parameters, roughly 5.1 billion active per token, and a vendor claim that it matches or beats Ant’s own 1T-parameter flagship on most benchmarks shown while activating about 1/12 of the parameters per token.
If that claim holds up, it’s the sharpest data point yet in the trend that has defined 2026’s open-model race: efficiency, not raw scale, is where the frontier is moving. The release also lands inside a crowded week — part of a seven-day stretch that produced seven notable model releases — which makes it easy to misread. Two things in particular get garbled in aggregator coverage: who actually makes this model, and whether it’s actually open-weight today.
This guide covers what shipped and where to try it free, what the “matches our 1T flagship” claim does and does not mean, a practitioner-legible explanation of the KDA + MLA hybrid attention design behind the efficiency story, how Ant’s ratio compares with Moonshot AI’s, the full Ling lineage in one table, and the honest caveats on weights and licensing that most coverage skips.
- 01Ant Group shipped a 124B MoE with ~5.1B active params.Ling-3.0-flash released July 23, 2026 from Ant's inclusionAI lab. It is not a Microsoft model and not Meituan's LongCat — two mix-ups that recur in aggregator coverage. Native context is 262,144 tokens, with 1M stated as the scaling target.
- 02The flagship-matching claim is vendor-stated, for now.Ant says the model matches or beats its own 1T-parameter flagship on most benchmarks shown, at 1/8 the total and 1/12 the active parameters. No public benchmark table or independent audit existed as of July 24 — treat it as a claim to test, not a result.
- 03The architecture is a KDA + MLA hybrid at a reported 5:1.Five Kimi Delta Attention layers for every one Multi-head Latent Attention layer, plus 1/64 expert activation in the MoE layers. KDA itself originates from Moonshot AI's Kimi Linear research — Ant adopted the mechanism, it didn't invent it.
- 04It's free to use now, but not self-hostable yet.Live on OpenRouter as inclusionai/ling-3.0-flash:free (hosted by Novita) and on Vercel's AI Gateway, free through August 3, 2026. But as of the morning of July 24, no weights were posted on the inclusionAI Hugging Face org — free API access and open weights are different claims.
- 05The license is announced, not confirmed.Ling-3.0-flash is announced under Apache 2.0, but with no Hugging Face model card live there is nothing to verify against — and the immediate predecessor, Ling-2.6-flash, ships under MIT. Treat the license as to-be-confirmed at weight release.
01 — What ShippedA quiet launch that leaked before the announcement.
The release sequence was unusual even by 2026 standards. On July 23, independent analyst David Hendrickson (@TeksEdge) spotted an undocumented model surfacing on inference endpoints — ZenMux and a free Novita endpoint — before Ant had said anything publicly.
"A mysterious new @TheInclusionAI model appears to have quietly gone live today. Ling-3.0-flash has surfaced through ZenMux and a free Novita endpoint... But they have not yet published details about the model."— David Hendrickson (@TeksEdge), independent AI analyst, on X, July 23, 2026
The official announcement followed the same day from the Ant Ling account on X — notably, with no dedicated lab blog post or technical report found as of July 24. Distribution went wide immediately: the model went live on OpenRouter as inclusionai/ling-3.0-flash:free, hosted by a single provider (Novita), and on Vercel’s AI Gateway the same day, supporting both thinking and non-thinking modes. Both surfaces are free through August 3, 2026; after the promo, OpenRouter states pricing reverts to the underlying provider rate with no markup or platform fee. No specific post-promo per-token price had been published as of July 24.
Get the attribution right, because aggregator coverage keeps getting it wrong. This is an Ant Group model, from its inclusionAI lab (X handle @AntLingAGI). It is not from Microsoft, whose unrelated MAI family invites confusion, and not from Meituan — the food-delivery giant behind the competing LongCat line we covered in our LongCat 2.0 analysis. Ant’s naming scheme, for orientation: “Ling” models are the text/instruct foundation line, “Ring” models are reasoning-focused, and “Ming” models are any-to-any multimodal.
Tokens in, today
A 256K native context window, with Ant's docs describing the design as built to scale toward 1M tokens. OpenRouter lists a 32,768-token maximum output for the free endpoint.
Experts firing per token
Only 1 in 64 experts activates per token in the routed MoE layers — the sparsity that keeps active parameters near 5.1B despite a 124B total, per technical summaries of the announcement.
OpenRouter promo ends
Free on OpenRouter and Vercel AI Gateway through August 3, 2026, hosted by Novita. Post-promo, OpenRouter passes through the provider rate with no markup — the exact rate wasn't published at launch.
02 — The ClaimMatching a 1T flagship at 1/12 the active parameters.
The headline claim comes straight from Ant’s announcement, and it’s worth quoting exactly — because what it says, and what it carefully doesn’t say, both matter.
"Today, we're releasing Ling-3.0-flash—a hybrid-reasoning MoE model built for production-scale agents. 124B parameters. Just 5.1B active per token. With 1/8 of the total and 1/12 of the active parameters, it matches or beats our 1T flagship model on most benchmarks shown."— Ant Ling, official Ant Group / inclusionAI account, on X, July 23, 2026
The arithmetic checks out against Ant’s own published specs. The comparison baseline is Ling-2.6-1T, Ant’s flagship at roughly 1 trillion total parameters with 63B active per token. 124B against ~1T is about 1/8; 5.1B against 63B is about 1/12. What does not check out yet is the capability claim itself: “matches or beats on most benchmarks shown” is sourced entirely from a single X-thread announcement, with no public benchmark table, no linked technical report, and no independent third-party audit found as of July 24. We are deliberately not printing benchmark percentages here, because no verifiable ones exist in public sources yet.
Active parameters per token · Ling family, flagship vs flash line
Sources: developer.ant-ling.com model docs; Hugging Face Ling-2.6-flash model card; Ant Ling announcement, Jul 23, 2026Even reading the capability claim skeptically, the parameter trajectory is real and verifiable: the flash line’s active-parameter count fell roughly 31% generation-over-generation (7.4B to 5.1B) while total parameters grew about 19% (104B to 124B). Ant is spending its parameter budget on a wider expert pool while activating less of it per token — the same sparsity direction most efficiency-focused MoE labs converged on this year. If the flagship-parity claim survives independent benchmarking, the practical translation is that 1T-class output would become servable at small-model activation cost. That would be significant. Until a benchmark table posts, it is a hypothesis you can test for free through August 3 — which is exactly what the free window is for.
03 — ArchitectureKDA + MLA at 5:1, explained for practitioners.
Most coverage of Ling-3.0-flash repeats the spec-sheet line — a “native hybrid-linear attention” stack interleaving Kimi Delta Attention (KDA) and Multi-head Latent Attention (MLA) layers at a 5:1 ratio — without explaining what either mechanism does or why anyone would mix them. Here’s the practitioner version.
KDA — the cheap, local memory
Kimi Delta Attention is a linear-attention variant that, per the originating research, extends Gated DeltaNet with fine-grained, channel-wise gating — instead of one scalar gate per attention head deciding what a bounded-memory recurrent state forgets, each channel gets its own gate. That gives the layer much more precise control over what to retain versus discard as sequences grow long, while keeping compute and memory costs that scale gently with sequence length rather than quadratically. One detail almost no coverage states plainly: KDA is Moonshot AI’s invention, not Ant’s — it comes from the Kimi Linear paper (arXiv 2510.26692). Ling-3.0-flash adopts and adapts the mechanism.
MLA — the periodic global re-alignment
Multi-head Latent Attention is full attention with a compressed latent KV representation. In hybrid designs, these periodic full-attention layers exist for a specific reason: recurrent, bounded-memory layers like KDA are local by construction, and per the Kimi Linear design literature the interleaved full/latent layers serve to re-align global dependencies and long-term semantics that the linear layers can’t fully capture. That’s the entire logic of hybrid ratios — you don’t go 100% linear because quality on long-range dependencies degrades; you don’t go 100% full attention because cost explodes with context length.
Why 5:1 is the interesting number
A 5:1 ratio means five cheap KDA layers for every expensive MLA layer — the model bets that global re-alignment is only needed periodically. Stack that on top of 1/64 expert activation in the MoE layers and you get the double sparsity that defines this release: sparse in attention (most layers linear) and sparse in feed-forward compute (most experts idle). One sourcing caveat: the exact 5:1 figure traces to third-party technical summaries of the announcement thread, corroborated across multiple independent write-ups but not yet by a standalone Ant-authored architecture paper. Reasonably solid, not peer-reviewed.
04 — Cross-Lab ViewHybrid attention is becoming a genre — with different mix ratios.
Ant is not alone here. Moonshot AI’s Kimi Linear architecture — the origin of KDA itself, used in Kimi K3 — runs a comparable but differently-ratioed design, and Ant’s own predecessor model used a third configuration with a different linear-attention mechanism entirely. Laid side by side, the pattern is clear: labs agree on the hybrid recipe and disagree on the seasoning.
| Model (lab) | Linear / recurrent layers | Global / latent layers | Stated ratio | Design bet |
|---|---|---|---|---|
| Ling-3.0-flash (Ant Group / inclusionAI) | KDA — Kimi Delta Attention | MLA — Multi-head Latent Attention | 5 KDA : 1 MLA | Maximize linear-layer share; global re-alignment only every sixth layer |
| Ling-2.6-flash (Ant, predecessor) | Lightning Linear attention | MLA | 1 MLA : 7 linear (≈7 linear per global layer) | Earlier mechanism, even sparser global attention than 3.0 |
| Kimi Linear / K3 (Moonshot AI — KDA originator) | KDA | MLA | 3 KDA : 1 MLA | More frequent global layers; channel-wise gating carries local memory |
Digital Applied analysis — sources: developer.ant-ling.com model docs; Hugging Face Ling-2.6-flash model card; arXiv 2510.26692; Sebastian Raschka’s hybrid-attention explainer and the DigitalOcean Kimi Linear tutorial. No single public source currently lays these configurations out side by side.
Read as a trend line, there’s a subtlety worth noting: measured by global-attention frequency, Ling-3.0-flash actually runs more global layers than its predecessor (one in six layers, versus one in eight for Ling-2.6-flash) while switching the linear mechanism from Lightning Linear to the more expressive KDA. Meanwhile Moonshot, which invented KDA, runs global layers more frequently still at 3:1. Nobody has published a definitive answer for the optimal ratio — which is exactly why watching these choices evolve release-over-release is more informative than any single spec sheet.
05 — LineageThe Ling efficiency arc, 2025 to 2026.
Existing coverage treats each Ling release in isolation. Assembled as one table, the arc is easier to read: Ant has been shipping an efficiency-focused “flash” track alongside its trillion-parameter flagships for over a year, iterating the attention design nearly every release.
| Release | Date | Total params | Active params | Attention design | License |
|---|---|---|---|---|---|
| Efficiency track — the “flash” line and its ancestors | |||||
| Ling Plus | Apr 2025 | 293B (sparse MoE) | not stated | pre-hybrid era | — |
| Ling 2.0-flash | Sep 2025 | 100B | 6B | not stated | — |
| Ling 2.6-flash | ~May 2026 | 104B | 7.4B | Hybrid: 1 MLA per 7 Lightning Linear | MIT (on HF card) |
| Ling 3.0-flash | Jul 23, 2026 | 124B | ~5.1B | Hybrid: 5 KDA per 1 MLA (reported) | Announced Apache 2.0 — unconfirmed |
| Flagship baseline — what the flash line is measured against | |||||
| Ling 2.6-1T | ~May 2026 | ~1T | 63B | not stated | — |
Digital Applied analysis — cells sourced from developer.ant-ling.com, the Ling-2.6-flash Hugging Face card, the July 23 announcement, and Interconnects.ai’s interview with Ant’s Richard Bian (Nov 2025, for the earlier releases). Dashes mark cells no primary source states; we left them empty rather than guessing.
The strategic context matters here. In that Interconnects interview, Ant’s inclusionAI positioned itself explicitly as a late entrant to the open-model race, citing DeepSeek’s publication strategy as direct inspiration — Bian described the posture as “stay open and stay polished.” That was a November 2025 statement, but it explains the release cadence: per Ant’s own lineage, six Ling-family release waves between April 2025 and July 2026 (the table above shows the efficiency-relevant subset), three of them on the flash line.
06 — Open-Weight Watch“Open-weight” — with an asterisk you should read.
Here is the part of this story we verified directly rather than taking from press blurbs — and it changes what you should build on. As of the morning of July 24, 2026, no Ling-3.0-flash model card existed on the inclusionAI Hugging Face org. The org lists roughly 150 models, including prior Ling-family releases like Ling-flash-2.0 and Ling-2.6-flash — but no Ling-3.0-flash entry, and a targeted search across Hugging Face returned zero matching model pages. The model is announced as open-weight; the weights were not yet posted at publication.
The license carries the same asterisk. Ling-3.0-flash is announced under Apache 2.0, but with no model card live there is no license field to verify — and the immediate predecessor, Ling-2.6-flash, ships under MIT, not Apache 2.0, per its live Hugging Face card. Either Ant changed license terms for the 3.0 line, or the Apache 2.0 note circulating in coverage is imprecise. Both licenses are permissive, so for most teams the practical difference is small (Apache 2.0 adds an explicit patent grant), but “license to be confirmed at weight release” is the only accurate statement today.
The wider industry context cuts both ways. Ant is pushing further into open territory at the same time as Alibaba’s Qwen team retreats from open weights for its flagships — two of China’s biggest tech companies reading the same market and drawing opposite conclusions. That divergence is worth watching over any single release: if Ling-3.0-flash weights land promptly with a clean license, Ant strengthens its claim to the DeepSeek-style open-publication lane; if they slip or arrive restricted, the “open-weight” label was marketing.
07 — Serving RealityTwo speed figures that must never be compared directly.
You will see two very different throughput numbers attached to this model, and conflating them misrepresents both. They describe different serving stacks.
OpenRouter free endpoint
A point-in-time measurement from an OpenRouter API sweep on July 24 — a free, shared, single-provider (Novita) endpoint whose throughput can drift with load. Not a vendor spec.
Ant's stated peak
Ant's developer docs claim peak inference speed up to 1,000 tokens per second — describing Ant's own optimized production serving stack, not any third-party endpoint you can access today.
Time to first token
Also from Ant's own docs, and subject to the same caveat: vendor-claimed, on vendor infrastructure. Useful as a statement of what the architecture can do when served well.
The gap between the measured free-tier figure and the vendor claim is roughly ninefold — and that gap is mostly about serving infrastructure, not the model. A free shared endpoint under unknown load tells you little about what a properly provisioned deployment achieves; a vendor peak figure tells you little about what you’ll get today. The honest read: the architecture is plausibly very fast (that is the entire point of hybrid-linear attention), the free endpoint is fast enough to evaluate quality, and real production throughput is unknowable until either weights land for self-hosting or paid provider endpoints mature. For what it’s worth as color, not evidence: Hendrickson’s subjective take on X was that it feels comparable to a frontier mid-size model for local-style use — one analyst’s impression, with no side-by-side eval table published anywhere as of July 24.
08 — ImplicationsWhat agencies and engineering teams should actually do this week.
A free frontier-adjacent MoE with a day-old announcement, a promo window that closes August 3, and unposted weights calls for a specific posture: evaluate now, commit later. Here’s how we’d slot it by workload.
Long-horizon agent pipelines
This is the workload Ant built and demoed the model for — MCP tool use, multi-step coordination, 256K context. Run your own agent evals against the free OpenRouter endpoint before August 3. Zero cost to find out.
On-prem / sovereignty workloads
Blocked today — no weights on Hugging Face, license unconfirmed. If self-hosting is the requirement, shortlist from models you can download now and revisit when the Ling-3.0-flash card actually lands.
Code generation & review
No public benchmark table exists for this model yet, so there's nothing to rank it on. For open-weight coding stacks you can deploy today, work from models with published evals and known hardware footprints instead.
Multi-vendor model portfolios
Single-provider hosting (Novita), promo pricing ending August 3, and no published post-promo rate make this a research lane, not a production dependency. Re-assess when pricing and a second provider appear.
For teams weighing the broader open-weight field, our guide to matching open-weight coding models to your hardware covers the models you can actually download today. And if the harder question is which of these releases deserve a place in your production stack at all — model evaluation, routing, and cost discipline across open and closed vendors — that’s the exact shape of our AI transformation engagements, which start with comparative evals on your own workloads rather than vendor benchmark tables.
Looking forward: the projection we’re most confident in isn’t about this model, it’s about the pattern. Efficiency-led releases keep leading with activation counts rather than headline totals, and hybrid-linear attention has moved from research novelty to a recurring architecture choice across efficiency-focused labs in well under a year. Expect the next round of releases — from Ant and its competitors — to compete on the ratio itself: how few global layers, how few active experts, before quality visibly cracks. Whoever finds that floor first owns the serving-cost curve for agentic workloads.
09 — ConclusionA serious efficiency claim, pending its receipts.
Test the claim for free before August 3 — and gate everything else on the weights actually landing.
Ling-3.0-flash is a credible entry in the year’s defining trend: frontier-adjacent output at a fraction of the activation cost. The parameter story is verifiable and genuinely interesting — 124B total, ~5.1B active, a KDA + MLA hybrid at a reported 5:1, 1/64 expert activation. The capability story — matching a 1T flagship — is a single vendor X-thread with no public benchmark table behind it yet.
The asterisks are the story most coverage missed. No weights on Hugging Face as of July 24. A license announced as Apache 2.0 but unverifiable until a model card exists — from a lab whose previous flash model ships under MIT. One hosting provider, a free window that closes August 3, and no published price for the day after. None of that makes the release less interesting; all of it should shape what you build on it this week.
Our recommendation is the same one we’d give for any announcement-stage model: spend the free window running your own agentic evals, write down what you find, and make exactly zero architectural commitments until the weights, the license, and a real price are on the table. If the vendor claim survives contact with independent benchmarks, this becomes one of the most important efficiency releases of the year. If it doesn’t, you’ll have found out for free.