Skip to content
Tech News
← Back to articles

Qwen3.8-2.4T

read original more articles
Why This Matters

The release of Qwen3.8-2.4T marks a significant advancement in open-source AI models, offering enhanced capabilities in coding, research, and complex task management. Its compatibility with various deployment tools and the availability of managed API services make it a versatile choice for both developers and enterprises, potentially accelerating AI adoption and innovation across industries.

Key Takeaways

This repository contains FP8-quantized model weights and configuration files for the post-trained model in the Hugging Face Transformers format. These artifacts are compatible with vLLM, SGLang, TokenSpeed, etc. The quantization method is fine-grained fp8 quantization with block size of 128, and its performance metrics are nearly identical to those of the original model.

For users seeking managed, scalable inference without infrastructure maintenance, the official Qwen API service is provided by Qwen Cloud. In particular, Qwen3.8-Max is the official version based on Qwen3.8-2.4T-A95B with more features, such as vision input & non-thinking support, 1M context length by default, official built-in tools, etc. For more information, please refer to the Qwen3.8-Max Overview.

Following the widespread community adoption of the Qwen3.5 and Qwen3.6 series, we are pleased to introduce Qwen3.8, the most capable generation in the Qwen open-model family to date.

For the first time, Qwen3.8 brings a Qwen-Max-class model to open release. Built on the architectural foundation of Qwen3.5, Qwen3.8 delivers substantial gains across coding, professional work, research, and long-horizon agentic tasks. Beyond answering harder questions, Qwen3.8 is designed to carry complex, multi-step tasks through to completion with greater reliability.

Qwen3.8 Highlights

Qwen3.8 features the following enhancements:

Core Capabilities : Comprehensive improvements across coding, professional work, research, and long-horizon agentic tasks.

: Comprehensive improvements across coding, professional work, research, and long-horizon agentic tasks. Agent Execution : Stronger autonomous planning and better handling of environment feedback, leading to more reliable end-to-end task completion.

: Stronger autonomous planning and better handling of environment feedback, leading to more reliable end-to-end task completion. Downstream Compatibility : Broader support for popular harnesses and development tools, making it easier to integrate into your existing stack.

: Broader support for popular harnesses and development tools, making it easier to integrate into your existing stack. Flexible Thinking Control: Reasoning depth can be tuned with reasoning_effort , and reasoning context from historical messages is retained via preserve_thinking .

... continue reading