Novita

google/gemma-4-26b-a4b-it

google/gemma-4-26B-A4B-it
Context

256K

Input

text, image

Output

text

Tool calling

Supported

About this model

Gemma 4 26B A4B is an efficient, open-weights Mixture-of-Experts (MoE) multimodal model from Google DeepMind. With only 3.8B active parameters out of 25.2B total, it runs nearly as fast as a 4B model while delivering performance close to the 31B dense model. Features a 256K token context window, supports interleaved text and image inputs, and excels at reasoning, coding, and agentic workflows.

Input modalities

text

Accepted as model input

image

Accepted as model input

Providers

Available routing options for this model through OneInfer.

Available

Input tokens

$0.130 / 1M tokens

Output tokens

$0.400 / 1M tokens

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Input tokens$0.130 / 1M tokens
Output tokens$0.400 / 1M tokens

Performance

Published evaluation results associated with this model.

Reasoning

MMLU Pro82.6
GPQA Diamond82.3
AIME 202688.3

Vision

MMMU Pro73.8
MATH-Vision82.4

Agentic

Tau2-bench85.5
LiveCodeBench v677.1

API example

curl https://api.oneinfer.ai/v1/ula/chat/completions \
  -H "Authorization: Bearer $ONEINFER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "google/gemma-4-26B-A4B-it",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'