What Is GLM-5.3? Z.ai's Quiet Coding Plan Launch, Pricing, and Confirmed Upgrades

GLM-5.3 is live in Z.ai’s Coding Plan. See its release status, 1M context, reasoning modes, pricing, upgrades, and remaining unknowns.

What Is GLM-5.3? Z.ai's Quiet Coding Plan Launch, Pricing, and Confirmed Upgrades

Search results still describe GLM-5.3 as an unreleased rumor. Z.ai's own documentation now says otherwise—but only partially.

As of August 14, 2026, GLM-5.3 is live inside the Z.ai GLM Coding Plan. The official setup guide identifies glm-5.3 as the current model, supports an optional 1-million-token context, and documents low, high, and max reasoning-effort levels. However, Z.ai has not published a dated launch announcement, a full model card, open weights, standard per-token API pricing, or benchmark results for this version.

That distinction matters. GLM-5.3 is no longer just a community nickname, but it is not yet a fully documented public release either.

I checked the Coding Plan guide, general model catalog, pricing page, release notes, and public model repositories separately. They are not fully synchronized yet, which explains why a simple “released or unreleased” answer is misleading.

Table of contents

What Is GLM-5.3?

GLM-5.3 is the newest coding-focused model available through Z.ai's subscription-based GLM Coding Plan. Z.ai, formerly known as Zhipu AI, develops the Chinese GLM family of language, vision, image, video, and agent models.

The current official documentation positions GLM-5.3 for coding agents rather than ordinary browser chat. Developers can select it in tools that support custom models, including Claude Code, Goose, Codex, and Cline. Z.ai also says that Coding Plan requests made to the previous glm-5.2 and glm-5.1 routes are now automatically sent to GLM-5.3.

Here is what can be verified today:

Item Confirmed GLM-5.3 status
Developer Z.ai, formerly Zhipu AI
Current availability Live in the Z.ai GLM Coding Plan
Model ID glm-5.3
Extended-context ID glm-5.3[1m]
Context option Up to 1 million tokens through the [1m] configuration
Reasoning effort Low, high, and max; max is the default
Direct image input Disabled in the current Cline configuration
Standard API price Not published
Open weights and license Not published
Official or independent benchmarks Not published
GPT Proto availability Not currently available

This table is deliberately shorter than the speculative GLM-5.3 specification sheets circulating online. Architecture, parameter count, benchmark scores, and an open-weight license remain unknown. Copying those details from GLM-5.2 would create a more impressive table, but it would also make the table wrong.

Is GLM-5.3 Released? Release Date and Preview Status

GLM-5.3 has been released inside one product: the GLM Coding Plan. Z.ai's model-switching guide now displays “GLM-5.3 Now Live” and says that Lite, Pro, and Max subscribers can switch to it.

There is still no exact GLM-5.3 release date. Z.ai's general model release notes do not yet contain a dated GLM-5.3 entry, while its standard model overview and per-token pricing pages still lead with GLM-5.2. The safest description is therefore a quiet Coding Plan launch, not a complete public rollout.

This also changes how the term “GLM-5.3 preview” should be understood. Before the documentation update, GLM-5.3 was effectively a release-watch keyword supported by community discussion. It is now a callable Coding Plan model with an official ID. What remains incomplete is the documentation around the model—not its existence inside the plan.

For production teams, that gap is important. A route can be callable before its architecture, billing outside a subscription, capacity limits, independent quality, and self-hosting terms are known. Availability answers “Can I test it?” It does not yet answer “Should I replace a production model with it?”

Which GLM-5.3 Features Are Confirmed?

An optional 1-million-token context

Z.ai documents glm-5.3[1m] for developers who need a 1-million-token context. In Claude Code, the setup also requires CLAUDE_CODE_AUTO_COMPACT_WINDOW to be set to 1000000.

The suffix matters. Developers should not assume that every request using the plain glm-5.3 string automatically receives the same context configuration. The long window is relevant for large repositories, long agent histories, migration plans, and multi-file debugging tasks. The cost is higher context consumption and potentially longer reasoning cycles.

One million tokens also does not guarantee that a model will remember every dependency equally well. Context capacity measures how much can be submitted. Retrieval accuracy, constraint retention, and tool-loop stability still need task-level testing.

Low, high, and max reasoning effort

The GLM-5.3 Coding Plan maps different tool settings into three actual effort levels:

Requested setting GLM-5.3 effort used
minimal, light, or low Low
medium or high High
xhigh, max, or ultra Max
Missing or unknown setting Max by default

Low effort is the sensible starting point for small edits and simple questions. High is the middle ground. Max is intended for complex coding and agent work where deeper reasoning matters more than response cost or latency.

No official GLM-5.3 benchmark currently measures the difference between these settings. Treat effort as a test variable, not a quality guarantee. The more useful production metric is cost per accepted task after retries—not whether every request ran at max.

Coding-agent compatibility

The official switching guide lists three access patterns:

  • Claude Code and Goose use the Anthropic-compatible endpoint.

  • Codex uses Z.ai's /api/v1 endpoint.

  • Cline and other compatible tools can use the OpenAI-style coding endpoint.

This is the clearest signal about GLM-5.3's current purpose. It is being distributed as a model for code generation, debugging, repository questions, and long-running agent tasks—not as a new multimodal consumer assistant.

Text-first access, with vision kept separate

Z.ai tells Cline users to disable “Support Images” when configuring glm-5.3. Its Coding Plan separately offers Vision Understanding through a vision MCP service.

In plain language: the current direct GLM-5.3 route should be treated as text and code input. A screenshot may still enter a broader Z.ai workflow through another service, but that is not evidence that the underlying glm-5.3 model natively accepts images.

This is one of the largest gaps in early GLM-5.3 coverage. Community demand for vision is real. A feature request, however, is not a shipped modality.

GLM-5.3 vs GLM-5.2: What Was Actually Upgraded?

The most visible confirmed upgrade is routing: GLM-5.3 is now the default current model inside the Coding Plan, and earlier GLM-5.2/5.1 requests are automatically routed to it. Z.ai has not yet published enough technical evidence to quantify the underlying quality improvement.

Area GLM-5.2 GLM-5.3
Coding Plan position Previous model Current model
Model ID glm-5.2 glm-5.3
Context 1M documented 1M option documented
Reasoning configuration Flexible effort Low, high, and max documented
Architecture 744B total, 40B active MoE Not disclosed
Open weights Available under MIT on Hugging Face Not published
Standard Z.ai API price $1.40 input / $4.40 output per 1M tokens Not published
Published coding results Available from Z.ai None published for 5.3
Direct image configuration Text-first Image support disabled in current setup

Z.ai's GLM-5 repository reports that GLM-5.2 scored 81.0 on Terminal-Bench 2.1 and 62.1 on SWE-bench Pro. It also reports that IndexShare reduced per-token FLOPs by 2.9 times at a 1-million-token context and that changes to speculative decoding increased acceptance length by up to 20%.

Those are vendor-reported GLM-5.2 results. They provide a baseline, not GLM-5.3 evidence. We do not yet know whether 5.3 changes the architecture, adds new training data, improves tool calling, shortens reasoning traces, or simply represents a newer post-training revision served through the same family.

Another correction is worth making: some early articles call GLM-5.2 a 753-billion-parameter model. Z.ai's current repository and download table list it as 744B-A40B. The official figure is the safer one to carry into a predecessor comparison.

Developers who need a documented and currently accessible member of the same family can use the GLM-5.2 API on GPT Proto while waiting for a verified GLM-5.3 route.

GLM-5.3 Pricing: What Does It Cost?

There are two different answers to GLM-5.3 pricing, depending on whether “pricing” means the Coding Plan subscription or a standard pay-per-token API.

GLM Coding Plan subscription

Z.ai's plan documentation lists subscription access starting at $18 per month. At the time of checking, its public subscription page displayed promotional prices of $12.60 for Lite, $56 for Pro, and $117.60 for Max, compared with list prices of $18, $80, and $168. Promotions can change, so teams should confirm the checkout price before budgeting.

Plan Five-hour credits Weekly credits
Lite 2,000 10,000
Pro 12,000 60,000
Max 28,000 140,000

All three plans support GLM-5.3. Max does not buy a different “GLM-5.3 Max” model; it buys a larger usage allowance.

GLM-5.3 credit consumption

The Coding Plan overview gives GLM-5.3 these credit multipliers:

Usage type Credit multiplier
Input tokens 6.9
Cached input tokens 1.7
Output tokens 24

Z.ai charges half the standard credit rate during its documented off-peak periods. That can materially change how much work a subscription supports, but credits are not dollars. Converting these multipliers into a made-up per-million-token price would mix two billing systems.

Standard API token price

Z.ai has not listed GLM-5.3 on its standard API pricing page. The page currently prices GLM-5.2 at $1.40 per million input tokens, $0.26 per million cached input tokens, and $4.40 per million output tokens.

Do not apply those prices to GLM-5.3. They are useful only as a predecessor baseline.

Is “GLM-5.3 Max” a Separate Model?

No official source currently identifies a separate model named GLM-5.3 Max.

The word “Max” appears in two different places. First, Max is the highest GLM Coding Plan subscription tier, with 28,000 credits per five-hour period and 140,000 credits per week. Second, max is the deepest documented reasoning-effort setting for glm-5.3.

Therefore, a search such as “GLM-5.3 Max vs GLM-5.2 Max” usually means comparing both versions at maximum reasoning effort. It does not establish two separate Max-branded models.

That comparison cannot be completed reliably yet. GLM-5.2 has published vendor and independent results; GLM-5.3 does not. A fair test would need the same agent setup, task set, context, effort setting, retry policy, and acceptance criteria. Comparing one polished demo from 5.3 with an old 5.2 benchmark would tell us very little.

GLM-5.3 vs Kimi K3 vs Claude Fable 5

GLM-5.3 is already being discussed beside Kimi K3 and Claude Fable 5 because all three target demanding coding or long-context work. The evidence available for them is not equal.

That is also why searches for “GLM-5.3 vs Kimi K3” or “GLM-5.3 vs Fable 5” do not yet have an evidence-based winner.

Model Release state Context Image input Standard price per 1M tokens Public independent results
GLM-5.3 Live inside Coding Plan; full release details incomplete 1M option Disabled on current direct configuration Not published Not yet available
GLM-5.2 Fully released with open weights 1M No $1.40 input / $4.40 output Available
Kimi K3 Fully released 1M Yes $3 input / $15 output Available
Claude Fable 5 Fully released, proprietary 1M Yes $10 input / $50 output Available

Independent testing currently gives Kimi K3 a score of 60 on the Artificial Analysis Intelligence Index. The same source records text and image input, 1-million-token context, and a 2.8-trillion-parameter MoE architecture with 104 billion active parameters. Anthropic's official documentation lists Claude Fable 5 pricing at $10 per million input tokens and $50 per million output tokens, with a 1-million-token context.

The current LMArena code leaderboard also includes both Kimi K3 and Fable 5. GLM-5.3 has not yet been added. Until it appears in reproducible evaluations, claims that GLM-5.3 beats either model are predictions, not comparisons.

For developers choosing today:

  • Choose GLM-5.2 when open weights and lower documented token cost matter most.

  • Choose Kimi K3 when you need a 1M context, image input, and strong independently measured coding performance.

  • Choose Fable 5 when the highest documented Anthropic tier matters more than token cost.

  • Test GLM-5.3 if you already have a Z.ai Coding Plan, but keep a fallback until its behavior and billing fit your workload.

GPT Proto currently provides Kimi K3 API access at $2.70 input and $13.50 output per million tokens. Claude Fable 5 is also available at $8 input and $40 output per million tokens. These are deployable alternatives while GLM-5.3 is not yet in the GPT Proto catalog.

Can You Access GLM-5.3 on GPT Proto?

No. GLM-5.3 is not currently available on GPT Proto.

Do not send glm-5.3 to the GPT Proto endpoint or describe GPT Proto as a GLM-5.3 provider. Developers who need a GLM route today can call GLM-5.2 instead. The following request uses GPT Proto's existing OpenAI-compatible API and the real glm-5.2 model ID:

curl "https://gptproto.com/v1/chat/completions" \
  --header "Authorization: Bearer $GPTPROTO_API_KEY" \
  --header "Content-Type: application/json" \
  --data '{
    "model": "glm-5.2",
    "messages": [
      {
        "role": "user",
        "content": "Review this implementation plan and identify the three highest-risk dependencies."
      }
    ]
  }'

When GLM-5.3 becomes available, its live model page—not a rumor post—should be the source of truth for the GPT Proto model string, modalities, context, and price.

You can also browse the GPT Proto AI Model Gallery to compare currently available text, reasoning, image, video, and multimodal routes using one API key and one balance.

Should Developers Switch to GLM-5.3 Now?

If you already subscribe to the Z.ai Coding Plan, GLM-5.3 is worth testing now. Automatic routing means you may already be receiving it when requesting GLM-5.2 or GLM-5.1 through that product. Record the resolved model, effort level, context setting, token usage, latency, retries, and whether the result passed review.

Do not treat the routing update as proof that every workload improved. A newer coding model may follow instructions better while consuming more output credits. It may finish harder tasks while responding more slowly at max effort. The useful question is not “Did the version number increase?” It is “Did accepted work become cheaper or more reliable?”

Wait before making GLM-5.3 a production dependency if you need any of the following:

  • A stable pay-per-token API price

  • Public rate limits and capacity guarantees

  • Downloadable weights and a confirmed license

  • Native image input on the same model route

  • Independent coding, agent, latency, and throughput results

  • A verified GPT Proto model page and endpoint

For a project that must ship today, use a documented model and make the model ID configurable. That lets you evaluate GLM-5.3 later without rewriting the surrounding application.

Final Verdict

GLM-5.3 is real and callable, but its release is narrower than the model name suggests. It is currently the newest model inside Z.ai's GLM Coding Plan, with a documented 1M-context option, low/high/max effort controls, and compatibility with several coding agents.

What we do not have is just as important: no dated launch post, no GLM-5.3 model card, no standard per-token price, no open weights, and no benchmark report. That makes GLM-5.3 a credible evaluation candidate—not yet a model that can be ranked honestly against Kimi K3, Fable 5, or even GLM-5.2 on cost per successful task.

If you already pay for the Coding Plan, test it. If you need a documented API route now, start with GLM-5.2, Kimi K3, or Claude Fable 5, and keep the model switchable.

Frequently Asked Questions

What is GLM-5.3?

GLM-5.3 is Z.ai's newest coding-focused model inside the GLM Coding Plan. It supports the model ID `glm-5.3`, an optional 1-million-token configuration, and low, high, and max reasoning effort.

Is GLM-5.3 officially released?

It is officially live in the GLM Coding Plan. Z.ai has not yet published the complete model card, standard API listing, open weights, or a dated release-note entry normally associated with a full release.

What is the GLM-5.3 release date?

Z.ai has not published an exact GLM-5.3 release date. As of August 14, 2026, its setup documentation identifies the model as live for Coding Plan users.

Is GLM-5.3 Z.ai's new flagship?

It is the newest documented Coding Plan model, but Z.ai has not yet published a GLM-5.3 model guide formally defining its broader flagship position. The standard model overview still features GLM-5.2.

How much does GLM-5.3 cost?

GLM-5.3 is included in the Lite, Pro, and Max Coding Plan tiers. Z.ai documents subscriptions starting at an $18 monthly list price and uses credit multipliers of 6.9 for input, 1.7 for cached input, and 24 for output. A standard per-million-token GLM-5.3 API price has not been published.

Does GLM-5.3 support a 1M-token context?

Yes. Z.ai documents the `glm-5.3[1m]` configuration for a 1-million-token context. Developers must also configure the relevant context or compaction setting in their coding tool.

Does GLM-5.3 support image input?

The current direct Cline configuration tells users to disable image support. Z.ai offers Vision Understanding separately through an MCP service, which should not be presented as proof of native image input on the `glm-5.3` route.

Is GLM-5.3 open source?

Not at the time of writing. Z.ai has not published official GLM-5.3 weights or a license. GLM-5.2's MIT weight release does not automatically apply to GLM-5.3.

Is GLM-5.3 Max a separate model?

No separate GLM-5.3 Max model has been announced. Max can refer to the highest Coding Plan subscription tier or to the maximum reasoning-effort setting.

Is GLM-5.3 better than Kimi K3 or Claude Fable 5?

There is not enough evidence to answer yet. Kimi K3 and Fable 5 have published prices, specifications, and independent results. GLM-5.3 does not yet have a comparable public evaluation record.

Related Articles

More Blogs
DeepSeek V4 Pro vs Kimi K3: What Changed After the 0813 Update?

DeepSeek V4 Pro vs Kimi K3: What Changed After the 0813 Update?

The DeepSeek V4 Pro vs Kimi K3 comparison changed on August 13, 2026. DeepSeek replaced the V4 Pro preview behind its existing API alias with DeepSeek V4 Pro 0813, while keeping the model name developers already use. Here is the short answer: Kimi K3 still leads on overall measured intelligence and supports visual input. DeepSeek V4 Pro 0813 is faster and dramatically cheaper for text-based coding and agent workloads. For most teams processing repositories, running code reviews, or operating high-volume agents, DeepSeek is now the better default. Kimi earns its higher price when multimodal input or the highest available reasoning ceiling matters more than cost. One implementation detail is easy to miss: on GPTProto, you do not need an 0813 suffix. Continue calling deepseek-v4-pro , and the route automatically uses the current version.

Tiffany Layne | 2026-08-13

Grok 4.6 vs DeepSeek V4 Pro: Coding, Pricing, and Which Is Better?

Grok 4.6 vs DeepSeek V4 Pro: Coding, Pricing, and Which Is Better?

rok 4.6 and DeepSeek V4 Pro are both designed for difficult reasoning and coding work, but they are not interchangeable. Grok 4.6 is the stronger choice when a task involves screenshots, interface mockups, visual debugging, or the hardest agentic coding problems. DeepSeek V4 Pro is more attractive when cost, long context, and large-volume text-based coding matter most. The short answer is simple: Grok 4.6 is the better all-round model, while DeepSeek V4 Pro is the more cost-effective coding model. This Grok 4.6 vs DeepSeek V4 Pro comparison covers coding, frontend development, context windows, public benchmark evidence, API pricing, and the latest DeepSeek V4 Pro upgrade. It also explains which model makes more sense for different developer workloads. Quick verdict: Choose Grok 4.6 for visual frontend work, difficult debugging, and high-stakes coding tasks. Choose DeepSeek V4 Pro for long repositories, text-heavy workflows, and lower API costs. For production routing, DeepSeek V4 Pro can handle the default workload while Grok 4.6 handles visual or difficult escalations.

Tiffany Layne | 2026-08-13

Grok 4.6 vs Kimi K3: Which One Fits Your Project?

Grok 4.6 vs Kimi K3: Which One Fits Your Project?

Two frontier releases landed within four weeks of each other, both aimed squarely at the same buyer: the developer who runs agents, not chatbots. Moonshot AI shipped Kimi K3 on July 16, 2026. xAI answered on August 12 with Grok 4.6. Search for "Grok 4.6 vs Kimi K3" today and you get launch coverage from each camp, plus a pile of spec sheets — but almost nobody has put the two side by side from a builder's chair. That is the gap this piece fills. Here is the short version, because you came for a decision, not a recap. Grok 4.6 wins on agentic turn-efficiency and hands-off hosting. It finishes long, multi-step tasks in fewer loops and fewer tokens, and you never touch infrastructure. Kimi K3 wins on context, native video, and control — a 1M-token window, image and video input, and downloadable open weights if you need to self-host or air-gap. On the one number everyone quotes, they nearly tie: Artificial Analysis puts the per-task cost of both at roughly $0.84 . So the intelligence-index gap of a single point is not your deciding factor. The two models take opposite roads to the same cost, and that is the fork you actually have to pick. If you run cost-sensitive, high-volume agent workflows and want a managed endpoint, Grok 4.6. If you need to feed a whole repository or a video into one context window — or you have a compliance reason to hold the weights yourself — Kimi K3. The rest of this article shows the work behind that call.

Schuyler Stacy | 2026-08-13

What Is OpenAI's Newest Model Astra? Release Date, Benchmarks & How It Compares (2026)

What Is OpenAI's Newest Model Astra? Release Date, Benchmarks & How It Compares (2026)

Quick answer: OpenAI's newest model, tentatively named Astra , is a research-stage multi-agent AI system previewed on August 1, 2026 . Instead of answering in a single pass, Astra breaks a problem into pieces and coordinates a team of sub-agents over hours or days. Its headline achievement: an internal version solved ten open math and theoretical–computer-science problems that had resisted human researchers for at least a decade — at a total compute cost of roughly $2,000 . As of this writing, Astra has no public release date and no announced pricing . This guide answers the questions people actually search for: What is Astra, and what did it really do? When is the Astra release date, and can you use it now? What is Astra's pricing? Is Astra OpenAI's new flagship — or GPT-6? How does Astra compare to GPT-5.6, Kimi K3, and Fable 5? What are the risks and open questions? Throughout, we mark ✅ Confirmed facts and ⚠️ Rumor / Unverified claims so you can tell the signal from the hype.

Michael Johnson | 2026-08-13