Ant Group's Ling-3.0-flash-VL Brings Images and Video to Its 124B Open Model
InclusionAI open-sources a 124B-parameter mixture-of-experts vision-language model with 5.5B active parameters, 256K context, and MIT license.
- InclusionAI open-sources Ling-3.0-flash-VL, a 124B-parameter multimodal MoE with 5.5B active parameters, under MIT license.
- Native support for text, image, and video input with a 256K token context window.
- Hybrid backbone alternates Kimi Delta Attention and Gated MLA layers at 5:1 ratio for cheap long-context processing.
- Scores 42 on Artificial Analysis Intelligence Index v4.1.1, four points above the text-only Ling-3.0-flash.
- Day-one deployment support in SGLang and vLLM; BF16 and FP8 weights available, FP4/INT4 coming.
- Hosted free (time-limited) on Novita AI with 262K in / 32K out token limits.
Ling-3.0-flash-VL brings images and video to InclusionAI’s sparse model family
Ant Group’s InclusionAI lab has released Ling-3.0-flash-VL, an open-weight multimodal model that accepts text, images, and video within the same context. The MIT-licensed release includes BF16 and FP8 weights, with FP4 and INT4 quantizations planned.
Ling-3.0-flash-VL combines a 124-billion-parameter mixture-of-experts architecture with 5.5 billion active parameters per token and a context window of up to 256K tokens. The active parameter count reduces per-token computation. Local deployment still requires enough aggregate memory to hold the full model weights, runtime overhead, and KV cache.
A 124B model with a 5.5B path
| Specification | Details |
|---|---|
| Inputs | Text, images, and video |
| Parameters | 124B total, 5.5B active per token |
| Backbone | 42 layers with a 5:1 ratio of KDA to Gated MLA |
| Context | Up to 256K tokens |
| Available weights | BF16 and FP8 |
| Planned weights | FP4 and INT4 |
| License | MIT |
The architecture extends the text-only Ling-3.0-flash backbone with a Vision Transformer encoder and a two-layer MLP projector. The encoder extracts features from images and video, and the projector maps those features into the representation space used by the language model.
VideoRoPE encodes spatial position and temporal order, allowing the model to track where an object appears and how a scene changes across frames. The effective number of images or video frames that fit in a request depends on preprocessing, frame sampling, visual tokenization, and the text already occupying the context window.
This story is for Pro members
You've reached the end of the free preview. Upgrade to AlphaSignal Pro to read the full article - and everything else behind the paywall.