GLM 5.3 FlashX via the Tokenator API

What the model is for

GLM-5.3-FlashX is the high-speed variant of Z.ai's GLM-5.3-Flash, a native multimodal model delivering inference speeds of up to 200 tokens/s. Built on the same hybrid sparse and linear attention architecture (320B total parameters, 18B active), it is suited for efficient coding, visual understanding, and long-horizon agent tasks with a 1M-token context window.

Specification

Full nameGLM 5.3 FlashX
API IDglm-5.3-flashx
Model vendorZ-AI
TypeText model (chat / completions)
Context window1.05M tokens
Max output131.1K tokens
Image inputno
Tokenator usage multiplier1.6×
Input modalitiestext
Aliasescursor-glm-5.3-flashx
Supported API formats/v1/chat/completions /v1/responses /v1/messages
Upstream providers1
Current statusavailable
Data updated2026-09-20

Upstream providers

ProviderMultiplier
AiPartners Ltd1.6×

A request goes to the first available provider by priority; if it fails, Tokenator switches to the next one.

Example request

curl
curl https://api.tokenator.top/v1/chat/completions \
  -H "Authorization: Bearer sk-your-tokenator-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "glm-5.3-flashx",
    "messages": [{"role": "user", "content": "Hello"}]
  }'

Compatible tools

The model can be used in any tool that accepts a custom base URL: Claude Code, Codex CLI, OpenCode, Cursor, Cline, Kilo Code, Cherry Studio, DeepSeek Harness, Hermes, Pi, OpenClaw.

FAQ about GLM 5.3 FlashX

What is the API ID of GLM 5.3 FlashX?

glm-5.3-flashx — put this into the model field of your request.

What context window does GLM 5.3 FlashX have?

1.05M tokens; max output is 131.1K tokens.

How many tokens will a request cost?

(input + output) × 1.6×. See the documentation for details.

Which tools support this model?

Any tool that accepts a custom base URL: Claude Code, Codex CLI, OpenCode, Cursor, Cline, Kilo Code. Setup guides are in the integrations section.