Skip to main content
GLM-5.3-Flash

GLM-5.3-Flash

Z.AI's faster, lower-cost model for coding, agentic, and multimodal workloads.

TextCodingAgents

Input

$0.15

Per 1M tokens

Cached Input

$0.03

Per 1M tokens

Output

$0.50

Per 1M tokens

Model Codeglm-5.3-flash

Playground

glm-5.3-flash

No output yet

Pricing

ModelInputCached InputOutput
GLM-5.3-Flash$0.15 / 1M tokens$0.03 / 1M tokens$0.50 / 1M tokens

Prices are shown in USD per 1M tokens.

README

GLM-5.3-Flash is Z.AI's faster, lower-cost model with a 1M-token context window and up to 128K output tokens, built for coding, agentic, and multimodal workloads.
  • GLM-5.3-Flash is Z.AI's faster, lower-cost model, suited to coding, agentic, and multimodal workloads.
  • Served through the Claude Messages API (POST /v1/messages), the same low-friction path as GLM-5.3.
  • Cached input pricing reduces cost for repeated prompts, templates, and policy-heavy workloads.

API

Use the API docs for request format, parameters, and integration details.

Z.AI's faster, lower-cost model for coding, agentic, and multimodal workloads.

Model Code

glm-5.3-flash

View API Docs

API

Endpoint

POST /v1/messages

Authentication

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
  }'