gemma-4-26b-a4b-it· Released Apr 3, 2026
google/gemma-4-26b-a4b-it
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...
Input
From$0.0456/M
Output
From$0.24/M
Context
Up to 262K
Max output
Up to 33K
Modalities
ImageTextVideoTextInput and output show the lowest price across upstreams, for reference. Your actual prices are listed per upstream below.
Upstreams & pricing
| Upstream | Context | Max output | Input $/1M | Output $/1M | Cached input $/1M |
|---|---|---|---|---|---|
MorgenrotAI (Global)bf16From price | 262K | 33K | $0.0456 | $0.24 | $0.0456 |
Routed in real time — you pay the listed price of whichever upstream serves your call.
How to call
curlrequest.sh
curl https://api.tkex.ai/v1/chat/completions \
-H "Authorization: Bearer $TX_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "google/gemma-4-26b-a4b-it",
"messages": [
{"role": "user", "content": "Say hello in five words."}
]
}'