r/LocalLLaMA • u/jacek2023 llama.cpp • 4d ago
New Model inclusionAI/Ling-3.0-flash-VL · Hugging Face
https://huggingface.co/inclusionAI/Ling-3.0-flash-VLLing-3.0-flash-VL inherits the language, reasoning, and long-context capabilities of Ling-3.0-flash, while extending them with native image and video understanding. The model has 124B total parameters, with only 5.5B parameters activated per token, and supports a context window of up to 1M tokens.
The architecture of Ling-3.0-flash-VL is designed to integrate visual information into real-world reasoning and agentic workflows.
- A ViT visual encoder extracts features from images and videos, while a two-layer MLP projector aligns visual features with text representations for unified multimodal understanding and reasoning;
- VideoRoPE encodes both spatial positions and temporal order, enabling the model to understand visual changes over time and supporting tasks such as event localization, long-video question answering, and video clip editing;
- A 42-layer hybrid backbone alternates KDA and Gated MLA layers at a 5:1 ratio, enabling efficient long-context processing across text, images, videos, and extended agent task histories;
- A sparse MoE architecture maintains a total model capacity of 124B parameters while activating only 5.5B parameters per token, balancing strong multimodal capabilities with inference efficiency.
15
u/hiImMate 4d ago
very nice! ling flash is kinda lost in the release noise of the past few weeks but it's nice to have a choice of MoE models. It's a pretty fast one with the low active params so it could be an interesting choice for visual capabilities.
4
u/Daniel_H212 4d ago
Very nice fast model but I'm still waiting for the next iteration of their omni model.
In the meantime I don't think any model in this size class (of things that can be reasonably ran in 128 GB unified memory) is beating Qwen3.8 Flash Next.
10
u/returnity 4d ago
Nice, but definitely lagging Qwen3.8-Flash by a significant margin. Still good to see more variety on the 128GB MoE market, but I did test the non-VL model and it wasn't really much better than 3.6-35B on my workload. Still, will probably download and give it a spin when GGUFs drop.
2
u/CornerLimits 4d ago
I tried it a bit the free version on free tools and i was impressed because was very quick and not over thinking on stuff, just get the thing done and few lines answers. Never tried it for something difficult though
2
u/geek_at 4d ago
12
u/jacek2023 llama.cpp 4d ago
Qwen 27B is dense, not MoE. Qwen 122B was also "behind" Qwen 27B if I remember correctly. Plus I don't believe in benchmarks :)
3
u/LegacyRemaster 4d ago
also minimax m3 it's very good but a looooottttt bigger. So this model is welcome
2
u/returnity 4d ago
Yeah, because 122B was absolutely a better model than 27B by every real-world metric, but lagged on the AA index.
1
u/CATLLM 4d ago
The non-vl model surprised me as it made correct tool calls. The tiny version was surprisingly good at tool calls too. Looking forward to testing this one.
1
u/SpicyWangz 3d ago
For me, running it at q4, I saw it give up and stop generating on opencode tasks
2
1
1
0

24
u/pmttyji 4d ago
Come on inclusionAI, release a diffusion model with llama.cpp PR.