Claude models and GPT-5.6 Luna are now available to accounts that have topped up at least once. Top up any amount to unlock them — bonus credits can pay for them too. All other models are unaffected.Top up
Zhipu

GLM-5.3 Flash

Save 85%Relay

zhipu/glm-5.3-flash

GLM-5.3 Flash — lightweight GLM-5.3 tuned for speed and ultra-low cost.

Context window
1M
Max output
128K
Input modalities
text
Output modalities
text
Capabilities
Reasoning · Tool Calling · Coding · Cache
Upstream release
2026-08-26
RouteMux name
zhipu/glm-5.3-flash
Live model playground

Try GLM-5.3 Flash here

Tune the request, see the current price ceiling, and inspect the real response without leaving this model page.

streamchat
1Configure input
0 / 20,000
Maximum estimated cost
2Live result

Your result will appear here

Enter an input on the left. The same RouteMux Playground execution and billing path powers this embedded test.

conversation

GLM-5.3 Flash API pricing

Source: opencode_x0.15 · Verified 2026-08-30

InputOfficial $0.15 / M tokens
$0.0225/ M tokensSave 85%
OutputOfficial $0.5 / M tokens
$0.075/ M tokensSave 85%

Cache read $0.0045/M · Cache write /M

Estimate cost

Estimated cost$0.0003

Limited time20% extra Credits on your first top-up — up to 200 bonus Credits

Applies to your first top-up within 72 hours of signing up. Minimum $20, once per account.

Sign up and claimNo subscription. Pay for what you use.

Key capabilities

ReasoningTool CallingCodingCache

Interface and protocols

OpenAI Chat CompletionsStreamingOpenAI ResponsesStreamingAnthropic MessagesStreaming

Use either ID to call this model via the API.

RouteMux namezhipu/glm-5.3-flash

Replace the ROUTEMUX_KEY placeholder with your API key. Create one →

from openai import OpenAI

client = OpenAI(
    base_url="https://api.routemux.com/v1",
    api_key="<ROUTEMUX_KEY>",
)

completion = client.chat.completions.create(
    model="zhipu/glm-5.3-flash",
    messages=[{"role": "user", "content": "What is the meaning of life?"}],
)
print(completion.choices[0].message.content)
base_url: https://api.routemux.com/v1

Performance (last 30 days)

GLM-5.3 Flash FAQ

What is GLM-5.3 Flash?

GLM-5.3 Flash — lightweight GLM-5.3 tuned for speed and ultra-low cost.

How large is the context window of GLM-5.3 Flash?

GLM-5.3 Flash supports a context window of up to 1M tokens, with up to 128K output tokens per request.

How much does the GLM-5.3 Flash API cost?

Through RouteMux, GLM-5.3 Flash costs $0.0225 for input and $0.075 for output (USD per 1M tokens), below the official list price.

How do I call GLM-5.3 Flash via API?

GLM-5.3 Flash is OpenAI-compatible: point your base URL at RouteMux and set the model field to zhipu/glm-5.3-flash — no code changes needed.

Which input and output modalities does GLM-5.3 Flash support?

GLM-5.3 Flash accepts text as input and produces text as output.

When was GLM-5.3 Flash released?

GLM-5.3 Flash was released on August 26, 2026.