HomeModels › GLM-5
Zhipu AI · Next-gen Flagship

GLM-5 API

Zhipu's next-generation multimodal flagship model. Balanced performance across reasoning, code, and vision.

$0.60
Input / 1M tokens
$2.00
Output / 1M tokens
128K
Context window
0%
Platform fee
Sign Up — Get $0.50 Free Credit See All Pricing

Why use GLM-5 on NovAI?

  • Multimodal (text + image) native
  • Strong Chinese + English bilingual
  • Excellent instruction following
  • 128K context window
  • Native tool-use and function-calling support

Best use cases

  • Multimodal chatbots
  • Document understanding with images
  • Bilingual content generation
  • Function-calling agents

Quick start

cURL

curl https://aiapi-pro.com/v1/chat/completions \
  -H "Authorization: Bearer $NOVAI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "glm-5",
    "messages": [{"role":"user","content":"Hello"}]
  }'

Python (OpenAI SDK)

from openai import OpenAI
client = OpenAI(
    base_url="https://aiapi-pro.com/v1",
    api_key="YOUR_NOVAI_API_KEY",
)
resp = client.chat.completions.create(
    model="glm-5",
    messages=[{"role":"user","content":"Hello"}],
)
print(resp.choices[0].message.content)

Full documentation: aiapi-pro.com/#docs

Ready to try GLM-5?

Zero platform fee. Credits never expire. OpenAI-compatible API — no code changes needed.

Sign Up Free