Join us for our inaugural conference, Forge 2026

Model Library
/Z.ai/GLM-5.3
model path:accounts/fireworks/models/glm-5p3

GLM-5.3 uses the same base model as GLM-5.2 — every gain comes from post-training. Compared with GLM-5.2, it is much better at complex coding and long-horizon tasks

GLM-5.3 API Features

Fine-tuning

Docs

GLM-5.3 can be customized with your data to improve responses. Fireworks uses LoRA to efficiently train and deploy your personalized model

Serverless

Docs

GLM-5.3 is available via Fireworks' serverless API, where you pay per token. There are several ways to call the Fireworks API, including Fireworks' Python client, the REST API, or OpenAI's Python client.

On-demand Deployment

Docs

On-demand deployments allow you to use GLM-5.3 on dedicated GPUs with Fireworks' high-performance serving stack with high reliability and no rate limits.

Available Serverless

Run queries immediately, pay only for usage

$1.40 / $0.26 / $4.40
Per 1M Tokens (input/cached input/output)

GLM-5.3 FAQs

What is GLM-5.3 and who developed it?

GLM-5.3 is Z.ai’s flagship model, released August 18, 2026. It shares GLM-5.2's base model, with all gains coming from post-training, chiefly in complex coding and long-horizon tasks.

What applications and use cases does GLM-5.3 excel at?

Agentic coding, terminal automation, and vulnerability research (input is text-only). Z.ai reports a 50% gain over GLM-5.2 on Z.ai Code Bench and top open-source results on Terminal Bench 3.0.

What is the maximum context length for GLM-5.3?

The config.json max_position_embeddings is 1,048,576 tokens, matching Z.ai's stated 1M-token context window.

What is the usable context window for GLM-5.3?

1040k tokens, available on both serverless and on-demand deployments.

Does GLM-5.3 support quantized formats (4-bit/8-bit)?

Yes. The checkpoint ships natively in FP8, e4m3 format with dynamic activation scaling.

What is the default temperature of GLM-5.3 on Fireworks?

Z.ai sets temperature 1.0 and top_p 0.95 as the model's defaults. When temperature is unset, Fireworks applies those generation_config.json values. See documentation for text models.

What is the maximum output length Fireworks allows for GLM-5.3?

Fireworks defaults max_tokens to 2,048 and allows generation up to the full context window. If prompt plus max_tokens exceeds the context length, max_tokens is lowered to fit rather than erroring. Z.ai caps output at 128K on its own API.

Does GLM-5.3 support streaming responses and function-calling schemas?

Yes to both. Streaming runs through the stream parameter, and the model page lists function calling as supported.

How many parameters does GLM-5.3 have?

GLM-5.3 has 743B total parameters in a Mixture-of-Experts architecture.

Is fine-tuning supported for GLM-5.3?

Yes. Fireworks supports LoRA fine-tuning for GLM-5.3.

How are tokens counted (prompt vs completion)?

Fireworks bills input, cached input, and output tokens separately, priced at $1.40, $0.26, and $4.40 per 1M tokens.

View Serverless Pricing

What rate limits apply on the shared endpoint?

Serverless ceilings for this model's size tier default to 43.2M total prompt TPM, 10.8M uncached prompt TPM, and 432k generated TPM, adaptive per account and model. On-demand deployments carry no rate limits.

How will upgrades or deprecations of GLM-5.3 be communicated?

Fireworks announces serverless model deprecations in advance, following its serverless model lifecycle policy. For long-term version stability it recommends on-demand deployments.

What license governs commercial use of GLM-5.3?

The GLM-5.3 License, an MIT-style permissive grant allowing commercial use, deployment, and fine-tuning. Licensees running a Model-as-a-Service business whose revenue exceeds $10 billion over any 12 months must pass Z.ai's security review.

Does Fireworks log request content for GLM-5.3?

No. Fireworks operates zero data retention by default and does not log prompt or generation data for open models without opt-in. The Responses API is the exception, retaining data 30 days when store is true.

Metadata

State
Ready
Created on
8/28/2026
Kind
Base model
Provider
Z.ai
Hugging Face
zai-org/GLM-5.3

Specification

Calibrated
No
Mixture-of-Experts
Yes
Parameters
743B

Supported Functionality

Fine-tuning
Supported
Serverless
Supported
Context Length
1040k tokens
Function Calling
Supported
Embeddings
Not supported
Rerankers
Not supported
Support image input
Not supported