GLM 5.3 Flash
ChatNot available
Fast, cost-optimized tier of the GLM 5.3 family. Native multimodal (text, image, video input) with a hybrid sparse/linear attention architecture for efficient coding and long-horizon agent tasks.
- Context
- 1.25Mtokens
- Max output
- 131Ktokens
- Released
- 2026-08-26
Pricing
$ / 1M tokensInput
$0.15/M
Output
$0.50/M
Cache Read
$0.03/M
Cache Write
$0.15/M
Capabilities
5 listed- Chat
- Tool Use
- Reasoning
- Coding
- Analysis
Code examples
POST /v1/chat/completionspython
from openai import OpenAI
client = OpenAI(
api_key="your_api_key",
base_url="https://api.modelstack.cc/v1",
)
response = client.chat.completions.create(
model="glm-5.3-flash",
messages=[{"role": "user", "content": "Hello!"}],
)
print(response.choices[0].message.content)Related models
Frequently asked questions
How is GLM 5.3 Flash billed on ModelStack?expand_more
ModelStack bills based on actual request usage. Input, output, cache, and any other applicable rates follow the live pricing table on this page. Final request costs are available in the console.
What are the context window and maximum output for GLM 5.3 Flash?expand_more
GLM 5.3 Flash has a 1.25M context window and supports up to 131K of output.
How can I call GLM 5.3 Flash through ModelStack?expand_more
Use the model ID `glm-5.3-flash` with any OpenAI-compatible SDK pointed at the ModelStack API — see the code examples above for Python, Node.js, and cURL.
Which capabilities does GLM 5.3 Flash support?expand_more
GLM 5.3 Flash supports: Chat, Tool Use, Reasoning, Coding, Analysis.