Does it read images?
Yes. It is the only Z.ai model in this catalogue carrying the vision tag, alongside chat.
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.
| Model id | glm-5.3-flash |
|---|---|
| Platform | Z.ai |
| Context window | 1M |
| Tagged for | chat, vision |
| Discount | … |
| Input / 1M tokens | $0.150 |
| Output / 1M tokens | $0.500 |
Prices synced with platform billing (USD per 1M tokens).
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"}]
}'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.
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.
Yes. It is the only Z.ai model in this catalogue carrying the vision tag, alongside chat.
1M tokens, the same as GLM-5.3.
Yes, at list, on both input and output. The next cheapest is GLM-5 at $1.00 and $3.20.
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.