Back to approved models
Z.AIactiverelay/request.mjsready to route CONTEXT1M contextprompt window MAX OUTPUT128Kper response INPUT$1.4 / Mtoken price OUTPUT$4.4 / Mtoken price
Approved model profile_
GLM 5.3
GLM-5.3 is Z.ai's reasoning model for demanding software engineering and extended agent workflows. It processes text and is designed to work through complex problems while retaining substantial contextual information. The model suits code analysis, implementation tasks, and multi-step technical...
glm-5.3const completion = await client.chat.completions.create({
model: "glm-5.3",
messages: [
{ role: "user",
content: "Plan a multi-step task" }
]
});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.
https://api.pipellm.aiOne base URL for OpenAI, Anthropic, and Gemini.FORMAT ROUTES
OPENAI
/openaiANTHROPIC
/anthropicGEMINI
Use a format route to normalize requests and responses./geminiglm-5.3Use this in every requestPROVIDER AVAILABILITY1 route
| Provider | Context | Max output | Discount | Input / M | Output / M |
|---|---|---|---|---|---|
| Volcano Engine | 1M context | 128K | — | $1.4 / M | $4.4 / M |
SUPPORTED SURFACESactive
input: textoutput: texttool usecache controlcomputer use
Relay governs model access with the same routing policy that Lens keeps visible and auditable.
