Essentials Geração mais recente da mesma linha, na variante rápida. Boa relação entre qualidade e preço para conversa, código e resumo em volume.
High volume at the best price per token in the catalogue — classification, extraction and summarisation. Context window of 250,000 tokens.
Tasks where frontier quality changes the outcome; there it pays to spend more.
The API speaks the OpenAI format. Swap the base_url, use a gpub_live_ key and pass gpub-pro 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-pro",
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 →