Interlinked.

Best Buy GPU.
Frontier intelligence.

Google Gemma 4 26B MoE: 128 experts, 2 active per token. The knowledge of a 26B model at the compute cost of a 3.8B model. Running on a single consumer GPU you can buy today for $2K.

GPT-4~12%Mixtral 8x7B28%DeepSeek V35.5%Kimi K2.53.2%Gemma 4 26B1.6%ACTIVATION RATIO (LOWER = BETTER)

TL;DR

The short version.

01
Datacenter knowledge, desktop compute

Gemma 4 26B is a Mixture-of-Experts model: 128 experts, 2 active per token, a 1.6% activation ratio. It holds the knowledge of a 26B model but computes only 3.8B parameters per token: 85% less compute for the same capacity.

02
It fits on one $2K GPU

All 26B parameters load into roughly 16 GB of VRAM, so the model runs on a single consumer RTX 5090 you can buy at retail today for about $2K: no datacenter, no per-token API bill, no data leaving your machine.

03
The activation ratio keeps collapsing

It fell from GPT-4's ~12% in 2023 to Gemma 4's 1.6% in 2026, while the consumer-tier total shrank from ~1.8T parameters to 26B. Every other frontier MoE (DeepSeek V3 at 5.5%, Kimi K2.5 at 3.2%) still needs hundreds of GB of VRAM.

04
The routing is the moat

Gemma 4 is distilled from Gemini 3, which teaches its 128-way router which experts to fire. Without a frontier teacher and custom TPU scheduling, rivals sit 6-12 months behind, and Anthropic ships no MoE at any scale.

05
APIs still win peak quality

Claude Opus 4.6 stays ~62 ELO ahead for one-off, latency-sensitive work. But for high-volume local batches (indexing, classification, doc generation) the $2K local model wins on economics first, and the quality gap narrows every generation.

Activation ratio

1.6%

128 experts, 2 active per token

Hardware cost

$2K

Single RTX 5090 (one-time purchase)

How it works

Don't use all the parameters.

A dense model activates every parameter on every token. 70 billion parameters for "the," 70 billion for "eigenvalue." Most parameters aren't relevant to most tokens.

MoE replaces monolithic feed-forward layers with a bank of smaller expert sub-networks. A learned router decides which 2 of 128 experts to activate per token. The rest stay dormant. You load all 26B parameters into VRAM (they need to be ready) but only 3.8B compute per token.

Knowledge of a large model. Compute of a small one. That's why it runs fast on consumer hardware: per-token, it's doing the work of a tiny model.

2023 to 2026

Datacenter to desktop in three years.

YearModelTotal / active paramsActivationSignificance
2023GPT-4 (OpenAI)~1.8T / ~220B~12%First frontier MoE. Proved the architecture works at scale. Datacenter only.
2024Mixtral 8x7B (Mistral)46.7B / 12.9B~28%First open-weight MoE. 8 experts, 2 active. Ran on 2x consumer GPUs.
2025DeepSeek V3 (DeepSeek)671B / 37B~5.5%MoE at frontier quality. 256 experts, 8 active. Still needs a datacenter.
2026Gemma 4 26B (Google)26B / 3.8B1.6%MoE on a single consumer GPU. 128 experts, 2 active. $2K hardware.

Activation ratios falling from 12% to 1.6%. Total parameters shrinking from 1.8 trillion to 26 billion for the consumer tier. The hardware dropped from datacenter racks to a single GPU.

The activation ratio

Every MoE model compared. Lower activation = more knowledge per cycle.

VRAM REQUIRED (FP16)
GPT-4 (~440 GB)640 GB
440 GB
~200 GB free
DeepSeek V3 (~1,342 GB)640 GB
1342 GB needed, won't fit
Kimi K2.5 (~600 GB)640 GB
600 GB
~40 GB free
Mixtral 8x7B (~93 GB)640 GB
93 GB
~547 GB free
Gemma 4 26B (~16 GB)32 GB
16 GB
~16 GB free

What 1.6% activation means in practice

Dense model (26B)

26B

params computed per token

MoE (26B total)

3.8B

params computed per token

Same knowledge capacity. 85% less compute. That's the entire trick.

The numbers

Hardware required.

Gemma 4 runs on hardware you can buy at retail. Every other MoE model needs datacenter infrastructure.

ModelTotalActiveActivationHardware
GPT-4~1,800B~220B~12%8x A100 (~$120K)
Mixtral 8x7B46.7B12.9B28%2x consumer GPU (~$3K)
DeepSeek V3.2671B37B5.5%4x H100 (~$100K)
Kimi K2.5~1,000B32B3.2%8x H100 (~$200K)
Gemma 4 26B26B3.8B1.6%1x RTX 5090 (~$2K)
$2K
one GPU. one time. no API bill.
Before Gemma 4, running a high-quality MoE locally meant $15K+ multi-GPU rigs or severe quantization.

The moat

Why competitors can't just copy this.

The router that decides which 2 of 128 experts fire, that's trained on massive diverse data. Bad routing = dead experts = wasted parameters. Gemma 4 is distilled from Gemini 3: the large teacher model tells the small one which routing decisions are correct. Without a frontier teacher, you're training the router blind.

128 experts must all see balanced traffic. Google published the load-balancing loss function but the hyperparameters are empirical. Training requires custom TPU scheduling: different experts activate on different inputs, making batch parallelism harder than dense models. Papers are public. The training pipeline is not. 6-12 months to replicate.

01

Router training

128 experts, 2 active. One wrong routing decision = dead expert.

02

Distillation

Gemma 4 taught by Gemini 3. No frontier teacher = blind routing.

03

Expert balancing

128 experts need equal traffic. Hyperparameters are empirical.

04

Compute scheduling

Custom TPU pod infra for 128-expert batch parallelism.

05

Safety / RLHF

Aligning the router too, not just the output head.

Competition

Where everyone else stands.

LabMoE statusConsumer-scale?Gap to Gemma 4
Anthropic (Claude)Entirely denseNoNo MoE at any scale. The only major frontier lab not using it.
OpenAI (GPT-4/5)MoE since 2023NoDatacenter only. No open-weight, no consumer play.
Meta (Llama 4)Scout/Maverick MoENo17B active (4.5x Gemma). Maverick 400B barely matches Gemma 4 26B on ELO.
DeepSeekV3.2 leads datacenter MoENoClosest competitor. Smallest MoE still needs ~400 GB VRAM.
Google (Gemma 4)128-expert, 26B totalYesThe only consumer-scale MoE with no quality loss.

Pay per token, or pay $2K once.

No rate limits. No API keys. No data leaving your machine.

What this means

The end of API dependency.

For any task where you process thousands of files (code analysis, documentation generation, codebase indexing, batch classification) the local model wins on economics before it wins on anything else. No rate limits, no API keys, no data leaving your machine, no monthly bill.

APIs still win for peak quality (Opus 4.6 is ~62 ELO ahead of Gemma 4 26B) and for tasks where latency matters more than throughput. But the gap is closing every generation, and MoE is the mechanism closing it.

Google didn't just release a model. They proved the architecture works at consumer scale with no quality loss. Everyone else is 6-12 months behind. By the time competitors ship consumer MoE, the next Gemma will already be out.

Total params

26B

All loaded in VRAM

Active params

3.8B

Per token

Experts

128

2 active per token

Hardware

$2K

Single RTX 5090

Common questions

Frequently asked.

Q1

What is a Mixture-of-Experts (MoE) model?

It replaces one monolithic feed-forward layer with a bank of smaller expert sub-networks. A learned router activates just 2 of Gemma 4's 128 experts per token, so all 26B parameters stay loaded in VRAM but only 3.8B do compute work per token, a 1.6% activation ratio.

Q2

What hardware do I need to run Gemma 4 26B locally?

A single consumer GPU. All 26B parameters fit in roughly 16 GB of VRAM, so one RTX 5090 (about $2K) handles it: no multi-GPU rig and no datacenter. Every other frontier MoE, from DeepSeek V3 to Kimi K2.5, still needs hundreds of GB.

Q3

How can a 26B model match far larger ones?

Because MoE decouples knowledge from compute. The router picks the 2 experts most relevant to each token, so you get the stored knowledge of the full 26B while paying the compute cost of a 3.8B model. The 85% compute saving is the entire trick.

Q4

Why can't competitors just copy it?

The router that decides which experts fire is the hard part, and Gemma 4 is distilled from Gemini 3: the frontier teacher tells the small model which routing decisions are correct. The papers are public but the training pipeline is not, so replicating it is a 6-12 month effort. Anthropic still ships no MoE at any scale.

Q5

Should I stop using cloud APIs?

Not entirely. Opus 4.6 is still ~62 ELO ahead for peak-quality, latency-sensitive tasks. But for high-volume local work (codebase indexing, batch classification, doc generation) a $2K local model wins on economics, with no rate limits, no API keys, and no data leaving your machine.

Architecture details from published model cards, Google DeepMind technical reports, Hugging Face model pages, and SWE-bench leaderboard. April 2026.