Ling-3.0-flash-VL is inclusionAI's native multimodal SKU on the Ling-3.0-flash stack. The Hugging Face card lists license MIT. The card says 124B total parameters and 5.5B activated per token, with image and video inputs and a context window up to 1M tokens. Hugging Face showed 31 likes and 42 downloads in the last month on 2026-09-09. createdAt is 2026-09-04. r/LocalLLaMA had the card on the hot list.
This is not Ling-3.0-flash. Flash is the text hybrid-reasoning SKU (card: 5.1B active). Flash-VL adds a ViT encoder, a two-layer MLP projector, and VideoRoPE.
Compare Ling-3.0-flash if you wanted text-only, Qwen3.8-Flash-Next if you wanted Alibaba's sparse open MoE, or DeepSeek-V4-Flash-Vision-Exp if you wanted a screenshot-and-text Flash VLM.
Key Features
- Vision in the loop: card frames understand / reason / act: charts and documents, visual evidence for multi-step work, then UI actions.
- Hybrid backbone: 42-layer stack alternating KDA and gated MLA at 5:1. Sparse MoE keeps 124B capacity with 5.5B active.
- VideoRoPE: spatial plus temporal encodings for event localization, long-video QA, and clip editing claims on the card.
- Thinking on by default: disable per request with
"chat_template_kwargs": {"enable_thinking": false}. Card sampling:temperature=0.6(eval note also cites 1.0),top_p=0.95,top_k=20. - Serving: SGLang image
lmsysorg/sglang:dev-Ling-3.0-flash-VLwith a 256K YaRN recipe on 4x 141GB-class GPUs. vLLM path is theinclusionAI/vllm-ling-v3fork, not a stock wheel.
Limitation: you need the Ling-3.0 VL runtime. The Artificial Analysis Intelligence Index v4.1.1 score of 42 (flash was 38) is vendor-cited. We did not rerun it. 31 likes is a heat signal, not an audit.
Specs
| Item | Value | Source |
|---|---|---|
| Total / active | 124B / 5.5B | HF card |
| License | MIT | same |
| Context (card) | up to 1M; SGLang recipe 256K YaRN | same |
| Likes / last-month downloads | 31 / 42 | HF API, 2026-09-09 |
| AA Index v4.1.1 (card) | 42 | same |
| Software price | $0 weights | MIT |
Use Cases
- Teams already on Ling-3.0-flash who need image and video on the same MoE family.
- Long-context multimodal work that wants 256K-class recipes without switching vendors.
- r/LocalLLaMA readers who saw the HF link and needed the VL SKU, not tiny or text flash.
If you needed a 7.9B / 1.3B-active local text model, use Ling-3.0-tiny.
Getting Started
- Open inclusionAI/Ling-3.0-flash-VL.
docker pull lmsysorg/sglang:dev-Ling-3.0-flash-VL.- Launch with
--tp 4 --context-length 262144and the YaRN override on the card. On 80GB cards, card says--tp 8. - Send
image_urlorvideo_urlparts in the OpenAI-compatible chat body.
First-party resource: SGLang cookbook for Ling-3.0-flash-VL.
Frequently Asked Questions
Is this Apache-2.0?
No. The card is MIT.
Same active params as Ling-3.0-flash?
No. Flash card says 5.1B active. Flash-VL card says 5.5B active.
Will stock vLLM load it?
Not as a random wheel. Card points at inclusionAI/vllm-ling-v3.
Alternatives
- Ling-3.0-flash: text hybrid-reasoning SKU.
- Qwen3.8-Flash-Next: Alibaba sparse open MoE.
- DeepSeek-V4-Flash-Vision-Exp: MIT Flash vision experiment.
Tips
- Use the VL Docker tag, not the text-flash image.
- Keep
enable_thinkingoff only when you want a short caption, not agent traces. - Do not copy flash SWE numbers onto this VL page.
Ling-3.0-flash-VL is the MIT multimodal drop r/LocalLLaMA linked in September 2026. Start at the Hugging Face card, then decide whether text flash already covered the job.
Comments
No comments yet. Be the first to comment!
Related Tools
Related Insights

Grok Bot and Hermes Bot: one person finally gets a think tank and a secretariat
Grok Bot now ships with Cursor Pro+. Hermes Bot runs on a VPS. They are not smarter chat boxes. The think tank advises, the secretariat executes, and you still make the call.
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.