ai-trend-notifier
← wiki

$ cat wiki/models/gemma-4-12b.md

Gemma 4 12B

Spec

AttributeValue
DeveloperGoogle DeepMind
Released2026-06-03
Announced2026-06-03
Context windowunknown
Pricingunknown
LicenseApache 2.0 (free, commercial use)
AvailabilityOpen weights on Hugging Face and Kaggle
Parameters12B (dense decoder-only transformer)
ArchitectureEncoder-free — vision and audio inputs flow directly into LLM backbone (no separate vision/audio encoders)
ModalitiesText, image, audio, video (native unified, no encoder bridges)
DeploymentvLLM, SGLang, MLX, llama.cpp compatible

Release Date

2026-06-03

Local Requirements

  • Full precision: 16GB VRAM (RTX 4060, RTX 5090, Apple Silicon Mac)
  • Quantized: 8GB VRAM
  • No cloud compute required for inference

Benchmarks

All figures from Google internal evaluation; independent third-party benchmarks pending as of June 4, 2026.

BenchmarkScoreNotes
GPQA Diamond78.8Graduate-level reasoning
MMLU Pro77.2%Broad knowledge
VisionstrongNo separate encoders
CodingcompetitiveAgentic function calling
  • Approaches the larger Gemma 26B MoE model at roughly half the memory footprint
  • Supports optional thinking mode (step-by-step CoT reasoning)

Features

  • Function calling: text and multimodal function calling for local agentic workflows
  • Thinking mode: chain-of-thought style reasoning on demand
  • Agentic use: plans, navigates apps, completes multi-step tasks locally

Use Cases

  • Local AI agent workflows (no cloud dependency)
  • Multimodal analysis: image captioning, audio transcription, video understanding on-device
  • Privacy-sensitive enterprise deployments
  • Developer experimentation: fine-tuning on 8GB+ VRAM

Compared To

ModelParamsLicenseMultimodalLocal 16GBNotes
Gemma 4 12B12BApache 2.0text+image+audio+videounified encoder-free
Gemma 3n (prev)5-8BApache 2.0text+imagemobile-first (PLE arch)
Llama 4 Scout~17B activeLlama licensetext+image⚠️ partialMeta MoE
Mistral Small22BApache 2.0text✅ 8GB+text only
Phi-414BMITtext+imageMicrosoft

Significance

  • Encoder-free multimodal: a novel unified architecture eliminates audio/vision encoder overhead — enabling true laptop-class all-modal AI
  • Open-source frontier push: Apache 2.0 multimodal at 12B is the most capable open-weights on-device model at this capability level as of June 2026
  • Local agents: directly enables local autonomous agent workflows that previously required cloud inference
  • Follows Gemma 3n (May 2026, mobile-first) — Gemma 4 12B is the full laptop/desktop tier of Google's open model strategy

Open Questions

  • Independent third-party benchmarks on consumer hardware?
  • Are Gemma 4 27B / larger variants planned?
  • Fine-tuning guides and instruction-tuned variants?

Referenced by

Sources