본문으로 건너뛰기

Zhipu AI (GLM)

Zhipu AI develops the GLM (General Language Model) family, one of China's leading model series. GLM-5 holds a strong Chatbot Arena score of 1449, placing it among the top models globally. The GLM lineup features reasoning support across most models and an OpenAI-compatible API.

Getting an API Key

  1. Visit open.bigmodel.cn/usercenter/apikeys
  2. Sign in or create a Zhipu AI account
  3. Generate a new API key
  4. Paste the key into AISCouncil under Settings > AI Model > Zhipu AI
정보

Zhipu offers GLM-4 Flash for free on their direct API (rate-limited). All other models are pay-as-you-go. Several GLM models are also available via OpenRouter, including free options like GLM 4.5 Air.

API keys are stored locally in your browser (localStorage) and are never included in shared bot URLs.

Supported Models

ModelContextMax OutputInput PriceOutput PriceCapabilities
GLM-5202K128K$1.00/MTok$3.20/MTokTools, reasoning, code, streaming
GLM-5 Code202K128K$1.20/MTok$5.00/MTokTools, code, streaming
GLM 4.7205K64K$0.40/MTok$1.50/MTokTools, reasoning, code, streaming
GLM 4.7 Flash205K64K$0.06/MTok$0.40/MTokTools, reasoning, code, streaming
GLM 4.6205K64K$0.35/MTok$1.50/MTokTools, reasoning, code, streaming
GLM-4 Plus128K4K$0.70/MTok$0.70/MTokTools, streaming
GLM-4 Flash128K4KFreeFreeTools, streaming

Prices are per million tokens (MTok). See Zhipu AI pricing for the latest rates.

Choosing a Model
  • GLM-5 is the flagship with reasoning -- Arena score 1449 puts it in the top tier globally.
  • GLM 4.7 Flash offers reasoning at just $0.06/MTok input -- excellent value for chain-of-thought tasks.
  • GLM-4 Flash is free and good for simple tasks, experimentation, or budget-conscious workflows.

Reasoning Support

GLM-5, GLM 4.7, GLM 4.7 Flash, and GLM 4.6 all support reasoning mode. When enabled, the model thinks through problems step by step before delivering its answer, similar to extended thinking in other providers.

Also Available on OpenRouter

Several GLM models are accessible via OpenRouter without a Zhipu account:

  • z-ai/glm-5 -- GLM-5 745B
  • z-ai/glm-4.7 -- GLM 4.7
  • z-ai/glm-4.5-air:free -- GLM 4.5 Air (free)

Configuration

Select Zhipu AI as the provider when creating a bot profile. The app connects to open.bigmodel.cn using the OpenAI-compatible format with Bearer authentication.

Tips for Best Results

  • GLM-5 is a strong contender for reasoning tasks. Its Arena score places it near the top -- try it for complex analysis alongside Claude and GPT.
  • Use GLM-4 Flash for free experimentation. Test prompts and workflows at zero cost before scaling up to paid models.
  • GLM models handle Chinese text natively. For bilingual or Chinese-focused applications, GLM is a natural fit.