Free GLM 5.3 Flash via the Tokenator API

What the model is for

This model is available on a free plan with limited usage. GLM-5.3-Flash is a native multimodal model from Z.ai that demonstrates high performance in programming, agent-based tasks, and working with long-term contexts.

Specification

Full nameFree GLM 5.3 Flash
API IDfree-glm-5.3-flash
Model vendorZ-AI
TypeText model (chat / completions)
Context window1M tokens
Max output131.1K tokens
Image inputyes
Tokenator usage multiplierdoes not draw down the key limit4M tokens per day60 requests per dayresets at 00:00 UTC
Input modalitiestext, image, file
Aliasescursor-glm-5.3-flash
Supported API formats/v1/chat/completions /v1/responses /v1/messages
Upstream providers1
Current statusavailable
Data updated2026-08-29

Upstream providers

ProviderMultiplier
LimitedAI1.5×

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": "free-glm-5.3-flash",
    "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, OpenClaw.

FAQ about Free GLM 5.3 Flash

What is the API ID of Free GLM 5.3 Flash?

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

What context window does Free GLM 5.3 Flash have?

1M tokens; max output is 131.1K tokens.

How many tokens will a request cost?

(input + output) × 1.5×. 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.

Is Free GLM 5.3 Flash really free?

Yes. Requests to this model do not draw down your key's token limit — no multiplier is applied and your paid bundle stays untouched. A daily allowance applies instead: 4M tokens and 60 requests per day.

What is the limit on the free model and when does it reset?

The allowance — 4M tokens and 60 requests per day — is counted per key and per model, and resets at 00:00 UTC. Spending one free model's limit leaves the other free models usable.

What happens when the daily limit runs out?

The request returns 429 with the code free_model_daily_limit and a message stating what was spent and when it resets. Your paid key limit is left alone — there is no automatic switch to paid billing. The remaining allowance per free model is returned by /v1/tokens.

Do free models need a separate key?

No. The same key and the same base URL as for paid models — only the model field changes. The full list of free models is on its own page, and the mechanics are in the documentation.