
GLM 5.3 Prime: The Same GLM-5.3 Weights, at Exactly Twice the Rate Card
- openaiNEWOpenAI: GPT-6 Luna2026-09-2237Intelligence
- openaiNEWOpenAI: GPT-6 Sol2026-09-2248Intelligence
- anthropicNEWAnthropic: Claude Opus 5.52026-09-2258Intelligence
- grokNEWGrok 4.72026-09-2146Intelligence
- OrcaNEWOrca: OrcaCyber Zero 1.02026-09-17$3.00 / $5.00 per 1M tokens · 177 tok/s
- orcaNEWOrca: OrcaVerify Text 1.02026-09-16$2.00 / $0.00 per 1M tokens · 1323 tok/s
- deepseekNEWDeepSeek: DeepSeek V4.1 Flash2026-09-1040Intelligence
- openaiOpenAI: GPT-6 Astra2026-09-0453Intelligence77Coding
- googleGoogle: Gemini 3.8 Flash2026-09-0241Intelligence76Coding
- qwenQwen: Qwen3.8 Max (0902)2026-09-0245Intelligence76Coding
- anthropicAnthropic: Claude Fable 5.12026-09-0153Intelligence82Coding
- AlibabaQwen: Qwen3.8 Flash2026-08-26$0.15 / $0.47 per 1M tokens · 108 tok/s
- z-aiZ.ai: GLM 5.3 Flash2026-08-2642Intelligence72Coding
- DeepSeekDeepSeek: DeepSeek V4 Flash Vision (Exp)2026-08-21$0.22 / $0.66 per 1M tokens · 220 tok/s
- z-aiZ.ai: GLM 5.32026-08-1845Intelligence75Coding
- obsidianQwen3.8 27B2026-08-1534Intelligence68Coding
- deepseekDeepSeek: DeepSeek V4 Pro 08132026-08-1236Intelligence69Coding
- grokSpaceXAI: Grok 4.62026-08-1244Intelligence77Coding
- metaMeta: Muse Spark 1.22026-08-0540Intelligence72Coding
- qwenQwen: Qwen3.8 Max2026-08-0345Intelligence76Coding
GLM 5.3 Prime costs $2.80 per million input tokens and $8.80 per million output tokens. GLM-5.3, the model it runs on, costs $1.40 and $4.40. That is not a rounding difference or a promotional spread — it is exactly 2.0× on both lines, and it is the only thing the two products disagree about. GLM 5.3 Prime is not a new model. It carries GLM-5.3's own weights, the ones Z.ai opened on August 25, 2026, behind a faster serving stack. GLM-5.3 itself was announced on August 14, 2026 and reached the API on August 18. Nothing about the underlying model changed when the Prime ID appeared in late September. What changed is that someone put a second price tag on it.
If you are reading this because a model list showed you an unfamiliar name next to a familiar one, the short answer is: you are looking at a serving tier, not a release. The longer answer is worth two minutes, because the arithmetic is unusually clean and the provenance is unusually murky.
What a "Prime" tier is, in one paragraph
A serving tier is a second product ID pointed at the same weights, tuned for throughput instead of for cost. You do not get a bigger model, a longer context, a better reasoning mode, or a wider tool surface. You get tokens out of the door faster, and you pay for the privilege on every token rather than on the wall-clock time you saved. That trade is real and sometimes correct — a multi-step agent loop that makes ten sequential calls genuinely does benefit from each call returning sooner — but it is a latency purchase, not a capability purchase, and it should be priced as one.
The vendor description for GLM 5.3 Prime says the quiet part directly: it is "the high-speed variant of Z.ai's GLM-5.3, inheriting its full capabilities while delivering 1.5–2× the output throughput through inference acceleration." Full capabilities. Same context window of 1,000,000 tokens. Same 131,072-token output ceiling. Text in, text out. Reasoning mandatory, with low, high and max effort levels and max as the default — identical to the base model.
The rate card, side by side
• Input — GLM 5.3 Prime $2.80 per 1M vs GLM-5.3 $1.40 per 1M
• Output — GLM 5.3 Prime $8.80 per 1M vs GLM-5.3 $4.40 per 1M
• Cached input — GLM 5.3 Prime $0.56 per 1M vs GLM-5.3 $0.26 per 1M
• Multiplier — 2.0× on all three lines, in both directions
• Context — 1,000,000 tokens on both
• Max output — 131,072 tokens on both
• Reasoning — mandatory on both, same three effort levels, same default
The cache line is the one people miss. A cache read is the cheapest token you will ever buy from a frontier model, and it is where agent workloads actually spend their budget — the system prompt, the tool definitions, and the growing transcript get re-read on every turn. Doubling the cache rate doubles the largest line item in a long agent session, which means the effective premium on a real workload is closer to 2× than the headline spread on fresh input tokens suggests. If you were hoping the fast lane would be cheaper in practice because you cache aggressively, it is not.
Who is actually selling it
This is where the listing gets interesting, and where a careful reader should slow down. Z.ai's own documentation, its model overview and its published pricing page list no Prime SKU. Search the vendor's model IDs for glm-5.3-prime and you get nothing. Z.ai's own speed tier is a different product on a different line entirely — GLM-5.3-FlashX, which sits on the cheaper Flash family, launched September 18, 2026, and is priced at $0.37 and $1.25 per million tokens.
So Prime is a platform-side product built on Z.ai's weights. Two details point at whose platform. The first is the "1.5–2× output throughput" phrasing, which is the same wording a major cloud provider uses for its own accelerated serving mode — a mode you enable by switching the model ID, with capabilities and usage limits explicitly unchanged. The second is that the listing names exactly one upstream provider behind the endpoint. A single provider behind a fast-tier SKU is not how an open-weights model gets served; it is how a platform's own accelerated deployment looks from the outside.
None of that makes GLM 5.3 Prime a bad product. It makes it a product with one supplier, which is a resilience question you should ask before you route production traffic through it.
What the speed claim is worth

The 1.5–2× figure is a throughput claim measured under the vendor's own conditions, and throughput is the metric most sensitive to those conditions. Output tokens per second on a warm cache with a short prompt and an idle cluster is not the number a long-context agent sees. Independent measurement of the base model puts GLM-5.3 at roughly 61 output tokens per second and GLM-5.3-Flash at around 46, on a set where the class average is 67 — so the cheaper lane is also the slower one, which is the opposite of what the names suggest. Those are medians across a standardised evaluation set, not peaks.
There is also a subtler cost. The reasoning effort default on both IDs is max, which is the setting that produces the longest chains of thought. Speed and verbosity pull in opposite directions here: a fast tier that also reasons at maximum length can still be slow end-to-end on a hard problem, because the bottleneck is the number of tokens the model decides to generate, not the rate at which it generates them. If your workload is reasoning-heavy, drop to high or low before you pay 2× for acceleration — the effort level will move your latency more than the serving tier will.
Three ways to buy the same model

GLM-5.3 now exists in three purchasable forms, and they are not three models:
• GLM-5.3 at $1.40 / $4.40 — the base rate card, full capability, the version with published open weights you can host yourself
• GLM 5.3 Prime at $2.80 / $8.80 — the same weights through an accelerated stack, one upstream supplier, no weights involved
• GLM-5.3-FlashX at $0.37 / $1.25 — not GLM-5.3 at all, but the speed tier on the cheaper Flash family, and by far the cheapest way to buy latency
That third line is the one worth staring at. If what you actually want is faster tokens and you are flexible about which GLM you get them from, FlashX delivers acceleration on a model that already costs roughly a tenth of the flagship, for less than half of what the flagship costs unaccelerated. Prime only makes sense if you specifically need GLM-5.3's reasoning quality and specifically need it sooner.
Where this sits on our side

We should be plain about one thing: OrcaRouter does not host GLM 5.3 Prime, and we do not host GLM-5.3-FlashX either. Both model pages return a 404 on our site. If you want the accelerated tier you will have to buy it from the platform that sells it, or from the vendor's own API for the base model.
What we do host is GLM-5.3 and GLM-5.3-Flash, at the provider's list price with zero markup from us — the same $1.40 and $4.40 you see on Z.ai's own rate card, passed through rather than repriced. That matters more than it sounds for a model whose pricing has moved twice in six weeks. Because we do not add a spread, a vendor price change is live on our side the same day it is live on theirs, without a migration or a support ticket. Both IDs sit behind one API key alongside 200-plus other models, so an A/B between GLM-5.3 and GLM-5.3-Flash is a one-line model-name change rather than a second contract, and automatic failover covers you if a single upstream provider degrades — which is the specific risk a single-supplier fast tier carries.
Should you pay the 2×
Pay it if a human or an upstream service is blocked on the response, the workload is latency-bound rather than throughput-bound, and you have already confirmed that reasoning effort is the real driver of your latency. Do not pay it if you are running batch generation overnight, if your volume is high enough that a 2× token premium outruns the wall-clock you save, or if you were hoping the tier would quietly be a better model. It is not. It is GLM-5.3 with a stopwatch running, and the stopwatch bills by the token.
The honest framing for the whole GLM-5.3 family right now is that Z.ai released one model in August and the market has spent September repackaging it at four different prices. GLM 5.3 Prime is the most expensive of those packages. It is also the one with the thinnest paper trail, because the company whose name is on the weights does not list it. That is not a reason to avoid it. It is a reason to know exactly what you are buying before you put it on a production path.
Compared in this article1
Detected from this article · Benchmarks: Artificial Analysis · updated daily
