All models
Z.ai

GLM-5.3 Flash API: pricing, base URL and quick setup

GLM-5.3 Flash is available on A2Agent as glm-5.3-flash at $0.150 per 1M input tokens, with a 1M context window, through one OpenAI-compatible endpoint. Cheap, high-volume calls on a 1M window, image input included.

Specifications and pricing

Model idglm-5.3-flash
PlatformZ.ai
Context window1M
Tagged forchat, vision
Discount
Input / 1M tokens$0.150
Output / 1M tokens$0.500

Prices synced with platform billing (USD per 1M tokens).

Quick setup

curl https://a2agent.me/v1/chat/completions \
  -H "content-type: application/json" \
  -H "authorization: Bearer sk-your-a2agent-key" \
  -d '{
    "model": "glm-5.3-flash",
    "messages": [{"role": "user", "content": "Reply with OK"}]
  }'

Using it from a coding client

Good as the fast tier in a two-model setup: Flash does the reading, GLM-5.3 does the writing. Most clients let you set a different model per profile, so the switch is one string.

How it compares within its family

GLM-5.3 Flash is the low-cost member of the GLM line: $0.15 per million input tokens and $0.50 output, against $1.40 and $4.40 for GLM-5.3 proper. It keeps the full 1M window, so the saving costs you no context, and it is the only Z.ai model here tagged for vision. That combination suits work that is wide but shallow. Reading long documents, sorting screenshots, first-pass triage before a stronger model sees what survives. The GLM models tagged for coding are 5.1, 5.2 and 5.3; Flash is not one of them, and long code-writing sessions are where a cheaper token stops paying for itself. Within Z.ai it is the lowest rate on both sides by a wide margin.

Other models on this platform

Questions

Does it read images?

Yes. It is the only Z.ai model in this catalogue carrying the vision tag, alongside chat.

What is the context window?

1M tokens, the same as GLM-5.3.

Is it the cheapest GLM here?

Yes, at list, on both input and output. The next cheapest is GLM-5 at $1.00 and $3.20.

Can I use it for coding?

It is not tagged for coding. GLM-5.1, GLM-5.2 and GLM-5.3 are, and they are the ones to try when Flash output needs too much correcting.

Trial credit on sign-up, billed per token, no minimum spend.