Back to Models
Google: Gemma 4 26B A4B
google/gemma-4-26b-a4b-itApr 3, 2026262.1K context262.1K max output$0.07/M in · $0.34/M outReasoning
Description
Gemma 4 26B A4B IT is an instruction-tuned Mixture-of-Experts (MoE) model from Google DeepMind. Despite 25.2B total parameters, only 3.8B activate per token during inference — delivering near-31B quality at a fraction of the compute cost. Supports multimodal input including text, images, and video (up to 60s at 1fps). Features a 256K token context window, native function calling, configurable thinking/reasoning mode, and structured output support. Released under Apache 2.0.
Specifications
Provider
google
Context Length
262.1K
Max Output
262.1K
Modality
Inimagetextvideo
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.07 |
| Output | $0.34 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "google/gemma-4-26b-a4b-it",
"messages": [{"role": "user", "content": "Hello!"}]
}'