← All models
Try in Chat
Qwen 3.6 35B
qwen3.6-35b-a3b
Alibaba's 35B MoE model (3B active) with chat, code, and vision capabilities.
visionchatreasoning
Pricing
| Provider | Location | Input | Output |
|---|---|---|---|
| Scaleway | Paris, France | €0.28/M tokens | €1.68/M tokens |
Specifications
Context window
256K
Providers
1
Released
May 2026
Try Qwen 3.6 35B
Use this model directly in the ozeye chat interface.
Benchmarks
Loading benchmarks...
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.6-35b-a3b",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'