model release

Qwen Releases Qwen3.8 2.4T A95B, a 2.4-Trillion-Parameter Open-Weight MoE Model

TL;DR

Qwen has released Qwen3.8 2.4T A95B, an open-weight sparse mixture-of-experts model with 2.4 trillion total parameters and 95 billion active parameters per forward pass. The model is the open-weight variant of Qwen3.8 Max, targeting coding, research, complex reasoning, and agentic workflows with a 262K token context window.

2 min read
0

Qwen Ships Open-Weight Variant of Qwen3.8 Max

Qwen has released Qwen3.8 2.4T A95B, a sparse mixture-of-experts (MoE) model with 2.4 trillion total parameters and 95 billion active parameters per inference pass. According to Qwen, this is the open-weight version of Qwen3.8 Max, the company's flagship closed model, and is designed for coding, research, complex reasoning, and agentic workflows.

The model is listed on OpenRouter with a 262,000-token context window and API pricing of $2 per 1M input tokens and $6 per 1M output tokens. The listing shows a release date of August 12, 2026.

Architecture

The headline figures — 2.4 trillion total parameters with only 95 billion active — put Qwen3.8 2.4T A95B among the largest MoE models disclosed to date by total parameter count, while keeping per-token compute closer to a mid-sized dense model through sparse expert routing. This design allows the model to draw on a much larger parameter pool for capacity while activating only a fraction of it (roughly 4%) for any given token, which is standard practice for MoE architectures used to balance quality against inference cost.

No benchmark scores, training data cutoff, or license details were included in the source listing. Qwen has not yet published a technical report, model card, or independent benchmark results for this release, so all architectural claims — including the total and active parameter counts — currently rest on Qwen's own listing rather than third-party verification.

What's confirmed vs. unconfirmed

Confirmed from the listing: total parameters (2.4T), active parameters (95B), context window (262K tokens), and API pricing ($2/$6 per 1M tokens). Unconfirmed: benchmark performance, training cutoff date, exact license terms, and whether the "open-weight" designation includes full weight downloads or a restricted release. Qwen describes this as the open-weight counterpart to a closed Qwen3.8 Max model, but no separate announcement for Qwen3.8 Max itself was available at time of writing.

What this means

A 2.4-trillion-parameter open-weight release, if the figures hold up under independent testing, would represent one of the largest total-parameter open models available for download and self-hosting, following the industry trend of decoupling total capacity from active compute via MoE routing. The lack of published benchmarks makes it impossible to assess how the model performs against comparable systems like DeepSeek V3, Llama 4, or Mistral's largest offerings. Practically, running a model with 2.4T total parameters — even with sparse activation — requires substantial memory and infrastructure for self-hosting, meaning most users will access it through API pricing at $2/$6 per 1M tokens rather than local deployment. Until Qwen publishes a technical report with verified benchmark scores and training details, the model's real-world capabilities relative to its scale remain an open question.

Related Articles

model release

InclusionAI Releases Ling 3.0 Flash Fin, a Finance-Focused MoE Model with 5.1B Active Parameters

InclusionAI has released Ling 3.0 Flash Fin, a finance-specialized mixture-of-experts model built on Ling 3.0 Flash. The model activates 5.1B of its 124B total parameters and targets long-horizon investment planning tasks while retaining general reasoning, coding, and math capabilities.

model release

OpenAI's GPT-6 Astra Cuts Hallucinations, But Indirect Prompt Injection Attacks Still Succeed 8.5% of the Time

OpenAI's new GPT-6 Astra model shows major improvements in hallucination rates and jailbreak resistance over predecessor GPT-5.6 Sol, according to OpenAI's system card. However, indirect prompt injection attacks hidden in documents still succeed 8.5% of the time in external testing by Gray Swan, down from 27% but still above rival Claude Opus 5's 4.8% rate.

model release

OpenAI Ships GPT-6 Astra, But Executives Admit They Can't Fully Monitor What It's Thinking

OpenAI released GPT-6 Astra on Thursday, a model president Greg Brockman says could mark the start of AGI. But the model writes out its reasoning less often than prior versions, and OpenAI's chief scientist says monitoring AI thought processes will keep getting harder.

model release

OpenAI Launches GPT-6 Astra, Claims SOTA Computer Use and Coding — But Independent Tests Show Mixed Gains at Higher Cost

OpenAI released GPT-6 Astra on September 3, 2026, claiming state-of-the-art computer use and coding performance alongside new alignment techniques. Independent evaluators found real but uneven gains, higher per-task costs, and reduced chain-of-thought monitorability.

Comments

Loading...