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

Provides GGUF-quantized Inkling multimodal model weights for local image/audio-to-text and conversational inference. Includes quantization variants (example: 1-bit UD-IQ1_S), Apache-2.0 license, and compatibility with Unsloth Studio, vLLM and common inference stacks.

Hugging Face
AI Video2026

Generates a new camera viewpoint from a reference video: an IC‑LoRA adapter for LTX‑Video 2.3 that re‑renders the same scene from a requested discrete camera angle while preserving subject and content. Trained on synthetic multi‑view data, proof‑of‑concept with limited viewpoint range and best for small, chained angle shifts.

Hugging Face
AI Model2026

Runs a full 27B-class Qwen3.6-derived LLM in a ~7.2 GB ternary/2‑bit format for on-device or single‑GPU text generation, retaining ~95% of FP16 performance and supporting a 262K‑token context. Designed for laptop/GPU deployment; exceeds typical phone memory limits.