Ling-3.0-flash
Ling-3.0-flash is inclusionAI's next-generation native hybrid reasoning model. Rechecked 2026-08-21 on huggingface.co/inclusionAI/Ling-3.0-flash. License on the card is MIT. The card says 124B total parameters and 5.1B active (~12.4% / ~8.1% of their previous 1T-class Ring-2.6-1T). Hugging Face listed 355 likes and 16,219 downloads in the last month on that date. createdAt is 2026-08-02.
r/LocalLLaMA treated Ling-3.0 as news because AntLing published the six-checkpoint base matrix (tiny and flash, each pretrained / mid-trained / WSM-merged). This page is the production flash instruct SKU, not every checkpoint.
Compare Qwen3.8-27B if you wanted a dense Apache 2.0 27B, and Ling-3.0-tiny on Hugging Face if you wanted the 7.9B / 1.3B-active sibling (no separate catalog page yet).
Key Features
- Hybrid-linear MoE: 5:1 stacking of Kimi Delta Attention (KDA) and gated MLA, 1/64 sparse MoE. Card table: 35 KDA + 7 gated MLA layers, 512 routed experts, 8 activated, 1 shared, hidden size 2560, vocab 157,184.
- Context schedule: 8K to 32K to 256K training. SGLang cookbook recipe uses
--context-length 262144. - Thinking on by default: disable per request with
"chat_template_kwargs": {"enable_thinking": false}. Recommended sampling on the flash card:temperature=0.6,top_p=0.95,top_k=20. - Agent harnesses named on the card: Claude Code, Kilo Code, Qwen Code, Hermes Agent, OpenClaw. That is vendor copy, not our eval.
- Serving: SGLang image
lmsysorg/sglang:dev-Ling-3.0-flashand aling_3_0vLLM fork at github.com/inclusionAI/vllm-ling-v3. OpenRouter listsinclusionai/ling-3.0-flash:freeon the card; recheck that slug.
Limitation: you need the Ling-3.0 runtime, not a random vLLM wheel. The card's SWE-Bench numbers are vendor-measured with OpenHands. We did not rerun them.
Specs we rechecked
| Item | Value | Source |
|---|---|---|
| Total / active | 124B / 5.1B | HF card |
| License | MIT | same |
| Likes / last-month downloads | 355 / 16,219 | HF API, 2026-08-21 |
| SWE-Bench Pro (card) | 56.6 | card eval results |
| AIME 2026 (card) | 93.2 | same |
| Software price | $0 weights | MIT |
Those scores are on the card. Treat them as vendor numbers.
Use Cases
- Agent coding loops where 5.1B active is cheaper than a dense 27B at similar context.
- People already on SGLang who can pull
lmsysorg/sglang:dev-Ling-3.0-flash. - LocalLLaMA readers who saw the six base checkpoints and wanted the flash instruct line.
If you only have a laptop, start with Ling-3.0-tiny on the sibling card (DGX Spark / M4 Pro numbers live there), not this 124B.
Getting Started
- Open inclusionAI/Ling-3.0-flash.
- Follow the SGLang cookbook.
docker pull lmsysorg/sglang:dev-Ling-3.0-flashand launch with--tp 4on 141GB-class GPUs, or--tp 8on 80GB cards, as the card says.- Measure on your own prompts before you quote SWE-Bench Pro.
Frequently Asked Questions
Is it dense?
No. Sparse MoE. 5.1B active per token.
Tiny vs flash?
Tiny is 7.9B / 1.3B active on inclusionAI/Ling-3.0-tiny. Flash is the 124B production SKU.
Can I use stock vLLM?
The card installs inclusionAI/vllm-ling-v3 on branch ling_3_0. Do not invent a mainline version pin.
Alternatives
- Qwen3.8-27B: dense Apache 2.0, simpler local deploy.
- DFlash 2: drafter for Qwen3.8-27B, not a chat model.
- Muse Spark 1.2: Meta coding flagship via API, not MIT weights.
Tips
- Keep thinking on unless you have a reason to turn it off.
- Recheck OpenRouter
:freebefore you promise a $0 hosted seat. - Do not copy Ring-2.6-1T numbers onto this page.
Conclusion
Ling-3.0-flash is the MIT flash SKU LocalLLaMA was pointing at: 124B total, 5.1B active, 256K-class context, SGLang image on the card. Start at the Hugging Face card. If your GPU cannot hold it, open the tiny card instead.
Comments
No comments yet. Be the first to comment!
Related Tools
DFlash 2
inco.ai/blog/dflash2
Inco AI's Apache 2.0 block-diffusion drafter for speculative decoding. Released 2026-08-18 for Qwen3.8-27B and Muse Glimmer.
DeepSeek V4 Pro 0813
www.deepseek.com
DeepSeek flagship 1.6T MoE with 49B active, 1M context, MIT weights. API $0.29/$1.20 cached $0.03.
LFM 2.5-2.6B
www.liquid.ai
Liquid AI's open-weight 2.6B dense model trained for on-device agentic workloads, with 128K context and native tool calling.
Related Insights
Hook OpenCode Go into Codex on Windows. Do Not Open a Second Toolkit.
A ChatGPT-signed Codex desktop app still shows mostly GPT in the picker. On Windows, enable only OpenCode Go and the Grok, GLM, Kimi, DeepSeek, and MiniMax models you already pay for appear in the same selector. Keys stay local. Native GPT stays put.
What Locks Codex Is the Picker, Not the Models
You already pay for OpenCode Go, Grok, and Z.ai, but the Codex picker still shows mostly GPT. The community project codex-router does not teach another install ritual. It puts subscriptions you already bought back into the selector, keeps keys on the machine, and leaves native GPT alone.
Seven AI Coding CLIs, Six Months: No Matter How Strong the Model, Work Needs Supervision
Claude Code, Codex, opencode, pi, omp and DeepSeek Harness all have personalities. After six months of deep use I run a division of labor: pi for the fastest cheapest reviews, omp for complex PRs, DeepSeek Harness on V4 Flash for high-frequency low-cost review, and Claude Code, Qoder and Cursor for writing. No matter how strong the model, work needs supervision — ideally from an independent third party.