GLM (General Language Model) generative services by Zhipu AI, including chat completions.
API home page: Ace Data Cloud - GLM
Keywords: glm-api, glm-5.2, glm-5.1, glm-4.7, chat-completions, zhipu-ai, rest-api, ai-api, developer-tools, AI API, REST API, Developer API, Ace Data Cloud
- Unified developer platform with one API key, billing system, and usage tracking
- Production-ready AI API endpoints served from https://api.acedata.cloud
- English integration guides, API references, and service documentation
- Global-ready workflow for developers building chat, image, video, music, and search products
GLM (General Language Model) is the next-generation large language model series by Zhipu AI (Z.ai), featuring powerful Chinese and English understanding and generation capabilities. The current flagship glm-5.2, along with glm-5.1, glm-5, glm-4.7, glm-4.6 and other new-generation models, has been extensively optimized for long-context, tool calling, and code tasks. They are widely applicable to intelligent Q&A, content creation, code assistance, customer service bots, and more.
To use the GLM API, apply for the corresponding service on the GLM Chat Completion API page. After entering the page, click the "Acquire" button.
There is a free quota available for first-time applicants, allowing you to use this API for free.
- Base URL: https://api.acedata.cloud
- Service page: GLM on Ace Data Cloud
- Docs: Developer documentation
curl --request POST "https://api.acedata.cloud/glm/chat/completions" \
--header "Authorization: Bearer YOUR_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"model": "glm-5.2",
"messages": [{"role": "user", "content": "Hello!"}]
}'Explore the supported endpoints and integration guides for GLM.
| API | Path | Integration Guidance |
|---|---|---|
| GLM Chat Completion API | /glm/chat/completions |
GLM Chat Completion API Integration Guide |