AIAny
AI Model2026
Icon for item

Gemma 4 26B A4B (google/gemma-4-26B-A4B-it)

Instruction-tuned Mixture-of-Experts multimodal model that generates text from text+image inputs while activating a 4B subset of parameters for faster inference; supports a 256K context window, multilingual vision-language tasks, and is available under Apache-2.0.

Introduction

Gemma 4’s 26B A4B MoE variant is notable because it targets the common trade-off in large models: keep inference fast while retaining high capability. By activating only ~4B parameters from a 25B total during inference, it delivers latency and compute characteristics closer to much smaller models while preserving many capabilities useful for reasoning, coding, and multimodal understanding.

Key Capabilities
  • Multimodal text-and-image input → text output: built for interleaved prompts where images precede text, enabling tasks like captioning, document OCR, chart interpretation, and visual question answering.
  • Fast MoE inference: 25.2B total params with ~3.8–4B active parameters yields inference speed closer to 4B-class models while keeping larger-model knowledge and reasoning capacity.
  • Very long context: supports up to 256K tokens, which helps multi-document synthesis, long-form reasoning, and codebases spanning many files.
  • Instruction-tuned and role-aware: supports standard system/assistant/user roles and a "thinking" mode for stepwise internal reasoning when enabled.
Who it’s for & trade-offs

Great fit if you need large-context multimodal assistants that must balance capability and latency — e.g., multi-page document analysis with images, code understanding across large repositories, or agentic workflows where tool-calling and reasoning benefit from long context. Look elsewhere if you require fully on-device execution on very constrained hardware (prefer the E2B/E4B models) or if absolute determinism and minimal memory overhead are critical; the MoE routing and larger vision encoder still demand significant memory and careful deployment (device_map, dtype tuning). Also note that while the model is instruction-tuned and safety-tested, factual accuracy and biases remain limitations common to models trained on large web- and multimodal corpora.

Where it fits

Use this variant when you want a middle ground between dense 31B models and smaller deployable models: it gives many of the higher-capability results of larger models at a lower active-compute cost, especially for vision+text tasks and long-context workflows. For on-device audio or very small-device targets choose the E2B/E4B family instead.

Information

Categories

More Items

Hugging Face
AI Model2026

A dynamically quantized GGUF build of Ornith-1.5-35B optimized for agentic code-fixing and multi-turn conversations: targets 4-bit/≈22GB deployments, includes a vision projector, a custom importance matrix and a concise chat template.

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

Hugging Face
AI Model2026

A large open-weights MoE language model for complex coding, long-horizon agentic workflows, and cyber/security evaluations; post-trained from the GLM-5 family with substantial gains over GLM-5.2. Provides FP8/BF16 checkpoints and native support for very long contexts (up to 1M tokens).