Gemma (Google)
Updated 2026-04-09
Google’s open-weight model family, released under the Apache 2.0 license. Gemma 4 arrived in April 2026 with checkpoints on Hugging Face. Unlike many supposedly open models, Apache 2.0 allows unrestricted commercial use, which is the key difference for startups that actually want to deploy models in production.
What Gemma 4 Adds
- Apache 2.0 licensing on all checkpoints, the real headline feature
- strong multimodal ability already at 27B parameters
- tool calling and reasoning capabilities
- all weights publicly available on Hugging Face
Why License Matters More Than Benchmark
The best model without a usable license is close to worthless for a startup. Gemma 4 under Apache 2.0 means: integrate it, adapt it, sell with it, without needing Google’s permission. That separates it from research-only releases that invite usage while surrounding it with legal uncertainty.
The constraint that remains is compute. Running a 27B model locally is still impractical for many developers without dedicated GPUs. That reconnects the story to cloud providers, including Google itself, which can offer the same models through APIs.
Connections
- Andrej Karpathy - his LLM-wiki idea shows how open-weight models can feed local knowledge systems
- LLM Knowledge Base - Gemma 4 is a plausible backbone for local wiki agents
- Vibe Coding - open-weight models make agentic workflows less dependent on cloud vendors
Sources
- @googlegemma on X - Gemma 4 Launch - launch thread (2026-04-03)