Skip to main content
Model ID

API Usage

The zai-org/GLM-4.5-Air-FP8 model can be accessed via the same REST API used by other GLM models.
It supports both general chat and function-calling workflows.

API Examples

Generate a Chat Completion

Use the chat/completions endpoint for conversational generation.

Shell

Function Calling

Python SDK Usage