← All models
Try in Chat
Qwen 3.5 397B
qwen3.5-397b-a17b
Alibaba's large MoE model with 397B total parameters and 17B active.
chatreasoningtools
Pricing
| Provider | Location | Input | Output | Context window |
|---|---|---|---|---|
| Scaleway | Paris, France | €0.67/M tokens | €4.03/M tokens | 128K |
| OVHcloud | Gravelines, France | €0.67/M tokens | €4.03/M tokens | 128K |
Scaleway Paris, France
- Input
- €0.67/M
- Output
- €4.03/M
- Context
- 128K
OVHcloud Gravelines, France
- Input
- €0.67/M
- Output
- €4.03/M
- Context
- 128K
Specifications
Context window
128K
Providers
2
Released
Oct 2025
Try Qwen 3.5 397B
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
75.0%
Better than 55% of models
Knowledge
Massive Multitask Language Understanding
83.0%
Better than 70% 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.5-397b-a17b",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'