About Gemma 4
What it is, who made it, why people care, and what this reference is for โ written for someone arriving with no prior context. If you already know what an open-weight model is, the datasheet will serve you better.
What Gemma 4 is
A file you can download
Gemma 4 is a set of model weights โ large files of learned numbers that a program on your computer reads to generate text. Google publishes them openly, so you download them once and run them yourself. There's no account, no per-message cost, and no requirement to be online.
This is the fundamental difference from ChatGPT, Claude or Gemini, which run on someone else's servers and are reached over the internet.
Made by Google DeepMind
Built from the same research as Gemini 3, Google's closed flagship, then released under Apache 2.0 โ a standard open-source licence that permits commercial use, modification and redistribution without conditions.
Gemma is the open sibling of Gemini rather than a cut-down version of it. The two share lineage but are distributed on opposite terms.
Four things that follow from being open
Not abstract benefits โ each one changes what you can build.
Your data stays put
Prompts never leave the machine. For confidential documents, medical notes or anything under a data-residency rule, that's a guarantee you can verify by unplugging the network.
No per-message cost
Once downloaded, running it costs only electricity. There's no meter, and a traffic spike doesn't become an invoice.
Works offline
On a plane, in a lab with no outbound network, or on a phone in airplane mode. The model doesn't know or care whether you're connected.
You can change it
Fine-tune it on your own data, quantise it, embed it in a product, and redistribute the result. Apache 2.0 imposes no conditions on any of that.
Five models, one design
They share a tokenizer, a chat format and a tool-calling interface, so moving between them is a configuration change rather than a rewrite.
| Model | Runs on | Best for |
|---|---|---|
| E2B 2.3B | A phone | Offline assistants, classification, extraction โ 1.1 GB as a mobile build |
| E4B 4.5B | A laptop | The same, with more headroom; 4.5 GB at 4-bit |
| 12B | One consumer GPU | The all-rounder โ and the only large model that accepts audio and video |
| 26B A4B mixture of experts | A 24 GB card | Serving many users โ roughly 4.4ร faster than the 31B |
| 31B | A 24 GB card | Maximum quality when that decides the outcome |
Gemma 4 among the alternatives
Positioning, stated plainly rather than favourably.
Against frontier closed models
Gemini 3, GPT-5 and Claude are ahead on the hardest reasoning, and that gap is real. Gemma's answer isn't that it competes โ it's that you can hold it.
Against other open models
Competitive, and unusually strong at the small end. Alibaba's Qwen line is the closest rival and its 2.4-trillion-parameter flagship outscores Gemma 4 โ but needs a cluster to run.
At the bottom end
Where Gemma 4 is genuinely unmatched. A 2B model scoring 37.5 on competition maths, in under a gigabyte on a phone, has no real equivalent in the open ecosystem.
What this site is, and isn't
An independent reference
- โ Specifications, benchmarks and provenance in one place
- โ Practical guides for downloading, installing and self-hosting
- โ Interactive tools โ a VRAM calculator, runtime selector and model comparator
- โ Honest coverage of limitations, not only strengths
- โ Every figure traceable to a named source
Not affiliated with Google
- โ ๏ธ Not operated, endorsed or reviewed by Google or Google DeepMind
- โ ๏ธ Not a substitute for the official documentation
- โ ๏ธ Not legal advice on licensing, however carefully it's summarised
- โ ๏ธ Not guaranteed current โ this field moves weekly
Gemma and Google are trademarks of Google LLC. Always confirm anything consequential against ai.google.dev/gemma.
How the figures were sourced
| Type of claim | Where it comes from | How it's treated |
|---|---|---|
| Architecture and benchmarks | Gemma 4 technical report, model cards | Marked as self-reported; evaluation settings stated |
| Model IDs and file sizes | Google's documentation and repositories | Checked against the live repositories, not transcribed |
| Throughput and agentic results | Third-party benchmarking | Marked as independent โ and often less flattering |
| Derived figures | Computed here | Formula shown, and validated against published measurements where they exist |
| Anything unavailable | โ | Left blank and said so, rather than estimated silently |
Depending on why you're here
Four questions and you'll have the right runtime, model size and exact commands for your machine.
Weights, KV cache, context and concurrency, with a straight answer on which GPUs have room.
Every published figure for the family, with a provenance table for each one.
134 questions, searchable, each linking to the page with the full working.
What it does badly, with a mitigation for each โ worth reading before you commit.
Every checkpoint with its exact repository ID and pull command.
An open model you can actually own.
Free weights, five sizes, and hardware requirements that start at a phone.