GLM-5.3-Flash
GLM-5.3-Flash 官方 OpenAI 兼容端点,320B-A18B 混合架构,1M 上下文,免绑卡免费不限量调用。
Updated 8/30/20261 code examples
About the Model
为什么选择 GLM-5.3-Flash?
GLM-5.3-Flash(原代号 Ox Alpha)是智谱 AI 发布的轻量旗舰模型,采用 320B 总参数、18B 激活的混合注意力 MoE 架构,支持 100 万 Token 上下文与亚秒级响应,官方提供终身免费调用额度。
How to Access for Free (via Zhipu AI)
为什么选择通过智谱官方平台调用?
智谱官方开放平台为 GLM-5.3-Flash 提供零门槛免费策略:注册登录即可获得专属 API Key,无请求次数限制,支持直接接入 Cursor、Claude Code、Aider 等各种开发工具。
Try it in your browser
Pick a model, paste your own free key, and run. Your key is sent once to call the provider and never stored on our servers.
Pick a model, paste your own free key, and run. Your key is sent once to call the provider and never stored on our servers.
Code Examples
curl
curl https://open.bigmodel.cn/api/paas/v4/chat/completions \
-H "Authorization: Bearer $ZHIPU_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "glm-5.3-flash",
"messages": [{"role": "user", "content": "Hello GLM-5.3-Flash!"}]
}'
Community Feedback
Comments are tied to your GitHub account — sign in to join the discussion.