Skip to main content

Try GLM 5.3 in the Workbench

Run this model interactively, tune parameters, and compare outputs.
Model ID: zai-org-glm-5-3 GLM-5.3 is a large reasoning language model from Z AI built for complex software engineering and long-horizon agent tasks. It keeps the 1M-token context window of GLM-5.2 and improves on it in coding and in the balance between quality and token efficiency. The model supports function calling and sustained multi-step workflows, and suits agentic engineering, code assistance, and reasoning over very long contexts. Weights have not been published, so it is served through its API rather than self-hosted. *Quantization is specific to the inference provider and the model may be offered with different quantization levels by other providers.

Example request

Use the Workbench as a request builder: configure parameters for this model in the UI, then open the API tab to copy the exact cURL or Python call.

Fetch model details

The models endpoint returns the full model object, including its json_request_schema.

Request parameters

This model follows the standard OpenAI chat completions request body. See the chat completions reference for the full parameter list.