- Model
gemma-3-27b-it- Provider
google- API
google-generative-ai- Base URL
https://generativelanguage.googleapis.com/v1beta- Input
- text, image
- Reasoning
- No
- Context window
- 131,072
- 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-3-27b-it",
"name": "Gemma 3 27B",
"reasoning": false,
"input": [
"text",
"image"
],
"contextWindow": 131072,
"maxTokens": 8192,
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
}
}
],
"api": "google-generative-ai",
"baseUrl": "https://generativelanguage.googleapis.com/v1beta"
}
}
}