model releaseGoogle DeepMind

Google DeepMind releases Gemma 4: open models ranking #3 and #6 on Arena AI leaderboard

TL;DR

Google DeepMind released Gemma 4, a family of four open models ranging from 2B to 31B parameters, all licensed under Apache 2.0. The 31B dense model ranks #3 on Arena AI's text leaderboard and the 26B mixture-of-experts variant ranks #6, outperforming closed models significantly larger in size.

2 min read
0

Google DeepMind Releases Gemma 4 Open Model Family

Google DeepMind today announced Gemma 4, a family of open-source models designed for advanced reasoning and agentic workflows. The release includes four variants: Effective 2B (E2B), Effective 4B (E4B), 26B Mixture of Experts (MoE), and 31B Dense.

Performance and Benchmarks

The 31B dense model currently ranks #3 on Arena AI's text leaderboard, with the 26B MoE variant at #6. According to Google DeepMind, the 26B model outcompetes models 20x its size. Both models were built using the same underlying research and technology as Gemini 3.

Model Specifications

Large Models:

  • 31B Dense: Optimized for maximum quality and fine-tuning, runs on single 80GB NVIDIA H100 GPUs in bfloat16
  • 26B Mixture of Experts: Activates only 3.8 billion parameters during inference for low-latency token generation
  • Context window: Up to 256K tokens

Edge Models:

  • E4B and E2B: Engineered for mobile and IoT devices with native audio input and multimodal support
  • Context window: 128K tokens
  • Designed to run completely offline on Android devices, Raspberry Pi, NVIDIA Jetson Orin Nano, and other edge hardware

Capabilities

All Gemma 4 models include:

  • Advanced multi-step reasoning and planning
  • Native function-calling and structured JSON output for agentic workflows
  • High-quality code generation with offline capability
  • Native vision and audio processing (video, images, variable resolutions, OCR, chart understanding)
  • Training on 140+ languages
  • Variable resolution image processing and speech recognition (E2B/E4B)

Licensing and Distribution

Gemma 4 is released under Apache 2.0, a commercially permissive open-source license. The models are available immediately via Hugging Face, Kaggle, and Ollama. Google DeepMind claims developers have downloaded previous Gemma versions over 400 million times, with more than 100,000 community variants created.

Integration and Tools

Day-one support includes compatibility with Hugging Face Transformers, llama.cpp, Ollama, vLLM, NVIDIA NIM, LiteRT-LM, MLX, LM Studio, Unsloth, and SGLang. For Android development, models are available through Android Studio's Agent Mode and the ML Kit GenAI Prompt API. Cloud deployment options include Google Cloud's Vertex AI, Cloud Run, GKE, and TPU-accelerated serving.

Development Collaboration

Google DeepMind collaborated with Qualcomm Technologies and MediaTek on the edge models. Previous Gemma fine-tuning efforts cited include BgGPT (Bulgarian language model by INSAIT) and Cell2Sentence-Scale (Yale University cancer research application).

What This Means

Gemma 4 represents a significant efficiency milestone: achieving near-frontier reasoning performance at smaller parameter counts reduces the hardware barrier for researchers and developers building production AI systems. The Apache 2.0 licensing removes commercial restrictions that hampered earlier open models, and multimodal edge capabilities (E2B/E4B) enable on-device AI without cloud dependency. The models' Arena AI rankings suggest measurable performance gains over comparable-sized open models, though competitive positioning against Meta's Llama and other recent releases remains to be independently verified. For enterprises prioritizing data sovereignty and offline inference, Gemma 4 addresses a concrete operational requirement.

Related Articles

model release

NVIDIA Nemotron 3.5 Lightning Arrives on Amazon SageMaker JumpStart, Targets High-Volume Agentic Workloads

NVIDIA's Nemotron 3.5 Lightning, a 30B-parameter hybrid Mixture-of-Experts model with only 3B active parameters, is now available for one-click deployment on Amazon SageMaker JumpStart. NVIDIA claims up to 4x higher throughput and 30% faster task completion for high-volume agentic workloads compared to larger frontier models.

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.

model release

Liquid AI Releases LFM2.5-VL-3B, a 3B-Class Vision-Language Model Built for On-Device Deployment

Liquid AI has released LFM2.5-VL-3B, a multimodal upgrade to its LFM2-VL-3B model built for on-device grounding, object detection, and document OCR. The model runs at 228 tokens/sec on an Apple M5 Max and 116 tokens/sec on an AMD Ryzen AI Max+ 395, using under 3.3 GB of memory.

model release

Z.ai Releases GLM-5.3 with 1M-Token Context and Always-On Reasoning

Z.ai has released GLM-5.3, a large-scale reasoning model aimed at software engineering and long-horizon agent tasks, featuring a 1M-token context window and mandatory reasoning that cannot be disabled. The model is priced at $1.40 per 1M input tokens and $4.40 per 1M output tokens on OpenRouter.

Comments

Loading...