model release

Alibaba Releases Qwen3.8-2.4T-A95B-FP8: 2.4T-Parameter Open Model with 1M-Token Context

TL;DR

Alibaba's Qwen team has released Qwen3.8-2.4T-A95B-FP8, an open-weight, FP8-quantized MoE model with 2.4 trillion total parameters and 95 billion activated per token. It natively supports 262,144 tokens of context, extensible to 1,010,000, and forms the base for the hosted Qwen3.8-Max API.

2 min read
0

Alibaba Releases Qwen3.8-2.4T-A95B-FP8

Alibaba's Qwen team has published Qwen3.8-2.4T-A95B-FP8, an FP8-quantized, open-weight checkpoint of its largest model to date. The release is available now on Hugging Face in Transformers format, with compatibility for vLLM, SGLang, and TokenSpeed inference stacks.

The model is a Mixture-of-Experts (MoE) architecture with 2.4 trillion total parameters and 95 billion activated per forward pass. It uses 512 total experts, activating 10 routed experts plus 1 shared expert per token, an intermediate dimension of 2048, and 92 layers built on a hybrid Gated DeltaNet / Gated Attention block structure. The model was trained with multi-token prediction (MTP).

Context length is 262,144 tokens natively, extensible up to 1,010,000 tokens. Alibaba says the FP8 quantization — using fine-grained blocks of 128 — produces performance "nearly identical" to the full-precision original, according to the company.

This checkpoint serves as the open-weight foundation for Qwen3.8-Max, the fully-featured hosted version available through Qwen Cloud's API, which adds vision input, non-thinking mode, a default 1M-token context, and built-in tools. Pricing for Qwen Cloud API access was not disclosed in the release documentation.

Benchmark Claims

According to Alibaba's published benchmarks, Qwen3.8-Max scores competitively against Claude Opus 4.8, Claude Fable 5, and GPT-5.6 Sol across coding and agentic tasks:

  • Terminal Bench 2.1: 86.6 (vs. Opus 4.8's 84.6, GPT-5.6 Sol's 88.8)
  • SWE-bench Pro: 67.7 (vs. Opus 4.8's 69.2, Fable 5's 80.0)
  • PaperBench: 93.0 (vs. Fable 5's 88.8, GPT-5.6 Sol's 90.5)
  • GPQA Diamond: 92.6 (matching Fable 5, behind GPT-5.6 Sol's 94.1)
  • HLE (Humanity's Last Exam): 43.6 (below Fable 5's 53.3 and GPT-5.6 Sol's 47.2)

Compared to its predecessor Qwen3.7-Max, the new model shows substantial gains — for example, DeepSWE 1.1 jumps from 21.6 to 56.6, and JobBench rises from 31.3 to 53.4. These figures come from Alibaba's own evaluation harnesses, largely using Claude Code as the test framework, and have not been independently verified.

The model introduces "flexible thinking control" via a reasoning_effort parameter and a preserve_thinking flag that retains reasoning context across multi-turn conversations, positioning it explicitly as a reasoning-capable model for long-horizon agentic work.

What this means

This is Alibaba's first release of a Qwen-Max-class model with open weights, narrowing the gap between what the company sells commercially and what it distributes for self-hosting. At 2.4T total parameters, running this model requires serious infrastructure even with only 95B activated per token and FP8 quantization — this is not a model for consumer hardware. The benchmark comparisons against Opus 4.8, Fable 5, and GPT-5.6 Sol suggest Alibaba is positioning Qwen3.8 as a frontier-tier coding and agentic model, though all reported scores come from Alibaba's own testing setup and should be treated as claims pending independent replication. The extended 1M-token context and MTP training also signal continued focus on long-horizon agent workloads rather than short single-turn chat performance.

Related Articles

model release

Meta Releases Muse Spark 1.3, a Free Multimodal Reasoning Model with 1M-Token Context

Meta has released Muse Spark 1.3, a multimodal reasoning model with a 1M-token context window, listed as free on OpenRouter. The model targets long-running agentic, multi-agent, and coding workflows, though audio input support remains incomplete.

model release

Meta Releases Muse Spark 1.3 Contributor, a Low-Cost Multimodal Reasoning Model With 1M Context Window

Meta has released Muse Spark 1.3 Contributor, described as the cost-efficient contributor tier of its multimodal reasoning model line. The model offers a 1 million token context window at $0.10 per 1M input tokens and $0.20 per 1M output tokens, targeting experimentation and early-stage agentic workflows.

model release

Google Lists Gemini 3.8 Flash on OpenRouter With 1M-Token Context, September 2026 Release Date

Google's Gemini 3.8 Flash has surfaced on OpenRouter with a 1-million-token context window and discounted pricing of $0.75 per 1M input tokens and $3.75 per 1M output tokens. Google has not issued a separate public announcement, and the listed release date of September 2, 2026 is unusually far out, leaving key details unconfirmed.

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.

Comments

Loading...