← All models
Try in Chat
Qwen 3 32B
qwen3-32b
Alibaba's efficient 32B parameter model for general tasks.
chatcodetools
Pricing
| Provider | Location | Input | Output | Context window |
|---|---|---|---|---|
| OVHcloud | Gravelines, France | €0.09/M tokens | €0.24/M tokens | 128K |
OVHcloud Gravelines, France
- Input
- €0.09/M
- Output
- €0.24/M
- Context
- 128K
Specifications
Context window
128K
Providers
1
Released
May 2025
Try Qwen 3 32B
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
70.0%
Better than 27% of models
Knowledge
Massive Multitask Language Understanding
76.0%
Better than 30% of models
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": "qwen3-32b",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'