GLM-5.3
Z.AI's GLM-5.3 flagship model for coding, reasoning, and agentic workloads.
Input
$1.4
Per 1M tokens
Cached Input
$0.26
Per 1M tokens
Output
$4.4
Per 1M tokens
glm-5.3Playground
glm-5.3No output yet
Pricing
| Model | Input | Cached Input | Output |
|---|---|---|---|
| GLM-5.3 | $1.4 / 1M tokens | $0.26 / 1M tokens | $4.4 / 1M tokens |
Prices are shown in USD per 1M tokens.
README
- GLM-5.3 always runs with reasoning enabled (low / high / max) and delivers strong gains in complex coding and long-horizon agentic tasks.
- Served through the Claude Messages API (POST /v1/messages), the same low-friction path as GLM-5.2.
- Cached input pricing reduces cost for repeated prompts, templates, and policy-heavy workloads.
API
Z.AI's GLM-5.3 flagship model for coding, reasoning, and agentic workloads.
Model Code
glm-5.3
API
Endpoint
POST /v1/messagesAuthentication
Authorization: Bearer YOUR_REACH_API_KEY anthropic-version: 2023-06-01 Content-Type: application/json
Example
curl -X POST "https://direct.reachapi.ai/v1/messages" \
-H "Authorization: Bearer YOUR_REACH_API_KEY" \
-H "anthropic-version: 2023-06-01" \
-H "Content-Type: application/json" \
-d '{
"model": "YOUR_MODEL_ID",
"messages": [
{
"role": "user",
"content": "Introduce ReachAPI in one sentence."
}
],
"max_tokens": 512,
"temperature": 0.2
}'Related Models
GLM-5.3-Flash
Z.AI's faster, lower-cost model for coding, agentic, and multimodal workloads.
GLM-5.2
Z.AI's GLM-5.2 model for enterprise text generation, reasoning, and OpenAI-compatible API workloads.
DeepSeek-V4-Flash
DeepSeek's fast V4 model for cost-sensitive, OpenAI-compatible text and reasoning workloads.
DeepSeek-V4-Pro
DeepSeek's stronger V4 model for OpenAI-compatible reasoning, coding, and enterprise text workloads.
Kimi K3
Kimi's flagship reasoning model for long-horizon coding, visual understanding, and end-to-end knowledge work.
