← All models
Try in Chat
Qwen 3.8 27B
qwen3.8-27b
Alibaba's 27B dense vision-language model with flexible thinking control, strong coding, and agentic tool use. 256K token context window.
chatreasoningcodevisiontools
Pricing
| Provider | Location | Input | Output | Context window |
|---|---|---|---|---|
| TensorX | Dublin, Ireland | €0.38/M tokens | €2.30/M tokens | 262K |
TensorX Dublin, Ireland
- Input
- €0.38/M
- Output
- €2.30/M
- Context
- 262K
Specifications
Context window
262K
Providers
1
Released
Aug 2026
Try Qwen 3.8 27B
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-27b",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'