model release

Google launches Gemma 4 open-weights models with Apache 2.0 license to compete with Chinese LLMs

TL;DR

Google released Gemma 4, a new line of open-weights models available in sizes from 2 billion to 31 billion parameters, under a permissive Apache 2.0 license. The release includes multimodal capabilities, support for 140+ languages, native function calling, and a 256,000-token context window for the larger variants.

3 min read
0

Google Launches Gemma 4 Open-Weights Models with Apache 2.0 License

Google released Gemma 4, a new family of open-weights large language models designed to compete directly with Chinese open-source models from Moonshot AI, Alibaba, and Z.AI that increasingly rival proprietary alternatives. The shift to a permissive Apache 2.0 license marks Google's most significant licensing change for the Gemma family, removing previous restrictions that gave Google the right to terminate access.

Model Lineup and Specifications

Gemma 4 comes in multiple sizes across three categories:

High-performance dense model: A 31-billion-parameter model tuned for output quality, featuring a 256,000-token context window. Google claims it runs unquantized at 16-bit precision on a single 80 GB H100 GPU and at 4-bit precision on consumer GPUs like the Nvidia RTX 4090 or AMD RX 7900 XTX using frameworks such as Llama.cpp or Ollama.

Mixture of Experts variant: A 26-billion-parameter model using a mixture of experts (MoE) architecture with 3.8 billion active parameters per token. The model prioritizes inference speed over output quality and also features a 256,000-token context window.

Edge models: Two smaller models optimized for smartphones and single-board computers like Raspberry Pi, with 2-billion and 4-billion effective parameters (5.1 and 8 billion actual parameters, respectively, using per-layer embeddings). These retain 128,000-token context windows and multimodal capabilities.

Key Capabilities

All Gemma 4 variants support:

  • Multimodality: Video, audio, and image inputs alongside text
  • Multilingual support: Over 140 languages
  • Native function calling: Structured output generation
  • Advanced reasoning: Improvements in mathematical and instruction-following tasks

Google provides benchmark comparisons against Gemma 3 showing "significant performance improvements across a variety of AI benchmarks," though specific scores were not disclosed in the announcement.

Licensing and Deployment Strategy

The shift from Google's previous custom license to Apache 2.0 removes restrictions on deployment scenarios and eliminates Google's ability to revoke access. This addresses enterprise concerns about vendor control and data sovereignty—a critical differentiator against proprietary models where training data usage remains opaque.

Gemma 4 models are immediately available through:

  • Google AI Studio
  • Google AI Edge Gallery
  • Hugging Face
  • Kaggle
  • Ollama

Google claims day-one support across 12+ inference frameworks including vLLM, SGLang, Llama.cpp, and MLX.

Market Context

The release directly responds to the emergence of competitive open-weights Chinese models. Models like Moonshot AI's offerings and Alibaba's implementations now reportedly match or exceed the capabilities of OpenAI's GPT-5 and Anthropic's Claude on certain benchmarks. By offering a domestic alternative with clear licensing terms, Google aims to secure enterprise adoption where data residency, cost sensitivity, and licensing flexibility drive decision-making.

The 31-billion-parameter ceiling positions Gemma 4 below Google's proprietary Gemini models, eliminating cannibalization risk while remaining accessible to enterprises that cannot afford the infrastructure costs of larger models.

What This Means

Gemma 4 represents Google's strategic shift toward open-weights licensing as a competitive moat against both proprietary competitors and Chinese open-source alternatives. The Apache 2.0 license removes the licensing friction that previously made enterprises cautious about adopting Google's models. For developers and enterprises, the multimodal support, code-optimized variants, and 256K context window address two critical use cases: local code assistants and agentic AI. However, Google has not disclosed specific performance benchmarks, making it difficult to assess quality claims against established competitors.

Related Articles

model release

SenseNova Releases U1.5-8B-MoT, an Open-Weight Unified Model for Image Generation and Editing

SenseNova has released SenseNova-U1.5-8B-MoT, an open-weight native multimodal model built on its NEO-unify architecture for image generation, editing, and native 4K output. The model is available on Hugging Face under an Apache 2.0 license, with no inference pricing yet since it must be self-hosted.

model release

DeepSeek Releases Experimental V4-Flash-Vision-Exp, Claims Near-Parity With Opus 4.8 on Agent Benchmarks

DeepSeek has released V4-Flash-Vision-Exp, an experimental multimodal extension of V4-Flash that adds image understanding while preserving text reasoning capabilities. The company claims the model approaches or beats Anthropic's Opus 4.8 on its internal multimodal agent benchmarks.

model release

DeepSeek Releases V4 Flash Vision Exp, an Experimental Multimodal MoE Model with 1M Context

DeepSeek has released V4 Flash Vision Exp, an experimental vision-enabled variant of DeepSeek V4 Flash 0731 that adds image understanding while matching the base model's text performance. The sparse mixture-of-experts model uses 13B active parameters out of 284B total and supports a 1M token context window.

model release

Qwen Launches Qwen3.8 27B, an Open-Weight Vision-Language Model with 262K Context

Qwen has released Qwen3.8 27B, a 27-billion-parameter dense vision-language model with a 262K token context window, available now via OpenRouter at $0.45 per million input tokens and $3.20 per million output tokens.

Comments

Loading...