Z Ai model page

Z.ai: GLM 5.3

z-ai/glm-5.3

GLM-5.3 is a large-scale reasoning model from Z.ai, built for complex software engineering and long-horizon agent tasks. It supports text input and output with a 1M-token context window, and improves...

TextTool callingStructured outputReasoningLong context
Input / 1M
$1.82
Output / 1M
$5.72
Context
1311K
Markup
30%

Use this model through UAI

A dedicated public landing page for this synced catalog row.

Provider
Z Ai

Synced from the active catalog

Context window
1.3M tokens

Validated for gateway requests

UAI input
$1.82

Charged from your UAI balance

UAI output
$5.72

Same API key and billing flow

This page exists for direct linking, onboarding, and SEO. The same model row powers /v1/models, the public catalog, the app pricing screen, and request validation for /v1/chat/completions.

Why use this model through UAI

The same model route, but with one account, one balance, and one API shape.

Reasoning workloads

Use Z.ai: GLM 5.3 for multi-step prompts, planning, and deeper analysis while keeping the same OpenAI-compatible UAI endpoint.

Long-context inputs

Z.ai: GLM 5.3 exposes 1.3M tokens, which makes it a good fit for large documents, transcripts, and retrieval-heavy chat flows.

Agent integrations

Tool and function-style parameters stay available through the same UAI request surface, so agent stacks do not need a separate provider integration.

Pricing and access

Current synced numbers for this exact model row.

UAI input / 1M tokens
$1.82
UAI output / 1M tokens
$5.72
Z Ai input / 1M
$1.40
Z Ai output / 1M
$4.40
Context window
1,310,720
Current markup
30%

Need another option? Browse the full models catalog or compare rows in the signed-in pricing table.

Quickstart

Use this model with your UAI key over the standard OpenAI-compatible route.

Create a key in API Keys, then send requests to https://uai.sh/v1/chat/completions.

curl
curl https://uai.sh/v1/chat/completions \
  -H "Authorization: Bearer uai-YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "z-ai/glm-5.3",
    "messages": [{"role": "user", "content": "Say hi in one short sentence."}],
    "stream": false
  }'
Python (OpenAI SDK)
from openai import OpenAI

client = OpenAI(base_url="https://uai.sh/v1", api_key="uai-YOUR_API_KEY")
response = client.chat.completions.create(
    model="z-ai/glm-5.3",
    messages=[{"role": "user", "content": "Say hi in one short sentence."}],
    stream=False
)
print(response.choices[0].message.content)
Node.js (OpenAI SDK)
import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://uai.sh/v1",
  apiKey: "uai-YOUR_API_KEY"
});

const response = await client.chat.completions.create({
  model: "z-ai/glm-5.3",
  messages: [{ role: "user", content: "Say hi in one short sentence." }],
  stream: false
});

console.log(response.choices[0].message.content);

Related models

Other active rows to compare without leaving the public catalog.

z-ai
Z.ai: GLM 5.2 (batch)
z-ai/glm-5.2:batch
Input / 1M$0.91
Context1.0M tokens
z-ai
Z.ai: GLM 5.3 (batch)
z-ai/glm-5.3:batch
Input / 1M$0.91
Context1.0M tokens
z-ai
Z.ai: GLM 5.2
z-ai/glm-5.2
Input / 1M$0.78
Context1.0M tokens