Model API
GLM-5.3 API
Z.ai's GLM-5.3 for long-context reasoning, structured output, and agent tool use.
Model ID
glm-5.3
Provider
zenmux
Capability
chat
Status
Available
Pricing and limits
tokens in
$1.40 / 1M input tokens
tokens out
$4.40 / 1M output tokens
- Context length
- 1,000,000
- Max output
- 131,072
- Release date
- 2026-08-13
Use this model
import OpenAI from "openai";
const client = new OpenAI({
apiKey: process.env.AIDUCT_API_KEY,
baseURL: "https://api.aiduct.ai/v1",
});
const response = await client.chat.completions.create({
model: "glm-5.3",
messages: [{ role: "user", content: "Say hello in one sentence." }],
});Supported parameters
messagestemperaturetop_pmax_tokensstreamtoolstool_choiceresponse_formatthinking
This model page is backed by the live Aiduct model catalog. Long-form generated notes are not available for this slug yet, but the model ID, provider, pricing rows, and supported parameters above are still crawlable.