← All models
Try in Chat
Qwen 3 Coder 30B
qwen3-coder-30b-a3b-instruct
Alibaba's code-specialized MoE model with 30B total parameters.
codechattools
Pricing
| Provider | Location | Input | Output | Context window |
|---|---|---|---|---|
| Scaleway | Paris, France | €0.22/M tokens | €0.90/M tokens | 128K |
| OVHcloud | Gravelines, France | €0.07/M tokens | €0.25/M tokens | 128K |
Scaleway Paris, France
- Input
- €0.22/M
- Output
- €0.90/M
- Context
- 128K
OVHcloud Gravelines, France
- Input
- €0.07/M
- Output
- €0.25/M
- Context
- 128K
Specifications
Context window
128K
Providers
2
Released
Sep 2025
Try Qwen 3 Coder 30B
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
80.0%
Better than 82% 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-coder-30b-a3b-instruct",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'