Qwen3.8-27B (2026): The Complete Guide to Qwen's New 27B Vision-Language Model
π― Core Takeaways (TL;DR)
- Qwen3.8-27B is the new 27-billion-parameter dense model from Alibaba's Qwen team β a native vision-language model that understands images and videos, with flexible thinking control and Apache 2.0 open weights.
- The headline is agentic performance at local-model size: Qwen3.8-27B scores DeepSWE 1.1 at 42.2 (up from 13.3 for Qwen3.6-27B), Terminal Bench 2.1 at 73.0, and beats Claude Opus 4.6 Max on SWE-bench Pro, QwenSWEBench, LiveCodeBench v6, OSWorld, and AndroidWorld.
- Qwen3.8-27B ships with a native 262,144-token context window (extensible to 1M via YaRN), 28B BF16 weights, thinking mode on by default, and
reasoning_effortlevels of xhigh/medium/low. - On OpenRouter, Qwen3.8-27B is available at $0.45 / $3.20 per million tokens β and Reddit users are already running it locally on RTX 3090s, dual RTX 5080s, and 16GB VRAM cards.
Table of Contents
- What Is Qwen3.8-27B?
- Qwen3.8-27B Architecture & Specs
- Qwen3.8-27B Benchmarks: The Agentic Leap
- Qwen3.8-27B Pricing & API Access
- Running Qwen3.8-27B Locally
- Qwen3.8-27B vs the Competition
- FAQ
What Is Qwen3.8-27B?
Qwen3.8-27B is the newest member of the Qwen3.8 generation β "the most capable generation in the Qwen open-model family to date," per the official model card. Built on the architectural foundation of Qwen3.5, Qwen3.8-27B delivers substantial gains across coding, professional work, research, and long-horizon agentic tasks, packed into a compact, deployment-friendly dense model.
The key word is dense. Unlike the giant Qwen3.8-Max (2.4T-parameter MoE) that grabbed headlines when its weights landed on August 8, 2026, Qwen3.8-27B is a 27B-parameter dense model designed to run on hardware individuals actually own. As the r/LocalLLaMA release thread put it, Qwen3.8-27B is a "renewal of the beloved Qwen model, delivering unmatched intelligence density."
Qwen3.8-27B is also a native vision-language model: it understands images and videos out of the box β from STEM diagrams and documents to hour-scale videos. It's the first Qwen model in this class with full multimodal input and the flexible thinking control that the community has wanted since the GPT-OSS era: "FINALLY! I waited since GPT-OSS for other local model that natively has low and medium reasoning! High for planning, low for execution and exploration," one Redditor wrote.
π‘ Professional Tip: Qwen3.8-27B is hosted on Hugging Face at
Qwen/Qwen3.8-27B(9.47K likes, ~92K downloads/month, 319 quantization variants) and ModelScope. A hosted version on Qwen Cloud is coming soon with 1M context by default and built-in tools.
Qwen3.8-27B Architecture & Specs
Here's what's under the hood of Qwen3.8-27B:
| Spec | Qwen3.8-27B |
|---|---|
| Model type | Causal LM with vision encoder |
| Parameters | 27B (BF16, ~28B weights on disk) |
| Hidden dimension | 5,120 |
| Layers | 64 |
| Hidden layout | 16 Γ (3 Γ (Gated DeltaNet β FFN) β 1 Γ (Gated Attention β FFN)) |
| Linear attention heads | 48 V / 16 QK (Gated DeltaNet), dim 128 |
| Attention heads | 24 Q / 4 KV (Gated Attention), dim 256 |
| FFN intermediate dim | 17,408 |
| Multi-token prediction | Trained with multiple steps |
| Native context | 262,144 tokens |
| Extensible context | Up to 1,000,000 tokens (YaRN) |
| License | Apache 2.0 |
| Inputs | Text, image, video |
| Outputs | Text |
The hybrid architecture combines Gated DeltaNet (linear attention for cheap long-context processing) with Gated Attention layers, plus multi-token prediction (MTP) for faster decoding. Qwen3.8-27B supports thinking mode on by default, with reasoning_effort tunable between xhigh (default), medium, and low, and preserve_thinking retaining reasoning context across turns β a design that the model card says "improves KV cache utilization, optimizing inference efficiency in both thinking and non-thinking modes."
For ultra-long work beyond 262K tokens, Qwen3.8-27B recommends YaRN RoPE scaling with a factor of 4.0 (or 2.0 if your typical context is ~524K) β supported in vLLM, SGLang, and TokenSpeed.
β Best Practice: For agentic tasks on Qwen3.8-27B, allocate generous output lengths: up to 262,144 tokens for reasoning content and 131,072 for the final response. Lower
reasoning_effortdoesn't always reduce total task time β insufficient analysis leads to more retries.
Qwen3.8-27B Benchmarks: The Agentic Leap
The reason Qwen3.8-27B broke the r/LocalLLaMA release thread with comments like "That DeepSWE leap β do we have a new local coder champion?" is the sheer size of its gains over the previous generation. Here are the official text benchmarks (Claude Code harness where noted):
| Benchmark | Qwen3.8-27B | Qwen3.6-27B | Qwen3.7-Plus | Opus 4.6 Max |
|---|---|---|---|---|
| Terminal Bench 2.1 (Terminus) | 73.0 | 63.4 | 64.0 | 78.2 |
| SWE-bench Pro | 61.7 | 53.5 | 57.6 | 53.4 |
| NL2Repo-Bench | 42.3 | 36.2 | 41.1 | 47.6 |
| DeepSWE 1.1 | 42.2 | 13.3 | 14.2 | β |
| QwenSWEBench | 79.0 | 49.3 | 59.2 | 63.8 |
| CoWorkBench | 70.7 | 61.0 | 65.1 | 68.2 |
| JobBench | 33.4 | 21.8 | 27.6 | β |
| Agents' Last Exam (score) | 42.9 | 27.3 | 33.6 | β |
| IFBench | 79.5 | 69.1 | 79.1 | 62.5 |
| GPQA Diamond | 89.2 | 87.8 | 90.3 | 91.3 |
| HLE | 30.8 | 24.0 | 34.7 | 40.0 |
| LiveCodeBench v6 | 90.3 | 83.9 | 89.6 | 88.8 |
The DeepSWE number is the standout: Qwen3.8-27B more than tripled its predecessor's score (13.3 β 42.2) and outperformed Opus 4.6 Max on SWE-bench Pro, QwenSWEBench, CoWorkBench, and LiveCodeBench v6 β despite being a fraction of the size. Independent leaderboards are already matching the model card: datacurve's DeepSWE leaderboard lists Qwen3.8-27B at 42.2 and ScaleAI's SWE-bench Pro at 61.7.
Where Qwen3.8-27B truly separates from other local models is multimodal agents:
| VL Benchmark | Qwen3.8-27B | Qwen3.6-27B | Opus 4.6 Max |
|---|---|---|---|
| OSWorld-Verified (computer use) | 84.3 | 63.9 | 72.7 |
| WebArena-Verified (browser) | 64.8 | 48.8 | β |
| AndroidWorld (mobile) | 81.9 | 70.3 | 62.0 |
| RecreationBench | 47.1 | 29.8 | β |
| ClawEval-MM (Pass@3) | 57.4 | 42.6 | 52.5 |
| SWE-MM | 38.6 | 25.7 | 27.1 |
| Vision2Web | 62.9 | 45.0 | β |
| MathVision (with CI) | 94.6 | 85.1 | 65.5 |
| CharXiv (with CI) | 90.2 | 78.4 | 85.9 |
| OmniDocBench 1.5 | 91.1 | 89.4 | 86.6 |
| RealWorldQA | 85.9 | 84.1 | 73.9 |
| ERQA | 65.5 | 62.5 | 40.8 |
Qwen3.8-27B beats Opus 4.6 Max on OSWorld, AndroidWorld, SWE-MM, MathVision, CharXiv, OmniDocBench, RealWorldQA, and ERQA β computer use, mobile use, document intelligence, and embodied perception, all in a model that fits on consumer GPUs.
Qwen3.8-27B Pricing & API Access
Qwen3.8-27B is live on OpenRouter as qwen/qwen3.8-27b:
| Pricing Metric | Qwen3.8-27B |
|---|---|
| Input / 1M tokens | $0.45 (weighted avg $0.4499) |
| Output / 1M tokens | $3.20 (weighted avg $3.199) |
| Context window | 262K |
| Released on OpenRouter | Aug 14, 2026 |
| Provider | AkashML (single) |
| Throughput | 18 tok/s (P50) |
| Latency | 1.50s (P50) |
| Uptime (3d) | 91.97% |
| Availability (3d) | 79.65% |
| Tool call error rate | 1.06% |
| Structured output error rate | 17.52% |
Early production traffic tells the story: Qwen3.8-27B's top apps on OpenRouter are Kilo Code (7.98M tokens), Zed Editor (7.02M), pi (4.82M), and Hermes Agent (4.5M) β all agentic coding tools. At $0.45/$3.20, Qwen3.8-27B undercuts most frontier APIs by an order of magnitude while handling tool calls, structured outputs, images, and video.
For API usage, Qwen3.8-27B follows the standard Qwen3.8 pattern: thinking mode on by default (enable_thinking: True), reasoning_effort of xhigh/medium/low, and preserve_thinking: True by default. Recommended sampling: thinking mode at temperature 1.0 / top_p 0.95; instruct mode at 0.7 / 0.8 with presence_penalty 1.5.
β οΈ Attention: OpenRouter currently routes Qwen3.8-27B through a single provider (AkashML) with 79.65% availability over 3 days and a 17.52% structured-output error rate. For production reliability, wait for Qwen Cloud's hosted version or self-host.
Running Qwen3.8-27B Locally
This is where Qwen3.8-27B shines brightest β "RTX 3090 fans: ENGAGE" was the top comment on the release thread. Community reports:
- Dual RTX 5080 (32GB total): user n0head_r ran the unsloth
Qwen38-27B-Q6_KGGUF with 172K context (kv q8_0), MTP + tensor-split at a stable ~100 tps until 60β70K context (~95 tps at 100K). A 150K-token agent loop β writing, building, verifying, fixing errors β completed with zero failed tool calls. - RTX 4080 16GB: on r/ollama, Qwen3.8-27B ran at 12.6GB VRAM / 5.6GB CPU with an 8K context, completing a 2-tool agentic task (math eval + live crypto price, both correct) in ~18s.
- RTX 3090 24GB: expected to be the sweet spot for Q4/Q6 quantizations, with Q8_0 also reported working via unsloth.
Deployment options for Qwen3.8-27B:
- Hugging Face Transformers β
AutoModelForMultimodalLM.from_pretrained("Qwen/Qwen3.8-27B") - vLLM / SGLang / TokenSpeed β
vllm serve "Qwen/Qwen3.8-27B"for OpenAI-compatible serving - llama.cpp / Ollama / LM Studio β via the 319 community quantizations (Q4_K_M, Q6_K, Q8_0, etc.)
- Docker Model Runner β
docker model run hf.co/Qwen/Qwen3.8-27B
β Best Practice: If you're on a single 16β24GB GPU, grab a Q4 or Q6 GGUF of Qwen3.8-27B from unsloth; with 32GB+ VRAM or dual cards, Q8_0 with tensor splitting and MTP gives the best speed/quality balance.
Qwen3.8-27B vs the Competition
How does Qwen3.8-27B stack up against the models it's being compared to?
| Model | Size | DeepSWE | Terminal Bench | Local-friendly | Vision |
|---|---|---|---|---|---|
| Qwen3.8-27B | 27B dense | 42.2 | 73.0 | β (16GB+ VRAM) | β image+video |
| DeepSeek V4 Flash 0731 | 284B A13B | 54.4 | 82.7 | β οΈ (big) | β |
| Qwen3.6-27B | 27B dense | 13.3 | 63.4 | β | β |
| Opus 4.6 Max | frontier | β | 78.2 | β | β |
| Minimax M2.7 | MoE | β | β | β οΈ | β |
Reddit's read: "at 27B parameters, Qwen3.8-27B is pretty close to DeepSeek V4 Flash 0731 which is 284B A13B!" β while others noted "It seems better than 900+B MoE" and asked whether Qwen3.8-27B beats Minimax M2.7 in agentic coding. The verdict so far: Qwen3.8-27B offers frontier-adjacent agentic and multimodal performance at a fraction of the parameter count, and it's the strongest local coder candidate since the 27B class began.
π€ FAQ: Qwen3.8-27B
Q: What is Qwen3.8-27B?
A: Qwen3.8-27B is Alibaba Qwen's 27-billion-parameter dense vision-language model, released as open weights under Apache 2.0 in August 2026. It understands images and videos, supports flexible thinking control, and targets coding, professional work, research, and long-horizon agentic tasks.
Q: How much does Qwen3.8-27B cost?
A: On OpenRouter, Qwen3.8-27B costs $0.45 per million input tokens and $3.20 per million output tokens. It's also free to self-host under Apache 2.0, and a Qwen Cloud hosted version with 1M context is coming soon.
Q: What is the context length of Qwen3.8-27B?
A: Qwen3.8-27B natively supports 262,144 tokens (262K), extensible to 1,000,000 tokens via YaRN RoPE scaling in vLLM, SGLang, or TokenSpeed.
Q: Does Qwen3.8-27B support images and video?
A: Yes. Qwen3.8-27B is a native vision-language model with image and video input β from STEM diagrams and documents to hour-scale videos β plus computer-use and browser-use capabilities (OSWorld-Verified 84.3, WebArena-Verified 64.8).
Q: Can I run Qwen3.8-27B locally?
A: Yes. Qwen3.8-27B runs on consumer GPUs: reported setups include RTX 3090 24GB, dual RTX 5080s (Q6_K at ~100 tps with 172K context), and RTX 4080 16GB (12.6GB VRAM via Ollama). 319 quantization variants are available.
Q: Does Qwen3.8-27B support tool calling and structured outputs?
A: Yes. Qwen3.8-27B supports tool calling, JSON output, and the OpenAI-compatible Chat Completions API, and it's already used in production by Kilo Code, Zed, pi, and Hermes Agent via OpenRouter.
Q: Is Qwen3.8-27B open source?
A: Qwen3.8-27B ships under the Apache 2.0 license β fully open weights, commercial use allowed. It's available on Hugging Face (Qwen/Qwen3.8-27B) and ModelScope.
Q: When was Qwen3.8-27B released?
A: Qwen3.8-27B was released on August 14, 2026 (open weights on Hugging Face and ModelScope, plus same-day availability on OpenRouter), following Qwen's announcement alongside Qwen3.8-Max.
Q: How does Qwen3.8-27B compare to Qwen3.6-27B?
A: Qwen3.8-27B roughly triples DeepSWE (13.3 β 42.2), gains ~10 points on Terminal Bench (63.4 β 73.0), +8.2 on SWE-bench Pro, and +20 on OSWorld (63.9 β 84.3) versus Qwen3.6-27B β a full generation's worth of progress.
Summary & Recommended Actions
Qwen3.8-27B is the model the local-AI community has been waiting for: frontier-adjacent agentic performance β DeepSWE 42.2, SWE-bench Pro 61.7, OSWorld 84.3, LiveCodeBench v6 90.3 β in a 27B dense package that runs on a single 24GB GPU, beats Opus 4.6 Max on multiple benchmarks, and costs $0.45/$3.20 per million tokens on OpenRouter. It has vision (image + video), flexible thinking control, 262K native context, and Apache 2.0 licensing.
The caveats: benchmarks are Qwen's own until independently verified, the single AkashML provider on OpenRouter has 79.65% availability, and structured-output reliability (17.52% error rate) needs watching. But as one commenter put it: "At this rate next year maybe we won't need AI-aaS companies."
Your next steps:
- Try the API β test Qwen3.8-27B on OpenRouter for an agentic coding task and compare against your current model.
- Download a GGUF β grab a Q4/Q6_K quantization of Qwen3.8-27B from unsloth and try it on your local GPU today.
- Watch for Qwen Cloud β the hosted Qwen3.8-27B with 1M context and built-in tools is coming soon; keep an eye on Hugging Face for updates.
Sources: Qwen3.8-27B on Hugging Face Β· r/LocalLLaMA release thread Β· Qwen3.8-27B on OpenRouter Β· Qwen3.8-Max blog Β· r/ollama benchmarks Β· Medium: the most important local AI release of 2026