← All models
Try in Chat
Qwen 3 235B
qwen3-235b-a22b-instruct-2507
Alibaba's large MoE reasoning model with 235B total parameters and 22B active.
chatreasoningtools
Pricing
| Provider | Location | Input | Output |
|---|---|---|---|
| Scaleway | Paris, France | €0.84/M tokens | €2.52/M tokens |
| TensorX | Dublin, Ireland | €0.07/M tokens | €0.44/M tokens |
Scaleway Paris, France
- Input
- €0.84/M
- Output
- €2.52/M
TensorX Dublin, Ireland
- Input
- €0.07/M
- Output
- €0.44/M
Specifications
Context window
128K
Providers
2
Released
Jul 2025
Try Qwen 3 235B
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
74.0%
Better than 45% of models
Knowledge
Massive Multitask Language Understanding
82.0%
Better than 60% 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": "qwen3-235b-a22b-instruct-2507",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'