Gemma 4 26B A4B vs PaliGemma
Compare Gemma 4 26B A4B and PaliGemma side-by-side.
Compare Gemma 4 26B A4B vs PaliGemma live
Run the same image across every model that supports a task and compare their outputs side-by-side.
These models don't share enough common tasks for a side-by-side demo. See the comparison table below for their capabilities.
Models in this comparison
Gemma 4 26B A4B vs PaliGemma Comparison Table
Evals updated July 10, 2026Pricing updated July 21, 2026
| Property | Gemma 4 26B A4B | PaliGemma |
|---|---|---|
| Organization | ||
| Category | open | open |
| Modality | multimodal | multimodal |
| Release Date | Apr 2026 | May 2024 |
| Context Window | 256K | — |
| Parameters | 25.2B | 3B |
| License | Apache 2.0 | Custom |
| Pricing per 1M tokens | ||
| Input $/1M | $0.070 | |
| Output $/1M | $0.340 | |
| Vision Tasks | ||
| Captioning | Demo | |
| Vision Language | ||
| Visual Question Answering | Demo | |
| classification | Demo | |
| Object Detection | Demo | |
| OCR | Demo | |
| Model Features | ||
| Multimodal Vision | ||
| LLMs with Vision Capabilities | ||
Gemma 4 26B A4B vs PaliGemma: Overview
Gemma 4 26B A4B is the Mixture-of-Experts variant in Google's Gemma 4 family, with 25.2B total parameters but only 3.8B active per token. Built from the same Gemini 3 research as the 31B dense sibling and released as open weights under the Apache 2.0 license, it supports a 256K token context window with text and image input and configurable thinking mode. The "A4B" in the name refers to its approximately 4B active parameters. The MoE design makes it significantly faster at inference than the dense 31B, running nearly as fast as a 4B-parameter model while delivering roughly 97% of the dense model's quality.
For vision tasks, the 26B A4B shares the same multimodal capabilities as the 31B image understanding with variable aspect ratios and resolutions, and structured bounding box output for UI element detection. The tradeoff versus the 31B dense model is a small quality reduction in exchange for much faster inference and lower hardware requirements, fitting in 18GB of VRAM at 4-bit quantization. It ranked #6 among open models on the Arena AI text leaderboard at launch.
PaliGemma is a vision-language model released in May 2024 by Google, built by pairing the SigLIP-So400m vision encoder with the Gemma 2B language model. It is designed primarily as a compact, transfer-friendly base model for fine-tuning to downstream vision-language tasks, rather than as a chat-optimized assistant. PaliGemma draws architectural inspiration from the PaLI-3 model at Google Research, applying a similar encoder-decoder approach at a smaller and more accessible parameter scale.
PaliGemma accepts an image together with a text prompt and generates text output, supporting image captioning, visual question answering, optical character recognition, object detection, referring expression segmentation, and a range of related vision-language tasks when fine-tuned on task-specific data. The model is released at three input resolutions (224, 448, and 896 pixels), with higher resolutions providing stronger performance on tasks requiring fine visual detail such as OCR and document understanding. Google released pretrained (PT) checkpoints intended as fine-tuning bases, along with Mix variants that have been fine-tuned on a mixture of downstream tasks for direct use without additional training. PaliGemma is distributed under the Gemma license, a custom license from Google that permits commercial use subject to the terms of the Gemma Prohibited Use Policy. It was succeeded by PaliGemma 2 in December 2024, which extends the architecture to larger Gemma 2 language backbones at 3B, 10B, and 28B parameter sizes.