← All models

Anthropic

glm-5.3-flash:batch

z-ai/glm-5.3-flash:batch

Price per million tokens

Input
$0.177
Output
$0.591
Cache write
not offered
Cache read
$0.035

What you pay, and your usage page shows what we paid beside what you paid on every request you send.

Limits

Context window
1,048,575 tokens
Max output
943,717 tokens
Images
supported

What it costs to run

WorkloadInputOutputCostPer 1,000 calls
Short chat turn1,000500$0.0005$0.47
Long document summary50,0002,000$0.0100$10.04
Agent step with tools20,0001,500$0.0044$4.43
1M in, 1M out1,000,0001,000,000$0.7680$768.04

Calling it

const res = await client.chat.completions.create({
  model: "z-ai/glm-5.3-flash:batch",
  messages: [{ role: "user", content: "Hello" }],
});