Qwen3.8 27B
Alibaba's fully open, Apache 2.0-licensed sibling to Qwen3.8 Max, released 13–14 Aug 2026 — the locally-runnable pick where the Max tier's custom revenue-share license doesn't apply. 27.8B dense params (not MoE) with native vision-language input and Hybrid Gated DeltaNet attention (3-of-4 sublayers linear attention), giving a native 262K context extensible to 1M via YaRN RoPE scaling. Vendor-reported agentic-coding gains over its predecessor are large: SWE-bench Pro 61.7, DeepSWE 1.1 42.2 (vs. 13.3 on Qwen3.6 27B), Terminal-Bench 2.1 73.0, LiveCodeBench v6 90.3, OSWorld 84.3 (vs. 63.9) — Alibaba claims it beats Claude Opus 4.6 Max on several of these. Runs in roughly 17GB VRAM at 4-bit, the main reason to reach for it over Max for self-hosting; one independent review found it markedly slower and more token-hungry per task than its predecessor at inference, so budget for that trade-off. No independent MMLU/Arena placement yet as of 17 Aug 2026.
262K
tokens
8K
tokens
Self-host
open weights
Self-host
infra cost only
—
tokens/sec
Aug 2026
2026-08-14
—
self-host
—
n/a self-host
Capabilities
Benchmarks
Price vs Quality
Context Window in Context
- Amazon Nova Pro300K
- ▸ Qwen3.8 27B262K
- Codestral256K
- Nemotron 3 Nano Omni256K
- Qwen 3.6 Plus256K
- Kimi K2.6256K
- Hunyuan Hy3256K
- Ling-3.0-Flash256K
Compare With
Open Source: Licensed under Apache 2.0
Todavía no está en nuestro gateway
Qwen3.8 27B es de pesos abiertos, así que puedes ejecutarlo tú mismo. Swfte Connect convierte tu despliegue en un endpoint gestionado que habla la misma API que el resto de modelos de este directorio.
curl https://api.swfte.com/agents/v2/gateway/chat/completions \
-H "Authorization: Bearer $SWFTE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "alibaba:qwen3.8-27b",
"messages": [{"role": "user", "content": "Hello"}]
}'About Qwen3.8 27B
Qwen3.8 27B is a open-source AI model by Alibaba Cloud, released on August 14, 2026. It supports a context window of 262K tokens and can generate up to 8K output tokens.
Qwen3.8 27B is published as open weights (Apache 2.0) for self-hosting. There is no per-token API price. Cost depends on your inference infrastructure: GPU rental, throughput per GPU, and operating overhead. For commodity 24-48GB GPUs the effective cost typically lands in the $0.10-$0.50 per million output tokens range, well below the cheapest hosted alternatives.
Qwen3.8 27B is available as an open-source model under the Apache 2.0 license, meaning you can self-host it for predictable costs or use it through API providers like Swfte Connect.
Using Qwen3.8 27B with Swfte
Access Qwen3.8 27B through Swfte Connect, our unified LLM gateway. Connect gives you a single API for 50+ models, with automatic routing, cost optimization, and fallback handling. You can also try Qwen3.8 27B in our AI Playground before integrating.