All models
Model card on Hugging Face
GLM 4.7 Flash
by Z.ai
Chat
Tools
Thinking
GLM 4.7 Flash is Z.ai's fast, lightweight model in the GLM 4 line, offering a hybrid reasoning mode that trades depth for speed on demand. It's tuned for tool use and responsive agentic workflows across a roughly 200K-token context.
- Publisher
- Z.ai
- Context window
- 198K tokens
- Sizes
- 30B
- Licence
- MIT
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.