Overview
gemma-4-26B-A4B-it is an instruction-tuned model from Google, part of the Gemma 4 family.
- License: Apache 2.0
- Context length: 256K tokens
- Languages: Multilingual
- Minimum hardware: ~15 GB VRAM
- Strengths: reasoning, coding and on-device inference
Highlights
- Multimodal + reasoning — reads images and short video with a configurable thinking mode.
- Code — generation, completion, and correction across languages, plus agentic tool use.
- 256K context — long documents and codebases in a single pass.
- A4B MoE — mixture-of-experts routing keeps the 26.5B model compact.
What it is good at
The model is multimodal and tuned for reasoning, with a 262144-token context window that handles long documents and codebases in a single pass.
- Code — generation, completion, and correction across languages, plus agentic tool-use workflows that call functions and parse structured output.
- Reasoning and thinking — a configurable thinking mode where the model writes an internal reasoning pass before its final answer, which helps on multi-step math and logic problems.
- Vision and multimodal input — it reads images and short video alongside text, so you can ask questions about a screenshot, a chart, or a diagram locally.
Running it locally
At 26.5B total parameters the weights are compact thanks to quantization. A Q4_K_M build of gemma-4-26B-A4B-it fits in roughly 18GB of VRAM, which a single 24GB consumer GPU or an Apple Silicon Mac with enough unified memory can hold. The 262144-token context grows the KV cache as conversations get long, so leave memory headroom beyond the weights themselves.
huggingface-cli download google/gemma-4-26B-A4B-it
The model has day-one support in Transformers and vLLM, plus llama.cpp, MLX, and Ollama. In Atomic Chat you can load it one-click without writing any setup code.
License
gemma-4-26B-A4B-it is released under the apache-2.0 license. That permits free use, modification, redistribution, and commercial deployment, including running the weights privately on your own hardware and fine-tuning them for your own projects.
