model release

Alibaba Releases Qwen3.8-Flash-Next: 125B-Parameter MoE Model Matches Larger Rivals at $0.16/$0.47 per Million Tokens

TL;DR

Alibaba's Qwen team released Qwen3.8-Flash-Next, a 125-billion-parameter mixture-of-experts model that activates just 6 billion parameters per token and previews architecture planned for Qwen4. The model outperforms the much larger Qwen3.7-Plus at roughly one-ninth the training cost and ships at $0.16 per million input tokens and $0.47 per million output tokens.

3 min read
0

Alibaba's Qwen team released Qwen3.8-Flash-Next on August 26, 2026, a multimodal mixture-of-experts model built as an architecture preview for the upcoming Qwen4. The company says the model targets "ultimate cost efficiency" while matching or beating the performance of significantly larger and more expensive systems.

Architecture and specs

Qwen3.8-Flash-Next has 125 billion total parameters but activates only 6 billion per token. A separate innovation — a 51-billion-parameter N-gram embedding layer — stores common word groups as standalone entries in what Alibaba describes as a "phrase dictionary." This layer feeds phrase-level information into the start of the network and can run in system RAM rather than GPU memory, according to Qwen, keeping additional inference cost low.

The model natively supports a 262,144-token context window and can scale to 1 million tokens using YaRN. The technical report is published on GitHub, with weights available on Hugging Face and ModelScope. The production version ships as Qwen3.8-Flash through QwenCloud at $0.16 per million input tokens and $0.47 per million output tokens; Qwen says the API will go live shortly.

Benchmark claims

According to Alibaba, Qwen3.8-Flash-Next beats Qwen3.7-Plus — a 397-billion-parameter model with 17 billion activated parameters — at roughly one-ninth the training cost, with the largest gains in coding and office tasks.

Alibaba's published benchmarks compare the model against DeepSeek-V4-Flash (284B total, 13B active) and Anthropic's Claude Opus 4.6 (Max). On agentic coding, Flash-Next scored 58.7 on DeepSWE 1.1 and 62.5 on SWE-bench Pro, ahead of both competitors. On CoWorkBench, a productivity benchmark, Flash-Next hit 73.9 versus DeepSeek-V4-Flash's 45.1. On JobBench, a professional-workflow test, Flash-Next scored 55.7, nearly double Qwen3.7-Plus's 27.6.

On scientific reasoning, Flash-Next posted 91.7 on GPQA Diamond and 91.9 on LiveCodeBench v6, closely matching Claude Opus 4.6 (91.3 and 88.8, respectively). Claude Opus 4.6 leads only on Humanity's Last Exam (40.0 vs. Flash-Next's 35.9), though Alibaba notes that model dates to February 2026. As with all vendor-reported benchmarks, real-world performance may differ from these results.

Pricing pressure

Alibaba introduced its current flagship, Qwen3.8-Max, in early August, competing with Claude Opus 4.8, Gemini 3.1 Pro, and GPT-5.6 Sol at $2.00 per million input tokens and $6.00 per million output tokens. Flash-Next performs just below that flagship but costs roughly one-twelfth as much on both input and output pricing.

The release adds to sustained downward pricing pressure across the industry. Qwen3.8-27B, a smaller local-capable model, has also gained traction for delivering strong performance at minimal cost for users with sufficient hardware. OpenAI recently responded to competitive pricing pressure with discounts on its GPT-5.6 line.

What this means

Qwen3.8-Flash-Next is less notable as a standalone product than as a signal of where frontier training economics are headed: Alibaba claims a model can beat a much larger sibling at a ninth of the training cost by moving load-bearing parameters (the N-gram layer) off GPU memory entirely. If the technique generalizes, it lowers the capital barrier to competitive inference-time performance, which is bad news for providers relying on scale and premium pricing to justify infrastructure spend. For builders, a sub-$0.50-per-million-token model that beats DeepSeek-V4-Flash on coding and productivity benchmarks — pending independent verification — is a strong argument for defaulting to Qwen in cost-sensitive agentic pipelines.

Related Articles

model release

Qwen3.8-Flash-Next Debuts with 125B-Parameter Hybrid Architecture, Previews Qwen4 Design

Qwen3.8-Flash-Next is an experimental preview of the architecture Alibaba's Qwen team plans to use for Qwen4, combining hybrid attention, gated residuals, and n-gram embeddings in a 125B-parameter model with only 6B activated per token. Unsloth has released Dynamic 3.0 GGUF quantizations for local inference.

model release

Alibaba Releases Qwen3.8-Flash-Next, a 125B-Parameter Preview of Qwen4's Architecture

Alibaba's Qwen team has released Qwen3.8-Flash-Next, an open-weight model with 125B total parameters (6B activated) that previews architectural changes planned for Qwen4, including a new sparse attention mechanism and n-gram embeddings. The model natively supports 262,144 tokens of context, extensible to 1 million.

model release

Zhipu AI Releases GLM-5.3-Flash: First Multimodal Model in GLM-5 Series, 320B Parameters with Only 18B Active

Zhipu AI has released GLM-5.3-Flash, the first natively multimodal model in its GLM-5 series, built on a 320B-parameter mixture-of-experts architecture with only 18B active parameters. The company claims it outperforms GLM-5.2 across benchmarks at one-tenth the cost while approaching Claude Opus 4.8 on coding and agentic tasks.

model release

Qwen 3.8 27B Launches with Vision Support and a 262K Context Window—But Its Default Settings Cause Massive Overthinking

Alibaba's Qwen research lab has released Qwen 3.8 27B, an Apache 2.0 licensed, vision-capable model with a 262,144-token context window. Independent testing found the model's default 'xhigh' reasoning setting causes it to massively overthink simple prompts, turning quick tasks into 20-minute ordeals.

Comments

Loading...