Skip to content

AceDataCloud/GlmAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

GLM API

GLM (General Language Model) generative services by Zhipu AI, including chat completions.

Platform API Docs

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

Why Use GLM on 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

Overview

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.

Application Process

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.

Quick Start

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!"}]
  }'

APIs and Guides

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

About

GLM chat completions API — documentation and examples

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors