All models

GLM-4.7-Flash

by Z.ai

Chat Tools Thinking

Z.ai's GLM-4.7-Flash (glm4_moe_lite family) — tool use, reasoning; 202K context.

Publisher
Z.ai
Context window
198K tokens
Licence
MIT
Model card on Hugging Face

Run GLM-4.7-Flash

Install it on a Pendra worker, then call it through the OpenAI-compatible API with a pdr_sk_ key.

from pendra import Pendra

client = Pendra(api_key="pdr_sk_...")

response = client.chat.completions.create(
    model="glm-4.7-flash",
    messages=[{"role": "user", "content": "Hello!"}],
)

print(response.choices[0].message.content)

Run GLM-4.7-Flash on your own UK infrastructure

Deploy a worker, install GLM-4.7-Flash, and start serving it through one sovereign API endpoint.