Qwen3.8-Flash-Next: the Qwen4 preview that changes open-weight cost math

Published August 28, 2026By ABD Legacy LLC
model-cost open-weights qwen moe agent-stacks

What is Qwen3.8-Flash-Next and how much does it cost?

Qwen3.8-Flash-Next cost, in one paragraph: Alibaba's experimental open-weight multimodal MoE preview of the architecture that will underpin Qwen4 — 125B total parameters with ~6B active per token (~95% sparsity), text/image/video input, and 262,144-token native context extensible to 1M with YaRN. The production Qwen3.8-Flash API is live on QwenCloud and OpenRouter at $0.15/$0.47 per 1M tokens with $0.016 cache reads. Weights are on Hugging Face and ModelScope under the qwen-community-1.0 license.

What is Qwen3.8-Flash-Next?

Qwen3.8-Flash-Next is the open-weight checkpoint published August 26 on Hugging Face and ModelScope. Qwen3.8-Flash is the production API built on that architecture — 1M default context, built-in tools (web search, web extraction, image/video search, code interpreter) — live on QwenCloud the same day; OpenRouter listed it that evening. Alibaba confirmed the rate August 27, the specs August 28.

It is multimodal — text, image, and video input; text output — with 512 MoE experts (10 routed + 1 shared per token) on hybrid Gated DeltaNet + QSA attention, and 262,144-token native context extensible to 1,000,000 with YaRN.

Contract note: this is open-weight, not open source — qwen-community-1.0, not Apache-2.0. That distinction matters when you embed a model in client deliverables.

Why Qwen3.8-Flash-Next cuts open-weight MoE inference cost

A dense model passes every token through every parameter: a 125B dense model costs 125B parameters of compute per token. In a MoE, only a subset of experts computes. Qwen3.8-Flash-Next activates about 6B of 125B total — roughly 95% sparsity (6/125 = 95.2%; Alibaba says "125B with 6B activated").

Because inference cost tracks active parameters, that sparsity is the story behind the price. Three design choices reinforce it:

Result: open-weight MoE inference cost at a level once reserved for small dense models — with 1M context, vision, and tools attached.

Qwen3.8-Flash-Next cost: the cheapest AI model to run agents?

Typical agent workload: 10K input / 2K output tokens per task, no cache hits:

At 100,000 tasks a month: ~$244 on Qwen3.8-Flash vs ~$1,056 on DeepSeek V4 Pro off-peak, ~$10,000 on Claude Opus 5, ~$11,000 on GPT-5.6 Sol — before retries and overhead, on a 1M-context model.

Three agent-specific details push the number lower in practice:

  1. Cache reads at $0.016/1M are ~9x cheaper than input — and agent loops re-read history and tool output every turn.
  2. 1M context cuts orchestration round-trips — hold the codebase or task history in one window instead of paying for multi-hop summarization.
  3. Tools plus a thinking toggle keep bills predictable: enable_thinking disables thinking, reasoning_effort (xhigh/medium/low) sets the depth — and at 74 tokens/sec (vs 65 average) there is no slow-thinker tax. OpenCode Go's flat-rate plan added qwen3.8-flash on the same basis.

Where Qwen3.8-Flash-Next lands in the model pricing comparison table

Before you rebuild client quotes, see how it stacks against the field — we track the full set on the AI Model Cost per Task 2026 page. Qwen3.8-Flash-Next slots into the cheap-open-weight tier:

ModelOpen-weight?Active paramsInput $/1MOutput $/1MNotes
Qwen3.8-Flash (Alibaba)Yes (preview)6B$0.15$0.47Cache read $0.016; 1M context (YaRN)
Qwen3.8-27B (Alibaba)Yes (dense)27B$0.425$2.55Dense, so higher active cost
Qwen3.7-Plus (Alibaba)No (API)17B (397B total)$0.32$1.28Prior gen API tier
Qwen3.7-Flash (Alibaba)No (API)$0.03$0.13Smallest Alibaba API
Qwen3.8-Max (Alibaba)No (API)~A95B (2.4T total)$2.00$6.00Flagship API tier
DeepSeek V4 FlashYes13B$0.15–$0.22$0.35–$0.66Date/peak-sensitive after Aug 16 raise
DeepSeek V4 Pro 0813Yes49B$0.66 (off-peak)$1.98 (off-peak)Off-peak rates; peak ~2x
Claude Opus 5 (Anthropic)No$5.00$25.00Top-tier API
GPT-5.6 Sol (OpenAI)No$5.00$30.00List; promo pricing may apply

Rates verified 2026-08-27/28 via QwenCloud, OpenRouter, and Artificial Analysis; DeepSeek V4 Flash is date/peak-sensitive after the Aug 16 raise (up to 371% at peak). All USD per 1M tokens. Qwen3.8-Flash undercuts DeepSeek V4 Flash on official pricing and lands at roughly a quarter of DeepSeek V4 Pro's off-peak price — Intelligent Living frames it as matching V4 Pro's coding score (SWE-bench Pro 62.5 vs 55.4, vendor-reported) at about a quarter of the cost.

Open-weight vs API cost 2026: the agency decision

This release sharpens the open-weight vs API cost decision because both routes are now genuinely competitive at this tier.

When the API wins (most agencies, most months). $0.15/$0.47 via QwenCloud or OpenRouter, zero capex, 1M context, tools, thinking control. At agency volume the bill stays small enough that hardware never pays for itself.

When self-hosting wins. Sustained high volume, data residency, or a per-token cost floor. The FP8 checkpoint is 172.78 GiB (BF16 is 335.28 GiB); two DGX Sparks (128 GB unified each, NVLink) can serve it. That's a deployment project, not an Ollama pull — and qwen-community-1.0 is not Apache-2.0, so free-to-download and free-to-redistribute differ.

The shortcut: below roughly tens of billions of tokens a month, take the API and bank the $0.15 floor. Above that, model the FP8 self-host path against the bill — SGLang shipped day-0 support.

Where it fits in the 2026 model-cost landscape

DeepSeek's August 16 hike (up to 371% on V4 Flash output at peak) reopened the cheap tier; Qwen steps in at $0.15/$0.47 with a stronger active-parameter efficiency story. GLM-5.3-Flash (Z.ai, $0.15/$0.50 list, MIT weights) and Tencent Hy4 preview ($0.834/$2.501, Apache 2.0) made 1M context and cheap open weights table stakes; Qwen3.8-Flash is cheaper on output than both at list. The top tier has not moved — Claude Opus 5 and GPT-5.6 Sol are still 30-60x+ the cheap tier on raw tokens.

Independent data is positive but modest: Artificial Analysis scores it 56 on its Intelligence Index vs a 29 median, at about half the median input price ($0.15 vs $0.30). All benchmarks (SWE-bench Pro 62.5, DeepSWE 58.7, GPQA Diamond 91.7) are vendor-reported, one day old, unreproduced as of August 28 — treat as directional; the weights are public, so third-party runs are coming.

What this changes for your model line item

Qwen3.8-Flash belongs on every agency rate card now: list $0.15/$0.47 with cache reads at $0.016, beside DeepSeek V4 Pro and the open-weight stack.

Price your AI work against current market benchmarks

Try the AI Agency Pricing Calculator →

Estimate setup fees, retainers, and margin in under a minute — then model per-agent workload costs with the AI Agent API Cost Calculator.

Frequently asked questions

Is Qwen3.8-Flash-Next open source?

Open-weight, not open source: weights on Hugging Face and ModelScope under qwen-community-1.0, not Apache-2.0. Variants: BF16, FP8 (172.78 GiB), NVFP4 (Blackwell-only).

How much does Qwen3.8-Flash cost?

$0.15/$0.47 per 1M tokens with $0.016 cache reads on QwenCloud (China: ¥0.8 / ¥2.7 / ¥0.1); OpenRouter carries the same rate. A conflicting $0.16 input figure is unverified — the official rate is $0.15.

Can agencies self-host Qwen3.8-Flash-Next?

Yes, with serious hardware: FP8 is 172.78 GiB and runs on two DGX Sparks (128 GB unified each, NVLink); BF16 is 335.28 GiB; SGLang shipped day-0 support. Thinking is on by default; enable_thinking disables it via API. Capex decision — model it against the API bill.

Is Qwen3.8-Flash-Next the cheapest AI model to run agents?

In the hosted tier it joins the $0.15 input crowd — GLM-5.3-Flash ($0.15/$0.50) and DeepSeek V4 Flash ($0.15-0.22/$0.35-0.66) — and is cheaper on output than both at list; roughly a quarter of DeepSeek V4 Pro off-peak. "Cheapest" depends on cache behavior, context length, and retries — model your own volume in the calculator.

Sources

Accuracy note: Pricing per QwenCloud official rate confirmed 2026-08-27 and OpenRouter's live listing, USD per 1M tokens. 125B/6B/~95% sparsity per Alibaba's Aug 28 announcement and the model card (6/125 = 95.2%). QSA speedups and all benchmarks vendor-reported, unreproduced. DeepSeek V4 prices date/peak-sensitive after the Aug 16 raise. GLM-5.3-Flash and Tencent Hy4 rates per the site's own pricing posts. Per-task math uses 10K/2K tokens; model your own volume.