model release

Alibaba Releases Qwen3.8-27B, a Dense Vision-Language Model with 1M-Token Context

TL;DR

Alibaba's Qwen team has released Qwen3.8-27B, a 27-billion-parameter dense vision-language model with 262,144-token native context extensible to 1 million tokens. The model shows gains over Qwen3.6-27B and Qwen3.7-Plus across coding, agentic, and multimodal benchmarks, according to Alibaba.

2 min read
0

Qwen3.8-27B — Quick Specs

Context window262K tokens
Input$0.45/1M tokens
Output$3.2/1M tokens

Qwen3.8-27B Launches with Native Vision-Language Support

Alibaba's Qwen team has released Qwen3.8-27B, a 27-billion-parameter dense causal language model with an integrated vision encoder, weights for which are now available on Hugging Face. The model is compatible with Hugging Face Transformers, vLLM, SGLang, and TokenSpeed, and is described by Alibaba as the most capable model yet in the open Qwen family.

Architecture and Specs

Qwen3.8-27B has 27 billion parameters, a hidden dimension of 5,120, and 64 layers arranged in a hybrid pattern of Gated DeltaNet and Gated Attention blocks alternating with feed-forward networks. It uses 48 linear attention heads for V and 16 for QK in its Gated DeltaNet layers, and 24 query heads with 4 key/value heads in its Gated Attention layers. The model was trained with multi-token prediction (MTP) across multiple steps.

Context length is 262,144 tokens natively, extensible up to 1,000,000 tokens, according to Alibaba. A hosted version via Qwen Cloud is planned with 1M-token context by default and built-in tools, though Alibaba says that service is "coming soon" with no pricing disclosed yet.

Benchmark Claims

According to Alibaba's published results, Qwen3.8-27B outperforms its predecessors Qwen3.6-27B and Qwen3.7-Plus across most tested categories. Reported scores include:

  • Terminal-Bench 2.1 (Terminus): 73.0, versus 63.4 for Qwen3.6-27B and 64.0 for Qwen3.7-Plus
  • SWE-bench Pro: 61.7, versus 53.5 and 57.6 respectively
  • LiveCodeBench v6: 90.3, versus 83.9 and 89.6
  • GPQA Diamond: 89.2, versus 87.8 and 90.3
  • HLE (Humanity's Last Exam, judged by GPT-4o): 30.8, versus 24.0 and 34.7
  • OSWorld-Verified (computer use): 84.3, versus 63.9 and 73.3
  • AndroidWorld (mobile use): 81.9, versus 70.3 and 81.0

On several agentic and multimodal benchmarks, including WebArena-Verified, RecreationBench, and SWE-MM, Qwen3.8-27B posted the highest scores among the models compared, according to Alibaba's tables. It trailed the comparison model "Opus4.6 Max" on some benchmarks, including Terminal-Bench 2.1 (78.2) and HLE (40.0). All benchmark figures come from Alibaba and have not been independently verified.

Capabilities

Alibaba lists native image and video understanding, including hour-scale video and STEM diagrams, as a core feature. Thinking mode is enabled by default but can be disabled per request, with reasoning depth adjustable via a reasoning_effort parameter and prior reasoning retained through preserve_thinking. The company also emphasizes improvements in autonomous planning and handling of environment feedback for long-horizon agentic tasks.

What This Means

Qwen3.8-27B pushes Alibaba's open-model lineup toward larger native context windows and tighter integration of vision-language capability in a mid-sized, deployment-friendly dense model. The extensibility to 1 million tokens and strong reported scores on computer-use and coding-agent benchmarks position it as a candidate for agentic and multimodal workloads that previously required larger or proprietary models. Independent verification of the benchmark claims, and pricing for the eventual Qwen Cloud hosted version, remain outstanding.

Related Articles

model release

Alibaba's Qwen Releases Qwen-Drive-1.0-4B, a Unified VLM for Autonomous Driving Perception and Planning

Alibaba's Qwen team has released Qwen-Drive-1.0-4B, a 4B-parameter vision-language model built on Qwen3.5 that unifies 3D perception, driving question answering, and motion planning in one framework. The model reports strong open-loop, pseudo-closed-loop, and closed-loop driving benchmark results while claiming minimal loss of general vision-language ability.

model release

Alibaba Open-Sources Qwen3.8-2.4T-A95B, Its First Qwen-Max-Class Model With Public Weights

Alibaba's Qwen team released Qwen3.8-2.4T-A95B on August 12, 2026, the open-weight version of Qwen3.8-Max and the first Qwen-Max-class model made publicly available. The 2.4 trillion-parameter mixture-of-experts model activates only 95 billion parameters per token and supports context windows up to 1 million tokens.

model release

Tencent Open-Sources AuK, a 1.5B-Parameter Speech Generation and Editing Model

Tencent has open-sourced AuK, a 1.5B-parameter foundation model for speech generation and editing that handles TTS, content editing, and audio enhancement through natural-language instructions. The release includes a distilled AuK-Flash variant for 4-step fast inference, both under MIT license.

model release

Unverified 'GPT Astra' Model Appears on OpenRouter With 1.05M Token Context, No OpenAI Confirmation

OpenRouter is listing a model called 'OpenAI GPT Astra Latest' with a 1.05 million token context window and $10/$50 per-million-token pricing. OpenAI has made no public announcement, and the listing's own description says it is an auto-redirecting alias rather than a fixed model.

Comments

Loading...