Back to Blog
Open Source August 23, 2026 5 min read

Google's Gemma Passes 1 Billion Downloads, With 100,000 Developer-Built Variants

Google DeepMind's open-weight model family has crossed one billion cumulative downloads since early 2024. Developers have published over 100,000 fine-tunes and derivatives — some of them now running in orbit.

Google's Gemma Passes 1 Billion Downloads, With 100,000 Developer-Built Variants

Google’s Gemma family of open-weight models has passed one billion cumulative downloads, the company announced — the first time Google has put a total adoption number on the family since it launched in early 2024. Alongside the download milestone: outside developers have published more than 100,000 Gemma variants, fine-tunes and derivatives adapted to specific languages, tasks, and hardware targets.

The announcement came from Google DeepMind vice president Clement Farabet and product director Olivier Lacombe. The 100,000-variant figure is arguably the more meaningful of the two numbers. Downloads count curiosity; published variants count investment. Every fine-tune represents a developer who took the weights, built something on top, and shipped it back into the ecosystem — the flywheel dynamic that made Llama’s ecosystem formidable and that Google has spent two years deliberately cultivating with small, hackable models rather than chasing benchmark crowns.

The deployment stories back that up. Teams at NASA, satellite startup Satlyt, and orbital-compute company Starcloud are running Gemma models in space — doing onboard image analysis to decide what is worth sending down scarce downlink bandwidth and routing communications between satellites. That is exactly the niche open weights win: environments where API calls to a frontier model are physically impossible and every parameter has to justify its memory footprint. Other variants power healthcare applications, genomics research, and — in one of DeepMind’s stranger collaborations — analysis of dolphin vocalizations.

The milestone lands at a competitive moment for open models. Alibaba open-sourced its 2.4-trillion-parameter Qwen3.8-Max earlier this month, and Meta released Muse Glimmer, a 30-billion-parameter dense model that runs offline on a single 24GB consumer GPU under Apache 2.0. The open-weights race is no longer about whether big labs participate — it’s about whose ecosystem accumulates the most derivative work. On that metric, a public count of 100,000 variants is Google planting a flag.

Worth keeping honest: a billion downloads is a vanity-adjacent metric. It counts every CI pipeline pull, every retried download, every student notebook. It does not measure production deployments, and Google shared no figures on those. Gemma also remains “open weights,” not open source in the OSI sense — the license carries use restrictions that matter for some commercial deployments.

For working developers, the practical takeaway is ecosystem depth. A hundred thousand variants means that for most narrow tasks — a specific language, a legal domain, an edge-hardware target — someone has probably already fine-tuned a Gemma for it. Before reaching for an API, it’s worth checking. The cheapest inference is the model you run yourself.

Sources

Google Gemma open source open weights