Essentials O mais econômico do catálogo, com janela de contexto larga. Indicado para volume alto, classificação e extração.
High volume at the best price per token in the catalogue — classification, extraction and summarisation. Context window of 1,000,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-fast 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-fast",
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 →