← All models
Try in Chat
Qwen 3.5 9B
qwen3.5-9b
Alibaba's 9B dense model for fast general-purpose chat and code tasks.
chatfast
Pricing
| Provider | Location | Input | Output |
|---|---|---|---|
| OVHcloud | Gravelines, France | €0.11/M tokens | €0.17/M tokens |
Specifications
Context window
128K
Providers
1
Released
Apr 2026
Try Qwen 3.5 9B
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.5-9b",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'