← All models
Try in Chat
LLaMA 3.3 70B
llama-3.3-70b-instruct
Meta's open-weight 70B parameter model. Available on multiple EU providers.
chatreasoningcodetools
Pricing
| Provider | Location | Input | Output |
|---|---|---|---|
| Scaleway | Paris, France | €1.01/M tokens | €1.01/M tokens |
| OVHcloud | Gravelines, France | €0.75/M tokens | €0.75/M tokens |
Scaleway Paris, France
- Input
- €1.01/M
- Output
- €1.01/M
OVHcloud Gravelines, France
- Input
- €0.75/M
- Output
- €0.75/M
Specifications
Context window
128K
Providers
2
Released
Dec 2024
Try LLaMA 3.3 70B
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.
Coding
Python function generation
78.0%
Better than 73% of models
Knowledge
Massive Multitask Language Understanding
86.0%
Better than 90% 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": "llama-3.3-70b-instruct",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'