Qwen3.8 27B
Alibaba
Built on the architectural foundation of Qwen3.5, Qwen3.8 delivers substantial gains across coding, professional work, research, and long-horizon agentic tasks. Qwen3.8-27B brings these advances to a compact, deployment-friendly dense model: a native vision-language model that understands images and videos, with flexible thinking control, designed to carry complex, multi-step tasks through to completion with greater reliability.
- Language
- Reasoning
- Tool use
- Vision
- Implicit caching
- Video input
- File input
- Context
- 1M
- Max output
- 131K
- Input / 1M
- $0.550
- Output / 1M
- $3.30
Quickstart
Point any OpenAI-compatible client at Maxynetic Systems and pass alibaba/qwen3.8-27b as the model.
curl https://api.maxynetic.com/v1/chat/completions \
-H "Authorization: Bearer $MAXYNETIC_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "alibaba/qwen3.8-27b",
"messages": [{ "role": "user", "content": "Explain routing in one line." }]
}'Pricing
Billed per token with no markup on the underlying provider rate.
Input
Per 1M prompt tokens
$0.550
Output
Per 1M completion tokens
$3.30
Cache read
Per 1M cached prompt tokens
$0.110
A 1M-token prompt with 250K tokens of output costs about $1.38.
Rates for this model vary by upstream provider; Maxynetic Systems routes to the cheapest healthy one by default.
