← All models
Try in Chat
Qwen3.5 122B A10B
qwen3.5-122b-a10b
Alibaba Qwen3.5 122B A10B MoE model with reasoning, vision input, and tool calling. 256K token context window.
chatreasoningcodevisiontools
Pricing
| Provider | Location | Input | Output | Context window |
|---|---|---|---|---|
| TensorX | Dublin, Ireland | €0.48/M tokens | €3.35/M tokens | 262K |
TensorX Dublin, Ireland
- Input
- €0.48/M
- Output
- €3.35/M
- Context
- 262K
Specifications
Context window
262K
Providers
1
Released
Jun 2026
Try Qwen3.5 122B A10B
Use this model directly in the ozeye chat interface.
Benchmarks
Loading benchmarks...
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-122b-a10b",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'