Cloudflare Workers AI GLM-5.3: The $1.40/M Coding Model That Just Hit Terminal Bench 3.0 SOTA

On August 28, 2026, Cloudflare quietly added Z.ai's GLM-5.3 to Workers AI under the model ID @cf/zai-org/glm-5.3. The interesting bit isn't that it's another Chinese frontier model on Cloudflare's edge — that story already played out with GLM-5.2 in June. The interesting bit is the price-to-performance ratio: GLM-5.3 costs the same as GLM-5.2 ($1.40 per million input tokens, $0.26 cached, $4.40 output) while roughly doubling GLM-5.2's score on long-horizon benchmarks like SWE-Marathon and improving Terminal Bench 3.0 by 6.1x (4.6 → 28.3, now open-source state of the art).

Cloudflare calls GLM-5.3 "the most capable open-weights model for coding" in the changelog body. The arXiv paper (2602.15763, "GLM-5: from Vibe Coding to Agentic Engineering") frames the model as the post-training-only successor to GLM-5.2 — same base weights, every gain from alignment work. That matters for capacity planning: if you already deployed GLM-5.2 on Workers AI, the migration is a one-line model-ID swap, and your unit economics stay flat.

This review covers: the exact Workers AI pricing and Neuron consumption (verified from /workers-ai/platform/pricing/), the paid-billing requirement (GLM-5.3 is on the frontier-model list — no free 10K Neurons/day), the current rate-limit picture (300 RPM default, frontier-RPM table not yet updated), the four API surfaces (binding, REST, OpenAI-compatible, AI Gateway), how GLM-5.3 stacks up against GLM-5.2 on the seven public benchmarks Z.ai reports, and the open-weights + self-hosting story under the new GLM-5.3 License.

Last verified: 2026-08-29. Pricing and benchmark figures pulled directly from the Cloudflare changelog and pricing page; if Cloudflare updates the frontier-rate-limit table to include GLM-5.3 in the next few days, I'll note it in the FAQ.

GLM-5.3 on Workers AI: pricing, Neurons, and the paid-tier requirement

Cloudflare's pricing page lists GLM-5.3 verbatim alongside GLM-5.2 and the rest of the frontier list. The exact row, lifted from /workers-ai/platform/pricing/:

@cf/zai-org/glm-5.3
  Input tokens          $1.400 per M    127,273 neurons per M
  Cached input tokens   $0.260 per M     23,636 neurons per M
  Output tokens         $4.400 per M    400,000 neurons per M

Three things to internalize:

  • Same price as GLM-5.2. Z.ai and Cloudflare deliberately held the rates flat to make the upgrade a no-brainer for existing GLM-5.2 workloads. The benchmark improvements are pure upside on the same line item.
  • Cache hits are roughly one-fifth the input price. $0.26/M cached vs $1.40/M full input — a 5.4x discount on repeated prefix. If you run an agent loop that re-feeds the system prompt + tool definitions every turn (typical Claude Code / Cursor pattern), this matters enormously. A 30K-token fixed prompt on every call costs $0.009 cached vs $0.042 full input — saves ~$0.033 per turn.
  • Neuron consumption is 127,273 / 400,000 per 1K input/output. That's roughly twice what Qwen 3.8 27B (also on Workers AI) consumes per token. Heavier bills for the same token count, but GLM-5.3 needs fewer total tokens because the agentic tasks finish in fewer rounds.

The paid-tier requirement is the structural change for hobbyists. From the pricing page:

Some models require a paid billing method. This applies to @cf/moonshotai/kimi-k2.6, @cf/moonshotai/kimi-k2.7-code, @cf/zai-org/glm-5.2, @cf/zai-org/glm-5.3, @cf/zai-org/glm-5.3-flash, @cf/deepseek-ai/deepseek-v4-flash-0731, and