model release

Alibaba Releases Qwen3.8, a 2.4T-Parameter MoE Model with 262K Native Context

TL;DR

Alibaba's Qwen team has released Qwen3.8-2.4T-A95B, a 2.4-trillion-parameter mixture-of-experts model activating 95B parameters per token. The company claims it is the first open-weight release to reach Qwen-Max-class performance, with a hosted variant, Qwen3.8-Max, offering 1M-token context and vision input.

3 min read
0

Qwen3.8-2.4T-A95B — Quick Specs

Context window262K tokens
Input$2/1M tokens
Output$6/1M tokens

Alibaba Releases Qwen3.8, Its Largest Open Model to Date

Alibaba's Qwen team has released Qwen3.8-2.4T-A95B, a mixture-of-experts (MoE) language model with 2.4 trillion total parameters and 95 billion activated parameters per forward pass. Weights are available on Hugging Face in Transformers format, compatible with vLLM, SGLang, and TokenSpeed.

According to Qwen, this is the first time a Qwen-Max-class model has been released openly, following the Qwen3.5 and Qwen3.6 series. A hosted, feature-extended variant called Qwen3.8-Max is also available through Qwen Cloud, adding vision input, non-thinking mode, built-in tools, and a default 1 million-token context length.

Architecture

The model uses a hybrid layout of 92 layers, structured as 23 repeating blocks of three Gated DeltaNet-MoE layers followed by one Gated Attention-MoE layer. Key specs:

  • Total parameters: 2.4T; activated parameters: 95B
  • Hidden dimension: 8,192
  • MoE: 512 experts, 10 routed + 1 shared expert activated per token, intermediate dimension 2,048
  • Attention: 64 query heads, 4 key/value heads, head dimension 256
  • Gated DeltaNet: 128 linear attention heads for V, 16 for QK, head dimension 128
  • Context length: 262,144 tokens natively, extensible to 1,010,000 tokens
  • Multi-Token Prediction (MTP): trained with multiple prediction steps
  • Vocabulary: 248,320 padded tokens

Pricing for API access via Qwen Cloud is not yet disclosed.

Benchmark Results

Alibaba published comparisons against Claude Opus 4.8, Claude Fable 5, GPT-5.6 Sol, and the prior Qwen3.7-Max across dozens of internal and public benchmarks. Notable claimed scores for Qwen3.8-Max:

  • Terminal Bench 2.1: 86.6 (vs. 84.6 for Opus 4.8 and Fable 5, 88.8 for GPT-5.6 Sol)
  • PaperBench: 93.0 (highest among compared models)
  • QwenSWEBench: 80.7
  • GPQA Diamond: 92.6
  • HLE (Humanity's Last Exam): 43.6
  • MRCR v2 256K (8-needle): 92.9

On several agentic and coding benchmarks — including SWE-bench Pro (67.7), DeepSWE 1.1 (56.6), and Automation-Bench Pass@1 (27.3) — Qwen3.8-Max trails GPT-5.6 Sol and Claude Fable 5 but shows substantial gains over Qwen3.7-Max, which scored 60.6, 21.6, and 14.2 respectively on the same tests. These figures come from Alibaba's own evaluation methodology, using varied harnesses (Claude Code, mini-SWE-agent, Qwen-Agent) with specific timeout, temperature, and context settings detailed in the model card. Independent verification is not yet available.

New Capabilities

Alibaba highlights two features aimed at agentic workflows: reasoning_effort, a parameter to tune reasoning depth, and preserve_thinking, which retains reasoning context across historical messages in multi-turn sessions. The company also says Qwen3.8 improves compatibility with popular coding harnesses and development tools.

What This Means

Qwen3.8 pushes Alibaba's open-weight lineup into territory previously reserved for closed, flagship-tier models — a 2.4T-parameter MoE with a 1M-token context ceiling and benchmark scores competitive with Claude Opus 4.8 and GPT-5.6 Sol on tasks like software engineering and long-document retrieval. The gap on harder agentic benchmarks (Automation-Bench, DeepSWE) suggests real ground still separates Qwen3.8 from the very top closed models on autonomous, multi-step execution. Given the model's scale, few teams will run it locally; most users will access it through Qwen Cloud's Qwen3.8-Max endpoint, where actual throughput, latency, and cost — none of which are disclosed yet — will determine real-world adoption more than headline benchmark numbers.

Related Articles

model release

Alibaba Launches Qwen-Audio-3.1, Cuts AI Audio API Prices by Up to 95 Percent

Alibaba's Qwen team has released Qwen-Audio-3.1, a five-model lineup covering speech recognition, text-to-speech, and real-time voice interaction. Alongside the release, Alibaba cut API pricing by up to 95 percent for ASR, 85 percent for real-time models, and 70 percent for TTS.

model release

Apple Releases LensVLM-9B, a 9B Vision-Language Model That Selectively Decompresses Text Images

Apple has released LensVLM-9B, a 9-billion-parameter vision-language model fine-tuned from Qwen3.5-9B-Base that processes documents as compressed images, selectively expanding only relevant pages to full resolution. The model supports 5x, 10x, and 15x compression ratios and is available under Apple's Machine Learning Research Model License.

model release

Meta Releases Muse Glimmer 30B, an Open-Weight Agentic Model for Consumer Hardware

Meta Superintelligence Labs has released Muse Glimmer 30B, a dense open-weight model distilled from its larger Muse Spark system and tuned for agentic workflows on consumer hardware. The model supports 131K context, image understanding, and over 100 languages at $0.30/$1.10 per 1M input/output tokens.

model release

Perceptron Launches Mk1.5, a Multimodal Perception Model for Physical Agents with Structured Spatial Outputs

Perceptron has released Mk1.5, a perception model built for physical agents that accepts text, image, video, and audio input and returns text alongside structured spatial annotations. It succeeds Mk1 and is priced at $0.15 per 1M input tokens and $1.50 per 1M output tokens.

Comments

Loading...