Back to blog

Sunday, September 20, 2026

The Flash Wars: Three Chinese Models Just Reset the Price of Intelligence

cover

Three open-weight models from Chinese labs landed within seventeen days of each other, all with output pricing at or under $0.50 per million tokens off-peak, all claiming benchmark scores that overlap with US flagships costing an order of magnitude more. Z.ai's GLM-5.3-Flash arrived August 26, Alibaba's Qwen3.8-Flash-Next shipped the same week, and DeepSeek's V4.1-Flash followed on September 10 — and within four days, DeepSeek had retired its own flagship to make room for it.

This isn't three random releases. It's a coordinated-feeling collapse of the price floor for frontier-adjacent intelligence, and it changes the economics of every agent workload you're running.

Three models, seventeen days

GLM-5.3-Flash: the mystery model with a name

The best story of the three belongs to Z.ai. On August 20, an anonymous model called Ox Alpha appeared on OpenRouter under the masked "Stealth" provider — model ID stealth/ox-alpha, priced at $0 per million tokens, near-unlimited usage for a week, with a second free route on OpenCode (x-preview-f-free). No vendor attached, no benchmarks published, no name. Within two days it had consumed roughly 657B prompt tokens, with the five busiest consumers all agentic coding tools: Hermes Agent (~120B), Claude Code (~108B), Oh-My-Pi, DeepSeek Harness, and ZCode. It topped OpenRouter on its first day, more than doubled DeepSeek's usage, and ended DeepSeek's 56-day run at the top of OpenCode's leaderboard — all before anyone claimed it.

Z.ai's stated reason for the free window: gathering real-world user feedback without brand bias — a load test on live agent traffic. The community didn't wait for permission to investigate. Tokenizer fingerprinting and compression analyses matched the GLM family within days; behavioral tells piled up (audio-input rejection patterns and emoji style matching GLM-5V-Turbo); and a reported extracted system prompt instructed the model to identify as "ox-alpha" and withhold its origin. On August 26, Z.ai confirmed it: Ox Alpha was GLM-5.3-Flash, released open-weight under MIT. The stealth listing was delisted with no redirect; the model re-appeared as z-ai/glm-5.3-flash at standard Flash pricing.

The specs justify the attention: 320B total parameters with just 18B active per token, a 1M-token context window, and native multimodality — image, video, and PDF inputs. It's the first GLM with a hybrid attention architecture (linear attention for most layers, sparse attention where precision matters), which cuts attention compute 3x and KV cache size 4.4x versus its bigger sibling GLM-5.3. Z.ai's headline claim: it beats GLM-5.2, a 753B model, across coding and agentic benchmarks while approaching Claude Opus 4.8 — at roughly 1/40th of Opus's price, by Z.ai's own math.

The detail that made the industry story: Z.ai served the entire anonymous preview — with capacity to handle around 100T tokens per day, and 62T tokens actually served over the window — entirely on domestic Chinese accelerator chips. Whatever your position on export controls, a frontier-class model serving real global traffic on non-NVIDIA silicon is a data point that was previously theoretical.

One caveat carried over from the stealth week: the free listing's data terms stated prompts were not used for training, but retention was permitted under OpenRouter's Stealth Program terms. Free frontier-model previews are a trade, not a gift — don't send anything you wouldn't want retained.

DeepSeek-V4.1-Flash: the flagship killer

DeepSeek's September 10 release is the most aggressive of the three, and not mainly because of benchmarks. V4.1-Flash is a 552B-parameter MoE with an unusual asymmetric architecture: 8B parameters active during input processing, 16B during output generation. That asymmetry is aimed squarely at agentic workloads, where input tokens (context, tool results, file contents) dwarf output tokens.

The benchmark claims are the loudest part of the launch: 74.2 on DeepSWE v1.1 — nominally ahead of Claude Opus 5 (74.0) and GPT-5.6 Sol (73.0) — plus 90.6 on Terminal-Bench 2.1. But hold those decimals loosely. DeepSeek evaluated its own model on its own harness, and its own documentation shows an 8.7-point spread across eight scaffolds on DeepSWE, from 74.2 (mini-SWE) down to 65.5 (OpenCode). A 0.2-point lead printed to two decimal places is what a tie looks like.

The commercially decisive move came four days later: starting September 14, DeepSeek began routing all deepseek-v4-pro requests to V4.1-Flash, billed at Flash rates, until a V4.1-Pro ships. The company retired its own flagship because the cheap model beat it on performance, cost, speed, and total runtime. That's the strongest signal in this whole story: the flash tier is no longer the budget option. It's the product.

The sleeper feature is pricing. V4.1-Flash runs peak/off-peak rates — $0.30/$1.20 per million input/output at peak, $0.15/$0.60 off-peak — but cache-hit input drops to $0.003 per million off-peak. Cache hits are where agent costs live, since every step of a long agent session re-sends a growing prefix. At a third of a cent per million tokens for repeated context, long-horizon agent loops get radically cheaper.

Qwen3.8-Flash-Next: the architecture preview

Alibaba's August 24 release is playing a different game. Qwen3.8-Flash-Next isn't a finished product — it's an explicit preview of the Qwen4 architecture, released early so the community can study the design before Qwen4 is built on it. It's the same playbook as Qwen3-Next, whose hybrid attention design propagated through the entire Qwen3.5–3.8 line.

The design has four threads:

  • GDN + QSA attention — Gated DeltaNet layers compress history efficiently (three of every four layers), while Qwen Sparse Attention handles precise long-range retrieval, selecting important context at micro-block granularity
  • 51B of N-gram embeddings — a separate 125B main model gets an additional 51B-parameter lookup table indexing 20M bigrams and trigrams. Because lookups are known in advance, these weights live in host memory and prefetch asynchronously — extra model capacity that never occupies GPU memory
  • Gated residual connections — four residual branches dynamically control cross-layer information flow
  • Muon optimizer at scale, with modifications for orthogonalization accuracy and parameter assignment

The headline efficiency number: training cost roughly 1/9 that of Qwen3.7-Plus, with better coding and office-task results. With only 6B parameters active per token, inference is similarly cheap. The production model built on this architecture — Qwen3.8-Flash, with 1M context and built-in tools — is already live at $0.15/$0.47 per million tokens.

The scoreboard, with sourcing

Comparing three models across vendor-reported benchmarks is a contact sport. Here's the ground truth as sourced:

GLM-5.3-FlashDeepSeek-V4.1-FlashQwen3.8-Flash-Next
ReleasedAug 26, 2026Sep 10, 2026Aug 24, 2026
Total params320B552B125B + 51B n-gram
Active params18B8B in / 16B out6B
Context1M1M262K (YaRN → 1M)
LicenseMITOpen weightQwen Community 1.0
API price (in/out)$0.15 / $0.50$0.15–0.30 / $0.60–1.20$0.15 / $0.47
Headline claim≈ Claude Opus 4.8 on coding≈ Claude Opus 5 on DeepSWEQwen4 architecture preview

Independent trackers paint a more nuanced picture than the launch posts. On LLM Stats, GLM-5.3-Flash scores 50.9, ranking #15 overall — ahead of DeepSeek's previous flagship, and roughly 8.4x cheaper per token. BenchLM puts it at #59 of 230 with its strongest category being multimodal. Artificial Analysis scores it 57 on their Intelligence Index at $0.045 per task — an intelligence-per-dollar point previously occupied by nothing.

The gaps matter too. GLM-5.3-Flash trails its own bigger sibling on agentic work (59.9 vs 68.5 category average, per BenchLM). DeepSeek-V4.1-Flash loses decisively on long-horizon tasks — Terminal-Bench 4.0 at 31.2 versus Claude Opus 5's 51.8 — and on offensive security benchmarks. And Qwen3.8-Flash-Next's benchmark tables come from Qwen, evaluated against Qwen-selected competitors. Every one of these numbers deserves the same treatment: directionally credible, precise decimals suspect.

What they share: the new playbook

Look past the logos and the three releases are the same design philosophy executed three times:

  • Hybrid attention everywhere. All three replace pure transformer attention with a mix of linear/recurrent layers (cheap, constant-memory) and sparse attention (precise retrieval where needed). GLM uses KDA + sparse MLA, DeepSeek uses sliding-window with bounded replay, Qwen uses GDN + QSA. The consensus is clear: full quadratic attention at 1M contexts is dead for flash-tier serving.
  • Tiny active parameters on huge total counts. 18B, 8–16B, 6B active. Intelligence is stored in the total parameter count; cost is paid per active parameter. The gap between "knows" and "thinks per token" is the entire business model.
  • 1M-token context as table stakes. All three target million-token contexts natively or via extension. Agentic workloads — the highest-value market — demand it.
  • Cache economics as the real price war. DeepSeek's $0.003/M cache-hit pricing and GLM's 94% observed cache ratio (per OpenCode telemetry) reveal where the actual competition happens: repeated context, not novel input.
  • Open weights as distribution. MIT or community licenses, weights on Hugging Face, day-one support in vLLM and SGLang. The moat isn't the weights; it's the serving efficiency and the API ecosystem.
  • Stealth launches as market research. Ox Alpha wasn't an anomaly — it's a template. Bloomberg counted ByteDance, Sea, and Alibaba among the companies releasing models anonymously in 2026, and OpenRouter's Stealth program has now hosted six-plus codenamed previews. The formula: free access for a week, no name, no benchmarks, real production traffic as the test suite. It removes brand bias from evaluation (a model with no logo can't trade on reputation) and hands the lab a week of unfiltered load-testing and feedback before the marketing machine starts. The cost is trust — stealth terms permitted data retention even when training was ruled out — and it only works because gateways like OpenRouter are willing to route unattributed models at all.

What it means for the industry

The "flash" tier is now the default tier. A year ago, cheap models were compromised models you tolerated for cost reasons. Now the cheap tier matches or beats the flagships on a growing share of real workloads — DeepSeek retiring V4-Pro in favor of its Flash model is the industry admitting this out loud. Expect every lab to restructure around a tiny-active-parameter flagship family, with "Pro" models as the niche, not the default.

Price anchors are collapsing. GLM-5.3-Flash delivers Opus-class coding scores at a fraction of the price — 1/40th by Z.ai's math, and still an order of magnitude cheaper against conservative comparisons. When capability-per-dollar moves that far that fast, pricing power evaporates across the board. US labs' response so far has been bigger context windows and agent bundling rather than price cuts — that can't hold indefinitely.

Agent economics get rewritten. The dominant cost in agent workloads isn't generation — it's re-reading context on every step. Cache-hit pricing at fractions of a cent, plus architectures that slash KV cache memory, means long-horizon agents that were cost-prohibitive in August are routine in October. If your agent architecture assumed token costs, re-run the math.

The compute story has a second act. GLM-5.3-Flash serving anonymous global traffic — 62T tokens over the preview window, on capacity sized for ~100T tokens per day — on domestic Chinese chips converts an export-control debate question into an engineering result. The models are open weight — anyone can serve them anywhere — but the demonstration that frontier-class serving doesn't require NVIDIA hardware reshapes the strategic picture for both Washington and the labs.

Which one should you actually use?

  • High-volume coding agents and chat: GLM-5.3-Flash. Best all-around independent scores, cheapest at scale, 94% cache ratio observed in production telemetry, MIT license if you want to self-host
  • Short-horizon agent loops and workflow automation: DeepSeek-V4.1-Flash. The asymmetric architecture is purpose-built for input-heavy workloads, and off-peak cache-hit pricing is unmatched. Schedule batch work off-peak and the effective rate approaches zero
  • Watching for Qwen4 / research: Qwen3.8-Flash-Next. Run it to understand where the Qwen4 family is going; use the production Qwen3.8-Flash if you need Qwen-ecosystem stability today
  • Long-horizon, marathon autonomous sessions: none of them yet. Claude Opus 5 still leads Terminal-Bench 4.0 by 20+ points. The flash tier wins on volume, not endurance

All three are OpenAI-API-compatible and available through OpenRouter, DeepInfra, and the other major gateways, so testing against your own workload is an afternoon, not a quarter. That — more than any benchmark — is what these releases actually change.

Note: Benchmark figures here mix vendor-reported and independently tracked numbers; we've flagged which is which inline, but treat precise decimals as directional. Pricing verified against provider pages as of September 20, 2026, and changes frequently — DeepSeek in particular uses peak/off-peak windows worth checking before you commit. Model pages: GLM-5.3-Flash, DeepSeek-V4.1-Flash, Qwen3.8-Flash-Next.