Z.ai on Zylo

Z.ai models & pricing

Z.ai models Call them through one OpenAI-compatible API, billed at base per-token rates.

Last updated June 5, 2026

Z.ai model pricing

Per 1M tokens, billed from your credit balance — no markup on usage. Prices load live from our catalogue.

ModelProviderContextInput / 1MOutput / 1M
GLM 5 TurboZ.ai203K$1.20$4.00
GLM 5.1Z.ai203K$0.98$3.08
GLM 5Z.ai203K$0.60$1.92
GLM 4.6Z.ai203K$0.43$1.74
GLM 4.7Z.ai203K$0.40$1.75
GLM 4.7 FlashZ.ai203K$0.06$0.40
How pricing works. The number is the base rate per 1M tokens, deducted from prepaid credits — no usage markup. Zylo's flat 25% platform fee applies only when you add credits.

Quickstart

Keep the OpenAI SDK; set base_url to Zylo and pick a Z.ai model id.

Python
from openai import OpenAI

client = OpenAI(api_key="ZYLO_KEY", base_url="https://api.zyloai.net/v1")

response = client.chat.completions.create(
    model="glm-5-turbo",
    messages=[{"role": "user", "content": "Hello from Zylo!"}],
)
print(response.choices[0].message.content)

All Z.ai models

Frequently asked questions

Which Z.ai models can I use on Zylo?

Zylo currently offers 6 Z.ai text models, including GLM 5 Turbo, GLM 5.1, GLM 5, GLM 4.6. See the table above for live per-1M-token pricing.

How much do Z.ai models cost on Zylo?

Each Z.ai model is billed at its base per-token rate, deducted from prepaid credits — no markup on usage. Zylo's 25% platform fee applies only when you add credits.

Are Z.ai models OpenAI-compatible on Zylo?

Yes. Point any OpenAI SDK at https://api.zyloai.net/v1, use your Zylo key, and set the model id (e.g. glm-5-turbo).

Call Z.ai models in under 2 minutes

Free API key, OpenAI-compatible, local payments.

Get free API key