← All models
Try in Chat
Gemma 3 27B
gemma-3-27b-it
Google's open-weight 27B model with chat and vision capabilities.
visionchattools
Pricing
| Provider | Location | Input | Output |
|---|---|---|---|
| Scaleway | Paris, France | €0.28/M tokens | €0.56/M tokens |
Scaleway Paris, France
- Input
- €0.28/M
- Output
- €0.56/M
Specifications
Context window
128K
Providers
1
Released
Mar 2025
Try Gemma 3 27B
Use this model directly in the ozeye chat interface.
Benchmarks
Scores on standardized evaluations. Higher percentages are better. Rank percentile shows where this model lands among all models on ozeye.
Knowledge
Massive Multitask Language Understanding
75.0%
Better than 20% of models
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-3-27b-it",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'