← All models
Try in Chat
Gemma 4 26B
gemma-4-26b-a4b-it
Google's open-weight 26B MoE model (4B active) with chat and vision capabilities.
visionchat
Pricing
| Provider | Location | Input | Output |
|---|---|---|---|
| Scaleway | Paris, France | €0.28/M tokens | €0.56/M tokens |
Specifications
Context window
128K
Providers
1
Released
Apr 2026
Try Gemma 4 26B
Use this model directly in the ozeye chat interface.
Benchmarks
Loading benchmarks...
Latency
Loading latency data...
API
curl https://api.ozeye.ai/v1/chat/completions \
-H "Authorization: Bearer $OZEYE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gemma-4-26b-a4b-it",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'