Qwen3.8 Flash-Next

by Alibaba

Released 12 days after Qwen3.8 27B · All Alibaba releases

Qwen3.8-Flash-Next is Alibaba's experimental preview of the design that Qwen4 will build on, released on August 26, 2026. Its backbone has 125 billion parameters with only 6 billion active per token, and alongside it sit a 51 billion parameter N-gram embedding table, which stores bigram and trigram representations, and a 4 billion parameter multi-token prediction head, so the full checkpoint is about 180 billion parameters on disk. The Qwen team reports it beating Qwen3.7-Plus at roughly one-ninth the training cost. The design combines Gated DeltaNet linear attention with Qwen Sparse Attention, which picks out relevant context in micro-blocks through a lightweight indexer, plus a four-branch gated residual and a 512-expert mixture-of-experts layer that routes 10 experts and one shared expert per token. It accepts text, images, and video, runs in thinking mode by default with the option to turn it off, and supports a 262,144-token native context that extends toward one million tokens with YaRN. Reported scores include 91.7 on GPQA Diamond, 62.5 on SWE-bench Pro, 91.9 on LiveCodeBench v6, and 73.9 on CoWorkBench. The weights are published under the Qwen Community License 1.0 rather than Apache 2.0. It suits coding agents, office and document tasks, and long-context workloads where a very small active-parameter footprint keeps per-token compute light, even though the full checkpoint still needs a multi-GPU node to host.

Call Qwen3.8 Flash-Next on Opper with the OpenAI SDK. Sign up without a credit card. Get started

Key info

Input
Output
Features
Context window
262K
Max output
Input price
$0.20 /1M$0.05 cache read
Output price
$0.50 /1M
Released
  • EU residency available
  • Zero data retention on pay-as-you-go
  • No training by default
  • GDPR DPA available

Available routes

Qwen3.8 Flash-Next runs on 1 route through the Opper gateway. Compare residency, zero data retention and training posture at a glance, with full data-handling detail per route below.

ProviderRegionZero data retentionTrainingInputOutputCache read
EUNo$0.20$0.50$0.05

Data handling per route

Each route hosting Qwen3.8 Flash-Next has its own privacy posture, residency, and GDPR terms. Postures are maintained by Opper with a last-verification timestamp.

TensorX European Union🇪🇺

Zero data retention: nothing is logged, held for abuse monitoring or used for training. No training on customer data. EU; DPA available.

Zero data retention
Yes. Nothing is logged, held for abuse monitoring or used for training.
Training
No training on customer data.
Logging
None
Abuse monitoring
No classifier
Caching
Content cached for replay
GDPR DPA
DPA available
Transfer mechanism
Not applicable — data stays in EU

Benchmarks

Independent benchmark scores — composite indices for reasoning, coding, and math, plus individual eval scores where available.

Global rank#35 of 643 LLMs
TierStrong
Output speed57 tok/s
First token1.34s
Intelligence Index39.9
Coding Index73.1
Reasoning & knowledge
GPQA Diamond
92%
Humanity's Last Exam
38%
Long-context reasoning
80%
Coding
SciCode
51%

Get started

Call Qwen3.8 Flash-Next through the Opper gateway with one API key. Opper is drop-in compatible with the OpenAI, Anthropic and Google AI SDKs.

Qwen3.8 Flash-Next is a premium model on Opper. Sign up needs no credit card: you get an API key straight away and the free models work in the playground and the API. Add a card to use premium models, pay-as-you-go with no minimum.

Set it up with your agent

Copy this and paste it into a coding agent like Claude Code, Cursor or Codex and it'll wire up Opper for you.

Or call it directly

import OpenAI from "openai";
const client = new OpenAI({
apiKey: process.env.OPPER_API_KEY,
baseURL: "https://api.opper.ai/v3/compat",
});
const completion = await client.chat.completions.create({
model: "tensorx/qwen/qwen3.8-flash-next",
messages: [{ role: "user", content: "Hello" }],
});
console.log(completion.choices[0].message.content);

Compare Qwen3.8 Flash-Next with…

Side-by-side on privacy, EU hosting, pricing, and benchmarks.

Other models from Alibaba

Start building with 700+ models

One API key. Every major provider. Up and running in minutes.

Get startedView Documentation