IranRouter
All models
Z.ai

Z.ai: GLM 5.3

Available

by Z.ai

z-ai/glm-5.3Usage rank #10

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...

At a glance

Context window
1.3Mtokens
Max output
944Ktokens
Knowledge to
Released
2026

Capabilities

CapabilitiesReasoningToolsStructured output
InputText
OutputText
ReasoningSupportedmaxhighlow

Benchmarks

Intelligence index
45
Coding index
75
Agentic index
53

Design Arena

CategoryEloWin rate
models · 3d1,39367.8
models · gamedev1,37664.2
models · uicomponent1,34359.5
models · codecategories1,33057.6
models · svg1,32159
models · website1,31755.7
models · dataviz1,26251

Standard evaluations

BenchmarkScoreTasks
gpqa_diamond0.86594
tau_bench_verified_airline0.78100

Source: Artificial Analysis, Design Arena · as of Sep 16, 2026

Performance

Uptime on IranRouter

41%

Aug 18Sep 16

Reference uptime

100%

Aug 18Sep 16

Median latency

1,703 ms

Aug 18Sep 16

Throughput

58.1 tok/s

Aug 18Sep 16

IranRouter uptime comes from our own automated probes; the reference figures are daily measurements of this model's upstream routes. Each card shows a 30-day average, and a day without data stays empty.

Popularity

Current rank
#10
Rank change, 7 days
0

Daily tokens · 90 days

288.5B

Jun 18Sep 15

Ranked by daily token volume across the global model market; the figure above the chart is the daily average.

Supported parameters

frequency_penaltyinclude_reasoninglogit_biaslogprobsmax_tokensmin_pparallel_tool_callspresence_penaltyreasoningreasoning_effortrepetition_penaltyresponse_formatseedstopstructured_outputstemperaturetool_choicetoolstop_ktop_logprobstop_p

Parameters this model accepts; anything else is ignored.

Quick start

from openai import OpenAI

client = OpenAI(
    api_key="ir-...",
    base_url="https://iranrouter.com/v1",
)

resp = client.chat.completions.create(
    model="z-ai/glm-5.3",
    messages=[{"role": "user", "content": "سلام!"}],
)
print(resp.choices[0].message.content)

Only base_url and the key change; the rest of your code stays as it is.

Other models by this maker