Model techniques map
Techniquesmodel architecturetoken mixerhybrid layer stacking

ambiguous · filed under model architecture

Hybrid Attention

A broad label for attention combined in a hybrid arrangement; the evidence does not consistently specify the component mechanisms.

Also called Hybrid attention mechanism, Hybrid Sparse and Linear Attention, Hybrid linear-sparse attention, Hybrid Attention Architecture, Hybrid attention (sliding window + global), Hybrid local and global attention layers.

sources
27
models
13
labs adopt it
9
strongest
core

How sources treat it

One count per evidence span, weakest treatment to strongest.

used 8core 21

Documented in

Evidence

29 spans quoted from the sources, strongest treatment first.

Remaining blocks interleave local SWA and GA

coremodel architecturein MiMo-V2.6-Pro-RLXiaomi

Its hybrid sparse and linear attention architecture maintains accurate long-context behavior while reducing compute overhead.

coremodel architecturein GLM-5.3-FlashZ.ai

repeated hybrid blocks that interleave Local Sliding Window Attention (SWA) and Global Attention (GA)

coremodel architecturein MiMo-V2.6Xiaomi

a Transformer with a causal hybrid attention architecture that interleaves SWA and GA layers

coremodel architecturein MiMo-V2.6 Audio TokenizerXiaomi

MiMo-V2.6 interleaves 128-token sliding-window layers with full attention.

coremodel architecturein MiMo-V2.6Xiaomi

The models employ a hybrid attention mechanism that interleaves local sliding window attention with full global attention, ensuring the final layer is always global.

coremodel architecturein Gemma 4Google DeepMind

Attention is a hybrid of local and global layers.

coremodel architecturein InklingThinking Machines Lab

Kimi K3 uses a layerwise hybrid of linear and global attention, combining KDA [63] with Gated MLA.

coremodel architecturein Kimi K3Moonshot AI

For the first time in the GLM series, Z.ai combines linear and sparse attention.

coremodel architecturein GLM-5.3-FlashZ.ai

The 3:1 interleave of Gated DeltaNet to full-attention layers is the same ratio Qwen3.5 uses

coremodel architecturein Qwen3.8-Flash-NextQwen

we introduce a hybrid architecture combining sparse and linear attention

coremodel architecturein GLM-5.3-FlashZ.ai

Hybrid Attention Architecture: Interleaves Sliding Window Attention (SWA) and Global Attention (GA) with a 6:1 ratio and 128 sliding window.

coremodel architecturein MiMo-V2.5-ProXiaomi

Attention is a hybrid of local and global layers.

coremodel architecturein InklingThinking Machines Lab

Attention is a hybrid of local and global layers

coremodel architecturein InklingThinking Machines Lab

Hybrid Attention Architecture: Inherits the hybrid design from MiMo-V2-Flash, interleaving Sliding Window Attention (SWA) and Global Attention (GA) with a 5:1 ratio and 128 sliding window.

coremodel architecturein MiMo-V2.5Xiaomi

it employs a hybrid attention mechanism for greater computational efficiency

coremodel architecturein MiMo-V2.6-FlashXiaomi

The models employ a hybrid attention mechanism that interleaves local sliding window attention with full global attention, ensuring the final layer is always global.

coremodel architecturein Gemma 4Google DeepMind

The models employ a hybrid attention mechanism that interleaves local sliding window attention with full global attention, ensuring the final layer is always global.

coremodel architecturein Gemma 4Google DeepMind

Mixed SWA and global attention layout: 48 layers in a 1:3 global-to-SWA ratio (12 global attention layers, 36 sliding-window layers, window 512)

coremodel architecturein Laguna S 2.1Poolside

Hybrid Attention Architecture: Inherits the hybrid design from MiMo-V2-Flash, interleaving Sliding Window Attention (SWA) and Global Attention (GA) with a 5:1 ratio and 128 sliding window.

coremodel architecturein MiMo-V2.5Xiaomi

MiMo-V2-Flash adopts a hybrid attention architecture that interleaves Sliding Window Attention (SWA) with global attention

coremodel architecturein MiMo-V2-FlashXiaomi

hybrid attention (SWA-128 + full-attention at 5:1 ratio)

usedmodel architecturein MiMo-V2.5Xiaomi

introducing several key architectural innovations: (1) Hybrid Attention Architecture: combines Compressed Sparse Attention (CSA) and Heavily Compressed Attention (HCA) to dramatically improve long-context efficiency.

usedmodel architecturein DeepSeek-V4DeepSeek

attention blocks alternate between banded window and fully dense patterns

usedmodel architecturein gpt-oss-120b and gpt-oss-20bOpenAI

We conserve a 5:1 ratio of local sliding window to global self-attention (4:1 for the 2.3B model)

usedmodel architecturein Gemma 4Google DeepMind

For attention, we interleave sliding-window and global layers at a 5:1 ratio with 8 KV heads.

usedmodel architecturein InklingThinking Machines Lab

hybrid attention mechanism combining Compressed Sparse Attention (CSA) and Heavily Compressed Attention (HCA)

usedmodel architecturein DeepSeek-V4-FlashDeepSeek

LAGUNA XS.2 uses interleaved Sliding Window Attention (SWA) and Global Attention (GA) with a 3:1 ratio.

usedmodel architecturein Laguna XS.2Poolside

Hybrid Attention Architecture: We design a hybrid attention mechanism combining Compressed Sparse Attention (CSA) and Heavily Compressed Attention (HCA) to dramatically improve long-context efficiency.

usedmodel architecturein DeepSeek-V4DeepSeek

Filed alongside

Other methods under model architecture :: token mixer :: hybrid layer stacking.