← All models
Try in Chat
Qwen 3.8 2.4T A95B
qwen3.8-2.4t-a95b
Alibaba's Qwen 3.8 flagship: 2.4T total / 95B active MoE with frontier reasoning, strong coding, and tool calling. 256K token context window.
chatreasoningcodetools
Pricing
| Provider | Location | Input | Output | Context window |
|---|---|---|---|---|
| TensorX | Dublin, Ireland | €2.39/M tokens | €5.75/M tokens | 262K |
TensorX Dublin, Ireland
- Input
- €2.39/M
- Output
- €5.75/M
- Context
- 262K
Specifications
Context window
262K
Providers
1
Released
Aug 2026
Try Qwen 3.8 2.4T A95B
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.8-2.4t-a95b",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'