- Model
gemma-4-26b-a4b-it- Provider
google- API
google-generative-ai- Base URL
https://generativelanguage.googleapis.com/v1beta- Input
- text, image
- Reasoning
- Yes
- Context window
- 256,000
- Max tokens
- 8,192
- Cost / million input
- $0
- Cost / million output
- $0
- Cost / million cache read
- $0
- Cost / million cache write
- $0
Model config JSON
{
"providers": {
"google": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "gemma-4-26b-a4b-it",
"name": "Gemma 4 26B",
"reasoning": true,
"input": [
"text",
"image"
],
"contextWindow": 256000,
"maxTokens": 8192,
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
}
}
],
"api": "google-generative-ai",
"baseUrl": "https://generativelanguage.googleapis.com/v1beta"
}
}
}