← All models
Try in Chat
Holo2 30B
holo2-30b-a3b
Efficient MoE model with 30B total parameters and 3B active. Supports chat and vision.
visionchat
Pricing
| Provider | Location | Input | Output | Context window |
|---|---|---|---|---|
| Scaleway | Paris, France | €0.34/M tokens | €0.78/M tokens | 128K |
Scaleway Paris, France
- Input
- €0.34/M
- Output
- €0.78/M
- Context
- 128K
Specifications
Context window
128K
Providers
1
Released
Jan 2026
Try Holo2 30B
Use this model directly in the ozeye chat interface.
Benchmarks
Loading benchmarks...
Latency
Loading latency data...
API
curl https://ozeye.ai/v1/chat/completions \
-H "Authorization: Bearer $OZEYE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "holo2-30b-a3b",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'