Available now
Google
gemma-4-26b
Gemma 4 26B A4B IT is an instruction-tuned Mixture-of-Experts (MoE) model from Google DeepMind. Despite 25.2B total parameters, only 3.8B activate per token during inference — delivering near-31B quality at...
TextReasoningToolsFilesOpen WeightsVision262.1KVideo
InputFree
OutputFree
Context262.1K
Endpointsopenai
Capabilities
ReasoningToolsVisionVideoStructured
Modalities
Input
imagetextvideo
Output
text
Quick stats
Context window262.1K
Max output256K
Modechat
TokenizerGemma
Quantizationbf16
Hugging Facegoogle/gemma-4-26B-A4B-it
Performance
Loading performance data...
Supported parameters
| Parameter | Always | Default |
|---|---|---|
| frequency_penalty | - | |
| include_reasoning | - | |
| logit_bias | - | - |
| logprobs | - | - |
| max_tokens | - | |
| min_p | - | - |
| presence_penalty | - | - |
| reasoning | - | |
| repetition_penalty | - | - |
| response_format | - | - |
| seed | - | - |
| stop | - | - |
| structured_outputs | - | - |
| temperature | 1 | |
| tool_choice | - | - |
| tools | - | - |
| top_k | - | 64 |
| top_logprobs | - | - |
| top_p | 0.95 |
§ 01
Pricing
| Input price | $0.00 · 1M tokens |
| Output price | $0.00 · 1M tokens |
| Context window | 262.1K tokens |
| Compatible endpoints | openai |
| Vendor |
§ 02
Call gemma-4-26b from your code
Point any OpenAI-compatible SDK at UnoRouter and request the model by name. Replace YOUR_API_KEY with a real key from your dashboard.
bash
curl https://api.unorouter.ai/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gemma-4-26b",
"messages": [{"role": "user", "content": "Hello!"}]
}'§ 03
Frequently asked questions
How much does gemma-4-26b cost per 1M tokens?
Input is priced at $0.00 per 1M tokens, output at $0.00 per 1M tokens. Billing is per token, no rounding to batch sizes.
How do I access gemma-4-26b via API?
Send requests to the UnoRouter /v1/chat/completions endpoint with model=gemma-4-26b. Any OpenAI-compatible client library works. Authentication uses a standard Bearer token.
What is the context window of gemma-4-26b?
gemma-4-26b supports a context window of 262.1K tokens, shared between your prompt and the model's response.
§ 04