Confidential Roda em enclave lacrado por hardware. Geração anterior da linha GLM, com raciocínio.
Sensitive data: the model runs inside a hardware-sealed enclave and not even the machine operator reads the prompt. Context window of 128,000 tokens.
The last drop of quality — these are open-weight models, not frontier ones.
The API speaks the OpenAI format. Swap the base_url, use a gpub_live_ key and pass gpub-selado-glm51 as the model.
from openai import OpenAI
client = OpenAI(
base_url="https://gpubrazil.com/v1",
api_key="gpub_live_...",
)
r = client.chat.completions.create(
model="gpub-selado-glm51",
messages=[{"role": "user", "content": "Explain what a token is."}],
)
print(r.choices[0].message.content)
The same endpoint works in Cursor, Cline, Continue, Zed, Aider, Open WebUI and LibreChat — they all accept an OpenAI-compatible endpoint.
Create an account → See every model and price →