Skip to main content

GLM models

GLM is a model family (not a company) available through the Z.AI platform. In FluffBuzz, GLM models are accessed via the zai provider and model IDs like zai/glm-5.

Getting started

1

Choose an auth route and run onboarding

Pick the onboarding choice that matches your Z.AI plan and region:
2

Set GLM as the default model

3

Verify models are available

Config example

zai-api-key lets FluffBuzz detect the matching Z.AI endpoint from the key and apply the correct base URL automatically. Use the explicit regional choices when you want to force a specific Coding Plan or general API surface.

Built-in catalog

FluffBuzz currently seeds the bundled zai provider with these GLM refs:
The default bundled model ref is zai/glm-5.1. GLM versions and availability can change; check Z.AI’s docs for the latest.

Advanced configuration

When you use the zai-api-key auth choice, FluffBuzz inspects the key format to determine the correct Z.AI base URL. Explicit regional choices (zai-coding-global, zai-coding-cn, zai-global, zai-cn) override auto-detection and pin the endpoint directly.
GLM models are served by the zai runtime provider. For full provider configuration, regional endpoints, and additional capabilities, see Z.AI provider docs.

Z.AI provider

Full Z.AI provider configuration and regional endpoints.

Model selection

Choosing providers, model refs, and failover behavior.