A hero title card for GLM-5.3-FlashX, subtitled 'Same weights, 2.5x the price', with chips reading 'Up to 200 tok/s (vendor)', '$0.37 / $1.25 per 1M' and '1M context', and a footer line 'Serving tier launched September 18, 2026'.
Guides & Insights

GLM-5.3-FlashX Ships at 2.5x the Price of the Model It Runs On

Author

Magnus Corvin

Date Published

Latest models · 20View all models
Benchmarks: Artificial Analysis · updated daily
Back to all posts

The number to notice is not 200. It is 2.5. On September 18, 2026, Z.ai put GLM-5.3-FlashX on its API at up to 200 output tokens per second — and priced it at 2.5× what it charges for GLM-5.3-Flash, the open-weights model it is built from. Nothing about the model itself changed. Same weights, same 320B-A18B mixture-of-experts backbone, same 1M-token context, same native handling of text, images, video and files. What changed is the serving stack underneath it, and what Z.ai is now charging for the privilege of sitting closer to the front of the queue.

That makes FlashX a rare thing in the model market: a launch with no benchmark attached. Z.ai has published no FlashX-specific evaluation, because there is no new model to evaluate. Every capability figure that applies to GLM-5.3-Flash applies here, including the ones that are less flattering than the launch coverage suggested.

The whole delta, in one pass

• Speed — GLM-5.3-FlashX up to 200 tok/s (vendor-reported peak) vs GLM-5.3-Flash at 98 tok/s as measured by Artificial Analysis on Z.ai's own APIbr> • Price — $0.37 per 1M input / $1.25 per 1M output vs $0.15 / $0.50 at listbr> • Cached input — $0.075 per 1M vs $0.03 per 1Mbr> • Intelligence — identical; FlashX inherits the base model's scoresbr> • Context — 1M tokens on bothbr> • Weights — GLM-5.3-Flash is MIT-licensed open weights; FlashX is a hosted tier and has none of its own

The 200 and the 98 are not the same kind of number, and it is worth being blunt about that. One is a ceiling the vendor says the service can reach. The other is what an independent lab measured across real requests. A user deciding whether to pay 2.5× should treat 200 as an advertisement and go measure their own workload.

A single-column scoreboard titled 'GLM-5.3-FlashX - the scoreboard' with rows reading 'Speed: up to 200 tok/s (vendor peak)', 'Measured speed: 98 tok/s (base model)', 'Price: $0.37 / $1.25 per 1M', 'Cached input: $0.075 per 1M', 'Context: 1M tokens' and 'Weights: hosted tier only', with a footer reading 'Speed is a vendor-reported peak; base-model figures per Artificial Analysis.'

What Z.ai says is doing the work

The speedup is infrastructure, not mathematics. Z.ai describes FlashX as running on a cluster of roughly 100,000 domestic Chinese accelerators with a purpose-built serving stack: an inference engine based on SGLang, W8A8 quantization, mixed INT8/FP8/BF16 cache quantization, and an encode–prefill–decode disaggregated architecture that separates the multimodal encoding stage from the token-generation stages so neither blocks the other. The company reports roughly 3× end-to-end service throughput over its initial baseline on the same hardware, and says an infrastructure agent powered by GLM-5.3 helped tune the stack.

All of that is vendor-reported and, so far, unreproduced by anyone outside Z.ai. It is also the most plausible part of the story: serving-tier launches like this one are usually engineering wins, and the architecture choices described are the standard toolkit for exactly this kind of gain. What they are not is a guarantee. A 200 tok/s figure is a peak, and peaks are reached on short outputs, warm caches and an uncongested cluster. Long-context multimodal requests — the workload FlashX is explicitly pitched at — are the ones least likely to hit it.

The price is the actual product decision

At list, GLM-5.3-FlashX costs $0.37 per million input tokens and $1.25 per million output tokens, with cached input at $0.075 and cache storage free for a limited time. In Z.ai's domestic pricing that is ¥2 in and ¥7 out, against ¥0.8 and ¥2.8 for the base Flash — the same 2.5× ratio, stated in the currency Z.ai sells in at home.

A screenshot of Z.ai's official pricing documentation page (captured September 19, 2026) showing the 'Latest Models' table with GLM-5.3-Flash at $0.15 input, $0.03 cached input and $0.50 output per 1M tokens, and GLM-5.3-FlashX at $0.37, $0.075 and $1.25.

The arithmetic gets uncomfortable quickly in the direction people rarely check. Output tokens are where the multiplier bites hardest, because output is the expensive side on every model in this family: FlashX output is 2.5× Flash output, and output is already ~3.4× the price of input on both. A batch job that generates a million output tokens a day moves from $0.50 to $1.25 — a $274-a-year difference for a workload that, by definition, nobody is waiting on.

Where it pays is latency you can amortise. An agent loop that makes ten sequential calls saves the per-call difference ten times, and if that difference is two or three seconds, you have bought back half a minute of wall-clock per task. For interactive code completion, real-time dialogue, or any pipeline where a human or an upstream service is blocked on the next token, that trade is usually correct. Z.ai is also explicit that the model is not currently part of its GLM Coding Plan, so subscription users do not get FlashX bundled — they pay per token for it.

If your stack already speaks to more than one provider, the switch is a model-string change and nothing else. That is the practical reason routing exists as a layer: on OrcaRouter the vendor's list price is passed through with 0% markup, so a Z.ai price change or a promotional cut lands on the same day it happens upstream, and a single endpoint in front of 200+ models means evaluating FlashX against Flash is a config edit rather than an integration project. Failover matters here too — a brand-new serving tier on a brand-new cluster is exactly the kind of dependency worth having a fallback behind.

What has not changed, and why it matters more

FlashX inherits GLM-5.3-Flash's capability profile in full, and that profile is narrower than the launch coverage implied. Z.ai's materials put the base model level with Claude Opus 4.8 on the Artificial Analysis Intelligence Index. Artificial Analysis itself currently lists GLM-5.3-Flash at 42 on that index, measured on Z.ai's own API — a solid score, well above the median for open-weight models of its class, and a long way from the frontier tier the vendor comparison suggests. Both statements are true; they are just not the same statement, and the gap between them is the reason this blog labels vendor numbers as vendor numbers.

The base model is genuinely capable and genuinely open. GLM-5.3-Flash shipped on August 26, 2026 under the MIT licence with weights on Hugging Face, and its hybrid linear-plus-sparse attention design — IndexPool compression, manifold-constrained hyper-connections — cuts attention compute roughly 3× and KV cache roughly 4.4× against GLM-5.3, which is what makes a 320B model with 18B active parameters cheap enough to serve at all. Output is capped at 131,072 tokens. It is fast for its price, not fast for its class: Artificial Analysis measured 98 tokens per second against a peer median above 70 but below the fastest models on the board.

FlashX does not change any of that. It changes how long you wait for it.

The honest read

Buy FlashX if your workload is latency-bound and you have already decided GLM-5.3-Flash is the right model — an agent that chains calls, an editor that completes inline, a voice or chat surface where the pause is the product. Stay on GLM-5.3-Flash, or on the open weights you can host yourself, if your work is batched, offline, or throughput-bound rather than latency-bound. The intelligence you are paying 2.5× for is the intelligence you already had.

The open question is what independent measurement says about the 200. Nobody outside Z.ai has published FlashX throughput numbers yet, and until someone does, the honest position is that FlashX is a promising serving tier sold on a peak figure. It is also, notably, a commercial test: a lab that spent a year giving a near-frontier model away at one-tenth the price of its flagship is now asking whether developers will pay for speed on its own. The answer will shape how the next tier gets priced.

A screenshot of the OrcaRouter models catalogue (captured September 19, 2026) showing the header '199 models - 15 providers - one API key, one bill', the filter chips for input modalities, context length, input price, status, series and supported parameters, and the 'How to call any model' panel with the POST https://api.orcarouter.ai/v1/chat/completions endpoint.

Compared in this article2

Detected from this article · Benchmarks: Artificial Analysis · updated daily