Skip to content

GLM-5.3 Flash

ReasoningZ.ai

Native multimodal GLM for efficient coding at a very low price.

Input
$0.0225
per 1M tokens
Output
$0.075
per 1M tokens
Context window
1M
tokens
Max output
128K
tokens

Pricing

Prices are in USD per 1M tokens. Cached input is billed at the cache read price.

Input
$0.0225/ 1M
Output
$0.075/ 1M
Cache read
$0.0045/ 1M
Cache write 5m
$0/ 1M

Use it from code

The samples read your key from the ORYNX_API_KEY environment variable.

OpenAI Chat
curl https://api.orynx.dev/v1/chat/completions \
  -H "Authorization: Bearer $ORYNX_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "glm-5.3-flash",
    "messages": [{"role": "user", "content": "Explain what an API gateway does in one sentence."}]
  }'

Use it in your tools

Minimal configuration for popular coding agents. Replace sk-orynx-... with your key.

Cursor Settings → Models
OpenAI API Key:            sk-orynx-...
Override OpenAI Base URL:  https://api.orynx.dev/v1
Custom model name:         glm-5.3-flash

OpenCode

Full guide
opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "provider": {
    "orynx": {
      "npm": "@ai-sdk/openai-compatible",
      "name": "ORYNX",
      "options": {
        "baseURL": "https://api.orynx.dev/v1",
        "apiKey": "{env:ORYNX_API_KEY}"
      },
      "models": {
        "glm-5.3-flash": {
          "name": "GLM-5.3 Flash",
          "limit": {
            "context": 1048576,
            "output": 131072
          }
        }
      }
    }
  }
}
glm-5.3

Z.ai's large reasoning model for complex software engineering.

Input
$0.42/ 1M
Output
$1.32/ 1M
OpenAI Chat1M ctx
glm-5.2

Large-scale GLM reasoning model.

Input
$0.42/ 1M
Output
$1.32/ 1M
OpenAI Chat1M ctx
glm-5.1

GLM-5.x model with strong coding ability.

Input
$0.42/ 1M
Output
$1.32/ 1M
OpenAI Chat200K ctx