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

An Open Standard for Agent Run Records: The Case for a Shared Log Schema
Every agent runtime has its own log format, causing fragmentation in debugging, auditing, and tool portability. The fields already converge on a core schema — it's time to standardize.

Claude Sonnet 4.6 Unveiled: Enhanced Coding and Computer Use Capabilities
Claude Sonnet 4.6 introduces a 1M token context window and improves coding and computer use skills, making it a strong alternative to Opus-class models for a wider range of tasks.

Qwen 3.6-35B-A3B KV Cache Bench: f16 vs q8_0 vs Turbo3 vs Turbo4 on M5 Max Up to 1M Context
Benchmarks of TheTom's TurboQuant Metal fork on M5 Max show f16 and q8_0 OOM past 256K, while turbo3 hits 1M at 6.5 tok/s decode. Prefill and decode split favors turbo3 for prefill and turbo4 for decode on long contexts.

Unlocking OpenClaw's Potential: Integrating with CodeX
Discover how OpenClaw users can seamlessly invoke CodeX for enhanced functionality. Explore user discussions and key methods in this engaging tutorial.