Skip to content

GLM 5.3

Model ID

glm-5-3

Publisher

zai-org

GLM 5.3 is exposed through POST /v1/chat/completions using the standard OpenAI-compatible chat payload. It supports function / tool calling (tools, tool_choice, assistant tool_calls) and works with structured outputs via response_format where applicable.

SpecificationValue
API IDglm-5-3
CapabilitySupported
Chat completions (/v1/chat/completions)Yes
Tool / function callingYes
Structured output (response_format)Yes
ReasoningYes
PropertyValue
Reasoning supportedYes
ToggleableNo
How to toggle-
Reasoning effort levelslow, high, max (default)
How to set effortreasoning_effort parameter

Reasoning is always enabled for this model — you cannot turn it off via chat_template_kwargs. Control the depth of reasoning by setting reasoning_effort to "high" or "max" (default). A model that does not support the requested level rejects the request and names the levels it does support.

For a full example, see Reasoning Example.

Use glm-5-3 as the model field in chat completion requests. For tool usage patterns and examples, see Tool Calling and Structured Output.