GLM 5 CN
GLM 5 CN is a Z Ai model listed in the NextModel catalog for General chat via Z Ai, API workloads workloads. Its listed price is $0.084 / 1M tokens input and $0.373 / 1M tokens output per 1M tokens, with a — token context window.
| Input length | Input / 1M | Output / 1M | Cache hit / 1M |
|---|---|---|---|
| — - 32k | $0.084 | $0.373 | $0.017 |
| 32k - 200k | $0.124 | $0.457 | $0.026 |
What is GLM 5 CN in NextModel?
GLM 5 CN is a Z Ai model listed in the NextModel catalog for General chat via Z Ai, API workloads workloads. Its listed price is $0.084 / 1M tokens input and $0.373 / 1M tokens output per 1M tokens, with a — token context window.
Best use cases
- General chat via Z Ai
- API workloads
OpenAI-compatible code example
Keep the OpenAI SDK style, set base_url to NextModel, and use the catalog model ID z-ai--glm-5-cn.
from openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://api.nextmodel.app/v1"
)
resp = client.chat.completions.create(
model="z-ai/glm-5-cn",
messages=[{"role": "user", "content": "Hello from NextModel"}]
)
print(resp.choices[0].message.content)Similar alternatives
Available through the NextModel gateway via Z Ai.
Available through the NextModel gateway via Z Ai.
Available through the NextModel gateway via Moonshotai.
FAQ