Skip to content

GLM Coding Plan learning map

GLM Coding Plan is a subscription. It sells quota so you can call GLM from officially listed tools such as Claude Code and Cursor. It is not a chat app and not Z.AI’s own terminal agent.

Official definition (Overview): “The GLM Coding Plan is a subscription package designed specifically for AI-powered coding.”

This English handbook follows the global docs (docs.z.ai/devpack, endpoints on api.z.ai). China uses docs.bigmodel.cn and open.bigmodel.cn — see the Chinese pages.

Product landscape

Zhipu ships chat products, a metered API platform, and this “fuel for the coding assistant you already use” plan. This directory only covers GLM Coding Plan. ChatGLM / Z.ai chat belong in #74.

Zhipu / Z.AI
├── ChatGLM (Qingyan) — chatglm.cn (chat / Agent, #74)
├── Z.ai — z.ai (global chat / Agent, #74)
├── BigModel / Z.AI Model API — metered standard API
├── GLM Coding Plan — coding subscription inside listed tools (this directory)
│   ├── Individual: Lite / Pro / Max
│   ├── Team: Standard / Premium (China team docs; global Team Plan)
│   └── Loader: npx @z_ai/coding-helper (subset of CLIs only)
└── Other first-party surfaces — AutoGLM / AutoClaw / ZCode / Zread.ai …
Official entryWhat it isOfficial URLThis site
GLM Coding PlanSubscription quota for listed coding toolsz.ai/subscribe, OverviewThis directory
ChatGLM (Qingyan)Consumer chat / Agentchatglm.cnOne map row; #74
Z.aiGlobal chat / Agent and API doorz.aiOne map row; #74
Z.AI / BigModel APIMetered model APIz.ai/model-api, bigmodel.cnOne map row; not this plan’s quota
ZCodeFirst-party tool that can consume the plandevpack/tool/zcodeOne map row; no agent tutorial here
AutoGLMSame-vendor Agentzhipuai.cnOne map row
AutoClawLocal OpenClaw clientautoglm.zhipuai.cn/autoclawOne map row
Zread.aiOpen-source repo readerzread.aiOne map row; plan side is Zread MCP only
AMinerAcademic searchzhipuai.cnOut of scope
Zhipu Learning CenterEducationzhipuai.cnOut of scope
Zhipu IMEInput methodzhipuai.cnOut of scope

Sources: zhipuai.cn product nav / footer; docs.z.ai/devpack/overview.

Names that collide:

  • Plan ≠ Z.ai / ChatGLM chat. Chat is the assistant. The plan is GLM quota inside Claude Code / Cursor.
  • Plan key ≠ other platform API keys. Team Plan keys are not interchangeable (Quick Start).
  • /api/coding/paas/v4/api/paas/v4. The global Cursor page says you must use the dedicated Coding API, not the General API.
  • Coding Tool Helper ≠ a coding agent. npx @z_ai/coding-helper only installs tools and loads the plan.
  • Helper’s 4 tools ≠ the full allow-list. Helper currently covers Claude Code, OpenCode, Crush, and Factory Droid (Helper). Cursor is configured by hand.

Decision tree

What do you need?
├── Put GLM into Claude Code / Cursor / Cline you already use
│   └── → this directory
├── Chat / writing / a general assistant
│   └── → Z.ai / ChatGLM (#74), not this plan
├── GLM inside your own app / site / bot / SaaS
│   └── → standard Model API (China FAQ: the coding plan does not apply)
├── Team seats, billing, org controls
│   └── → Team Plan
└── A first-party Z.AI IDE
    └── → ZCode is a listed tool; follow official tool/zcode, not this handbook

Plan boundary

ItemOfficial wording (global Overview unless noted)
ModelsAll plans: GLM-5.3, GLM-5-Turbo, GLM-4.7. GLM-5.2 / GLM-5.1 requests route to GLM-5.3
Where it worksOnly supported tools
Anthropichttps://api.z.ai/api/anthropic
OpenAI Chat Completionshttps://api.z.ai/api/coding/paas/v4
OpenAI Responseshttps://api.z.ai/api/v1
Individual creditsLite 2,000 / 10,000; Pro 12,000 / 60,000; Max 28,000 / 140,000 (5-hour / weekly)
Peak hoursMonday–Friday 14:00–18:00 Singapore Time (UTC+8); off-peak model usage at 50% credits
General-purpose agentsBest-effort; may rate-limit under load
List priceOverview: “Starting at just 18 USD per month”. Current SKUs: z.ai/subscribe

Learning path

StageReadGoal
1. Pick the doorThis mapDo not open Z.ai chat or the general API
2. Subscribe and wire a toolTutorialHelper or manual Claude Code / Cursor
3. Switch models, MCP, errorsCookbookGLM-5.3, vision / search MCP
4. Look up numbersCheatsheetEndpoints, credits, commands
5. Untangle namesGlossaryPlan vs API vs chat

Feature index

CapabilityOne lineOfficial page
OverviewModels, credits, scopeoverview
Quick StartSubscribe, key, pick a toolquick-start
Coding Tool Helpernpx @z_ai/coding-helpercoding-tool-helper
Supported toolsCoding Agent + general-purpose liststool/others
Vision / Search / Reader / Zread MCPPlan-only MCP serversvision
Usage policyAccount rules, refundsusage-policy
FAQSubscription and usagefaq

Built for frontend engineers · Powered by VitePress