GraySoft
Projects Models About FAQ Contact Download guIDE →
Model Intelligence Sheet

mudler/gemma-4-26b-a4b-it-apex-gguf overview

APEX (Adaptive Precision for EXpert Models) quantizations of google/gemma-4-26B-A4B-it. Brought to you by the LocalAI team | APEX Project | Technical Report

ggufquantizedapexmoemixture-of-expertsgemma4vlmvisionbase_model:google/gemma-4-26B-A4B-itbase_model:quantized:google/gemma-4-26B-A4B-itlicense:gemmaendpoints_compatibleregion:usconversational
mudler/gemma-4-26b-a4b-it-apex-gguf visual
Downloads
164,372
Likes
37
Pipeline
Library
Visibility
Public
Access
Open

Repository Files & Downloads

8 files detected
Direct downloads for all repository files
FileTypeQuantizationSizeLink
gemma-4-26B-A4B-APEX-Balanced.gguf GGUF 18.17 GB Download
gemma-4-26B-A4B-APEX-Compact.gguf GGUF 14.43 GB Download
gemma-4-26B-A4B-APEX-I-Balanced.gguf GGUF 18.17 GB Download
gemma-4-26B-A4B-APEX-I-Compact.gguf GGUF 14.43 GB Download
gemma-4-26B-A4B-APEX-I-Mini.gguf GGUF 12.09 GB Download
gemma-4-26B-A4B-APEX-I-Quality.gguf GGUF 19.16 GB Download
gemma-4-26B-A4B-APEX-Quality.gguf GGUF 19.16 GB Download
mmproj-F16.gguf GGUF F16 1.11 GB Download

Model Details Live

Model Slug
mudler/gemma-4-26b-a4b-it-apex-gguf
Author
mudler
Pipeline Task
Library
Created
2026-04-02
Last Modified
2026-04-15
Gated
No
Private
No
HF SHA
4da5d44e322d18a05f937b1c1e2d5648ae028b1e
License
gemma
Language
Unknown
Base Model
google/gemma-4-26B-A4B-it

Metadata Inspector

Normalized metadata (stored in metadata_json)
{
  "metadata": {},
  "card_data": {
    "license": "gemma",
    "base_model": "google/gemma-4-26B-A4B-it",
    "tags": [
      "gguf",
      "quantized",
      "apex",
      "moe",
      "mixture-of-experts",
      "gemma4",
      "vlm",
      "vision"
    ],
    "frontmatter": {
      "license": "gemma",
      "base_model": "google/gemma-4-26B-A4B-it",
      "tags": [
        "gguf",
        "quantized",
        "apex",
        "moe",
        "mixture-of-experts",
        "gemma4",
        "vlm",
        "vision"
      ]
    },
    "hero_image_url": "",
    "summary": "**APEX (Adaptive Precision for EXpert Models)** quantizations of google/gemma-4-26B-A4B-it. **Brought to you by the LocalAI team** | APEX Project | Technical Report",
    "quick_links": [],
    "benchmark_table_html": "",
    "readme_markdown": "---\nlicense: gemma\nbase_model: google/gemma-4-26B-A4B-it\ntags:\n  - gguf\n  - quantized\n  - apex\n  - moe\n  - mixture-of-experts\n  - gemma4\n  - vlm\n  - vision\n---\n\n# Gemma 4 26B-A4B APEX GGUF\n\n**APEX (Adaptive Precision for EXpert Models)** quantizations of [google/gemma-4-26B-A4B-it](https://huggingface.co/google/gemma-4-26B-A4B-it).\n\n**Brought to you by the [LocalAI](https://github.com/mudler/LocalAI) team** | [APEX Project](https://github.com/mudler/apex-quant) | [Technical Report](https://github.com/mudler/apex-quant/blob/main/paper/APEX_Technical_Report.pdf)\n\n## Benchmark Results\n\nBenchmarks coming soon (re-quantized with llama.cpp b8664 including Gemma 4 tokenizer and logit softcapping fixes). For reference APEX benchmarks on the Qwen3.5-35B-A3B architecture, see [mudler/Qwen3.5-35B-A3B-APEX-GGUF](https://huggingface.co/mudler/Qwen3.5-35B-A3B-APEX-GGUF).\n\n## Available Files\n\n| File | Profile | Size | Best For |\n|------|---------|------|----------|\n| gemma-4-26B-A4B-APEX-I-Balanced.gguf | I-Balanced | 19 GB | Best overall quality/size ratio |\n| gemma-4-26B-A4B-APEX-I-Quality.gguf | I-Quality | 20 GB | Highest quality with imatrix |\n| gemma-4-26B-A4B-APEX-Quality.gguf | Quality | 20 GB | Highest quality standard |\n| gemma-4-26B-A4B-APEX-Balanced.gguf | Balanced | 19 GB | General purpose |\n| gemma-4-26B-A4B-APEX-I-Compact.gguf | I-Compact | 15 GB | Consumer GPUs, best quality/size |\n| gemma-4-26B-A4B-APEX-Compact.gguf | Compact | 15 GB | Consumer GPUs |\n| gemma-4-26B-A4B-APEX-I-Mini.gguf | I-Mini | 13 GB | Smallest viable, fastest inference |\n| mmproj.gguf | Vision projector | 1.2 GB | Required for image understanding |\n\n## What is APEX?\n\nAPEX is a quantization strategy for Mixture-of-Experts (MoE) models. It classifies tensors by role (routed expert, shared expert, attention) and applies a layer-wise precision gradient -- edge layers get higher precision, middle layers get more aggressive compression. I-variants use diverse imatrix calibration (chat, code, reasoning, tool-calling, agentic traces, Wikipedia).\n\nSee the [APEX project](https://github.com/mudler/apex-quant) for full details, technical report, and scripts.\n\n## Architecture\n\n- **Model**: Gemma 4 26B-A4B (google/gemma-4-26B-A4B-it)\n- **Layers**: 30\n- **Experts**: 128 routed (8 active per token)\n- **Total Parameters**: 26B\n- **Active Parameters**: ~4B per token\n- **Vision**: Built-in vision encoder (mmproj included)\n- **APEX Config**: 5+5 symmetric edge gradient across 30 layers\n- **Calibration**: v1.3 diverse dataset (chat, code, reasoning, multilingual, tool-calling, Wikipedia)\n- **llama.cpp**: Built with b8664 (includes Gemma 4 tokenizer fix, logit softcapping, newline split)\n\n## Run with LocalAI\n\n```bash\nlocal-ai run mudler/gemma-4-26B-A4B-it-APEX-GGUF@gemma-4-26B-A4B-APEX-I-Balanced.gguf\n```\n\n## Credits\n\nAPEX is brought to you by the [LocalAI](https://github.com/mudler/LocalAI) team. Developed through human-driven, AI-assisted research. Built on [llama.cpp](https://github.com/ggerganov/llama.cpp).\n",
    "related_quantizations": []
  },
  "tags": [
    "gguf",
    "quantized",
    "apex",
    "moe",
    "mixture-of-experts",
    "gemma4",
    "vlm",
    "vision",
    "base_model:google/gemma-4-26B-A4B-it",
    "base_model:quantized:google/gemma-4-26B-A4B-it",
    "license:gemma",
    "endpoints_compatible",
    "region:us",
    "conversational"
  ],
  "likes": 37,
  "downloads": 164372,
  "gated": false,
  "private": false,
  "last_modified": "2026-04-15T22:50:13.000Z",
  "created_at": "2026-04-02T18:17:55.000Z",
  "pipeline_tag": "",
  "library_name": ""
}
Source payload excerpt (from Hugging Face API)
{
  "_id": "69ceb2d32437b4cbfaf1a8d2",
  "id": "mudler/gemma-4-26B-A4B-it-APEX-GGUF",
  "modelId": "mudler/gemma-4-26B-A4B-it-APEX-GGUF",
  "sha": "4da5d44e322d18a05f937b1c1e2d5648ae028b1e",
  "createdAt": "2026-04-02T18:17:55.000Z",
  "lastModified": "2026-04-15T22:50:13.000Z",
  "author": "mudler",
  "downloads": 164372,
  "likes": 37,
  "gated": false,
  "private": false,
  "pipeline_tag": "",
  "library_name": "",
  "siblings_count": 11
}