Alibaba open-weights Qwen 3.8 with a 27B model that tops its bigger predecessor

Alibaba's Qwen team published the open weights for Qwen3.8 on Thursday, releasing the models under the Apache 2.0 license. The move puts a capable new open model directly into the hands of researchers and companies that want to fine-tune and self-host it. The centerpiece is Qwen3.8-27B, a 27 billion parameter multimodal dense model. Qwen says it outperforms the larger Qwen3.7-Plus on coding and office tasks, a notable result for a model less than a tenth the size of some frontier flagships. The

2 min
Alibaba open-weights Qwen 3.8 with a 27B model that tops its bigger predecessor

Alibaba's Qwen team published the open weights for Qwen3.8 on Thursday, releasing the models under the Apache 2.0 license. The move puts a capable new open model directly into the hands of researchers and companies that want to fine-tune and self-host it.

The centerpiece is Qwen3.8-27B, a 27 billion parameter multimodal dense model. Qwen says it outperforms the larger Qwen3.7-Plus on coding and office tasks, a notable result for a model less than a tenth the size of some frontier flagships. The team also highlights stronger agent behavior, with the model planning more independently and completing multi-step tasks more reliably.

qwen3-8-open-weights-released

Qwen3.8-27B handles up to 262,000 tokens of context natively and can stretch to one million using the YaRN method. It reads images and video, including diagrams, documents, and multi-hour recordings, and ships with a flexible thinking mode that is on by default but can be toggled per query.

Alongside the 27B release, Qwen published weights for Qwen3.8-2.4T-A95B, a much larger model built to the Max tier. Both are available on Hugging Face and ModelScope, and a hosted version with one million tokens of context is expected soon on Qwen Cloud, Alibaba's AI service.

The open release follows Alibaba's Aug 3 launch of the Qwen 3.8-Max flagship, whose early benchmarks drew scrutiny. By open-weighting the 3.8 family under Apache 2.0, Alibaba gives the broader AI community a transparent, modifiable baseline rather than a closed API.

Sources

The Decoder, "Alibaba's Qwen team releases Qwen 3.8 models with open weights under the Apache 2.0 license" (Aug 14, 2026): https://the-decoder.com/alibabas-qwen-team-releases-qwen-3-8-models-with-open-weights-under-the-apache-2-0-license/

Qwen via X: https://x.com/Alibaba_Qwen/status/2088280182356611304

Hugging Face, Qwen3.8 collection: https://huggingface.co/collections/Qwen/qwen38

Techmeme aggregation: https://www.techmeme.com/260814/p16#a260814p16

Written by

More to read

  • Hallucination Detection and Faithfulness Verification in Production RAG: Architecture, NLI Claim Decomposition, and Runtime Guardrail Economics

    Retrieval-Augmented Generation (RAG) is commonly deployed under the assumption that grounding generation in retrieved passages eliminates factual inaccuracies. In practice, grounding provides an evidence boundary but does not guarantee factual fidelity. Production language models regularly synthesize claims absent from the retrieved context (extrinsic hallucinations) or directly assert statements conflicting with retrieved premises (intrinsic contradictions). As enterprise RAG pipelines scale i

    1 min
  • Sparse Attention and BigBird: How Window, Global, and Random Graphs Preserve Turing Completeness in Linear Time

    Standard self-attention in transformer architectures scales quadratically with sequence length. Computing full pairwise interactions between n tokens requires evaluating an n x n attention matrix, yielding O(n^2) computational complexity and memory consumption. While hardware accelerators and IO-aware tiling algorithms like FlashAttention optimize memory traffic, the quadratic compute and KV footprint remains a barrier for processing long contexts, document-level summarization, and genomic seque

    1 min
  • Oxford Study Details Chinese Gray-Market Proxies Reselling Claude Tokens at 90% Discounts

    An investigation by the Oxford China Policy Lab reveals that Chinese developers routinely access Anthropic's frontier Claude models at discounts between 70% and 90% below list price, bypassing geographical blocks, payment filters, and biometric identity verification through a decentralized network of API proxies known locally as "transfer stations" (中转站). The analysis, authored by Oxford researcher Zilan Qian and published via ChinaTalk, outlines the modular supply chain and economic mechanics

    1 min