Kwai Keye · 2026-06-09 · notable
Kuaishou Open-Sources Keye-VL-2.0-30B-A3B — Apache-2.0 Mixture-of-Experts Vision-Language Model Activates 3B Parameters Per Token, Lands 256K Context With DeepSeek Sparse Attention for Lossless Long-Video Reasoning, Beats Qwen3-VL-235B on LongVideoBench at 74.1, and Tops 70.1 mIoU on QVHighlights-TimeLens
Kuaishou's Keye team ships a 30B-total / 3B-active MoE vision-language model under Apache-2.0 with 256K context, DeepSeek Sparse Attention for hour-long video, and built-in Search/Tool/Code agent loops. Beats Qwen3-VL-235B on LongVideoBench (74.1).

A 30B/3B-active MoE that pushes long-video understanding past dense 235B baselines, all under Apache-2.0.
Key specs
| License | Apache-2.0 |
|---|---|
| Parameters | 30B |
| Active params | 3B |
| Context window | 256K |
| Long video bench | 74.1 |
| Qvhighlights time lens | 70.1 |
| Charades time lens | 58.4 |
What is it?
Keye-VL-2.0-30B-A3B is Kwai (Kuaishou)'s flagship multimodal foundation model in the Keye family. It is a sparse Mixture-of-Experts with 30B total parameters but only ~3B active per token, paired with a vision encoder for image and hour-long video input. It is the first multimodal model to land DeepSeek Sparse Attention (DSA) in production, which is what unlocks the 256K context.
How does it work?
The model combines DSA with GQA so token-by-token compute stays close to a 3B dense model while the full 30B parameter budget is available to route through. Training uses Cross-Modal Multi-Teacher On-Policy Distillation to fight catastrophic forgetting during multi-task alignment. A built-in Agent collaboration scaffolding wires Search, Tool, and Code paths into the base model rather than bolting them on later. Sparse attention plus targeted feature aggregation lets it scan hours of video frames without losing temporal grounding.
Why does it matter?
Open-weights long-video understanding has been bottlenecked by both compute and benchmarks. Keye-VL-2.0 beats Qwen3-VL-235B on LongVideoBench at 74.1 with one-eighth the active parameters, posts 70.1 mIoU on QVHighlights-TimeLens, and ships under Apache-2.0 with code, model weights, and a public demo. Combined with a permissive license, that turns it into a credible drop-in for long-video agent stacks built on closed APIs.
Who is it for?
open-weights ML engineers, video understanding researchers, agent builders
Try it
huggingface-cli download Kwai-Keye/Keye-VL-2.0-30B-A3B