DEV Community

Breach Protocol
Breach Protocol

Posted on • Originally published at groundtruth.day

Google's Gemma 4 is a small open multimodal family that skips the image encoder

Google released Gemma 4, an open-weight model family that natively handles text, vision, and audio across sizes from 2.3 to 31 billion parameters — and one 12-billion-parameter variant does it without a separate image or audio encoder, feeding raw patches straight into the main model. The family mixes dense and mixture-of-experts designs, adds a step-by-step thinking mode, and claims to rival larger frontier open models in human-rated tasks. It arrives as the open-weight tier becomes the center of gravity for cost-conscious builders.

Key facts

  • Gemma 4 spans 2.3B to 31B parameters, dense and mixture-of-experts, and is natively multimodal (technical report).
  • A 12B encoder-free variant ingests raw image and audio patches directly, with no separate encoder.
  • Includes a thinking mode for reasoning traces, plus efficiency gains in speed, memory, and long context.
  • Open-weight, from Google; submitted to Hugging Face by Google's Omar Sanseviero.

The background: most multimodal models are built like a translation relay. An image goes through a dedicated vision encoder that turns it into a summary the language model can read; audio goes through its own encoder. It works, but it means training and maintaining several models bolted together, each a place where information gets lost. The encoder-free approach in Gemma 4's 12B variant removes the relay: pixels and audio are chopped into patches and fed directly into the same transformer that handles text. Think of it as the difference between reading a translator's summary of a painting versus looking at the painting yourself — fewer hands between the input and the model's understanding.

Why the sizes matter: at 2.3 to 31 billion parameters, these are models built to run on a single GPU or even a laptop, not a datacenter. That is the whole point of the Gemma line — capable open weights small enough for developers and researchers to run themselves. Pairing that with native multimodality and a thinking mode aims the release squarely at builders who want frontier-adjacent capability they can host and fine-tune.

Why it matters: Gemma 4 is Google's entry in the open-weight race that is currently reshaping which models US enterprises actually run. With Chinese open models capturing a third of enterprise tokens on price, a strong Google open family is both a competitive response and a bid to keep Western open weights relevant. Encoder-free multimodality also nudges the whole field toward simpler, more unified architectures.

The honest caveat: the Hugging Face community's first reaction was that the technical report is thin compared to the detailed Gemma 3 release — light on the ablation studies that show which design choices actually drove the gains. "Rivals larger frontier open models in human-rated tasks" is the headline claim, but human-preference ratings are noisy and easy to frame favorably, and without the ablations it's hard to separate the encoder-free idea's contribution from everything else Google changed at once. The models are real and downloadable; the strength of the specific claims awaits independent testing.


Originally published on Ground Truth, where every claim is checked against the primary source.

Top comments (0)