Gemma 4 Released: Four Model Sizes for Local AI Hosting

Gemma 4 Model Specifications
Gemma 4 is now available as a self-hosted AI model with four distinct configurations for different hardware scenarios. According to the source, it doesn't compete with Claude, Codex, or Gemini but is positioned as a practical option for multi-routing scenarios where a small, capable self-hosted model can save tokens.
Model Variants and Hardware Requirements
- E2B (2.3B effective parameters): Built for edge devices like phones and Raspberry Pi. Requires ~4-8GB RAM and runs well on a CPU. Recommended for hosting on VPS.
- E4B (4.5B effective parameters): Built for laptops and low-end hardware. Maintains a low memory footprint.
- 26B MoE (25B total, 3.8B active): Built for consumer GPUs. Runs at inference speeds similar to a 4B model.
- 31B Dense: Built for mid-range GPUs and workstations. Requires approximately 16-20GB VRAM when using 4-bit quantization.
Capabilities and Availability
All Gemma 4 models are multimodal with both text and vision capabilities. The E2B and E4B edge models specifically support real-time audio. The models are built for advanced reasoning and agentic workflows.
Gemma 4 is available on Google AI Studio, Hugging Face, Kaggle, and Ollama.
📖 Read the full source: r/openclaw
👀 See Also

Analysis of 413K AI Agent Runs Reveals What Makes Them Succeed
An analysis of 413,278 AI software engineering agent runs from the CoderForge-Preview dataset shows that human software engineering best practices often harm agent performance. The data reveals specific patterns that separate successful from failing runs on the same problems.

Sam Altman, Trump, and Bernie Sanders Unite on Public Ownership of AI Infrastructure
Sam Altman, Donald Trump, and Bernie Sanders are in rare agreement: AI infrastructure should be publicly owned. The AP reports the bipartisan interest in public ownership models for AI.

Benchmark Results: Qwen3.5 Models on Apple Silicon vs AMD GPUs with ROCm vs Vulkan
A developer benchmarked Qwen3.5 models (35B MoE, 27B dense, 122B MoE) across Apple Silicon Macs and AMD GPU workstations, comparing ROCm and Vulkan backends with context-scaling tests. Hardware included M5 Max, M1 Max, and three AMD GPUs with different PCIe configurations.

Open-source models match or beat Claude Opus 4.6 on benchmarks
DeepSeek V3.2, DeepSeek R1, Kimi K2.5, and MiniMax M2.5 outperform Claude Opus 4.6 on 4 out of 5 major benchmarks including MMLU-Pro, speed, tool use, and reasoning, while being significantly cheaper.