NEWS

Google Releases Gemma 4, Free AI Models for Any Device

Google Gemma 4 open source AI models for phones and devices

Google released Gemma 4 on April 2, a family of four open-source AI models built on the same research behind its flagship Gemini 3 system. The lineup spans a 31-billion-parameter dense model, a 26-billion-parameter mixture-of-experts model, and two edge-focused variants (E4B and E2B) designed to run on phones, single-board computers, and consumer GPUs. All four ship under the Apache 2.0 license. Model weights are available now on Hugging Face, Kaggle, Ollama, LM Studio, and Google AI Studio.

Why the Apache 2.0 License Changes the Cost Structure for AI Products

Previous generations of competitive open models often came with restrictions on commercial use, user thresholds, or revenue caps. Gemma 4 drops all of that. Apache 2.0 is the most permissive standard open-source license available: any company, of any size, can embed these models in a product and charge for it without paying Google a cent.

That matters because the dominant cost in AI-powered products today is inference, the per-query fee charged by cloud API providers. A startup running GPT-4-class queries through a third-party API can easily spend $10,000 to $50,000 per month on inference alone as usage scales. Gemma 4 offers a path around that bill entirely. The 26B model runs on a single consumer GPU. The E2B model runs on a Raspberry Pi 5 with less than 1.5 GB of memory, processing 133 tokens per second at prefill and 7.6 tokens per second at decode. For many product categories, that is fast enough to replace a cloud API call with a local one.

The models also support 140-plus languages with context windows up to 256,000 tokens, and they handle text, images, video, and audio input natively. That multimodal range means a single model can power features that would previously require stitching together three or four separate services.

What Can Founders Actually Build With Google Gemma 4?

Founders building AI-native products can use Gemma 4 to run inference locally, eliminate per-query API costs, and ship features that work offline on phones, laptops, and edge hardware, all without licensing restrictions or revenue-sharing obligations to Google.

The benchmark numbers back up that claim. On the Arena AI text leaderboard, the 31B model holds an Elo of 1,452, ranking #3 among all open models worldwide and outperforming models with twenty times its parameter count, according to Google DeepMind. The 26B mixture-of-experts variant sits at #6 with an Elo of 1,441. On the AIME 2026 math benchmark, the 31B model scores 89.2%, up from 20.8% for its predecessor Gemma 3 27B. Its Codeforces Elo is 2,150, and it scores 80.0% on LiveCodeBench v6.

Those numbers put Gemma 4 in the range of models that companies currently pay premium API rates to access. The difference: Gemma 4 is free, runs on hardware you already own, and never sends your data to a third-party server. For startups building in regulated industries like healthcare, finance, or legal tech, that on-device privacy guarantee is not a nice-to-have. It is a compliance requirement.

NVIDIA reinforced that local-first direction by announcing accelerated support for Gemma 4 across its RTX consumer GPUs, DGX Spark personal AI supercomputer, and Jetson Orin Nano edge modules. The company worked with Google to ensure day-one compatibility with Ollama and llama.cpp, with quantized model variants from Unsloth ready at launch. That means a developer with an RTX 5090 can run the full 31B model locally today, no cloud account required.

The practical applications are broad. Solo founders already building million-dollar businesses with AI tools now have a free, locally deployable model that handles code generation, customer support, content creation, and data analysis without ongoing API bills. Developers shipping mobile apps can embed the E2B or E4B models for offline AI features that work without a network connection. Hardware startups building smart devices can run Gemma 4 on a $75 Raspberry Pi board instead of routing every query through a cloud endpoint.

What Comes Next for Google’s Open Model Push

Google is making a clear strategic bet: give away the models, own the platform. Gemma 4 is tightly integrated with Google AI Studio, Vertex AI, and Google Kubernetes Engine for training and fine-tuning. Developers who adopt Gemma 4 today are likely to deploy on Google Cloud tomorrow. The models also plug into Google AI Edge for on-device deployment on Android, with system-level integration through Android AICore.

The release lands during a period of record AI investment. Q1 2026 venture capital funding hit $297 billion, with AI claiming 81% of that total. Free, commercially licensed models lower the barrier for the next wave of AI startups competing for that capital. The question is no longer whether small teams can access frontier-level AI. It is whether they can ship products fast enough to capture the window before the next model generation resets the field.

Gemma 4 model weights are available now. Founders who want to start an AI business without outside funding just got their most powerful free tool yet.

Read More From the NEWS desk