← All models
Try in Chat
Qwen 3.6 27B
qwen3.6-27b
Alibaba's 27B model for chat and reasoning tasks.
chatreasoning
Pricing
| Provider | Location | Input | Output |
|---|---|---|---|
| OVHcloud | Gravelines, France | €0.45/M tokens | €3.06/M tokens |
Specifications
Context window
128K
Providers
1
Released
Jun 2026
Try Qwen 3.6 27B
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-27b",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'