Back to approved models

Approved model profile_

Z.AIactive

GLM 5

GLM 5 is Z.AI’s flagship open foundation model for complex system design, backend reasoning, long-horizon agent tasks, and production-grade software workflows. It is built for expert developers who need strong planning, implementation, and iterative problem-solving capability.

glm-5
relay/request.mjsready to route
const completion = await client.chat.completions.create({
  model: "glm-5",
  messages: [
    { role: "user",
      content: "Plan a multi-step task" }
  ]
});
policy checked provider selected
CONTEXT200K contextprompt window
MAX OUTPUT64Kper response
INPUT$1.0 / Mtoken price
OUTPUT$3.2 / Mtoken price

Route configuration_

Use the model through the contract you already have.

PipeLLM resolves provider access, policy, and supported model capabilities without changing the interface your application calls.

ENDPOINThttps://api.pipellm.ai/openaiOpenAI-compatible route
MODEL IDglm-5Use this in every request
GOVERNANCEPolicy controlledApprovals and tool rules apply
PROVIDER AVAILABILITY1 route
ProviderContextMax outputInput / MOutput / M
Z.AI200K context64K$1.0 / M$3.2 / M
Displayed pricing is per one million tokens and may vary by provider.
SUPPORTED SURFACESactive
input: textoutput: texttool usecache control

Relay governs model access with the same routing policy that Lens keeps visible and auditable.