HomeAI models › GPT-5.4

GPT-5.4 per token, in reais

Frontier O modelo de uso geral da linha GPT. Boa escolha padrão para conversa, código e resumo.

Input
R$ 13.95
per 1M tokens
Output
R$ 81.90
per 1M tokens
Context
128,000
tokens

Where it does well

General use: chat, code, summarisation and extraction, with good instruction following. Context window of 128,000 tokens.

Where it is not the best choice

Long step-by-step reasoning, which the `o` line was built for.

What changes when you pay in reais

Buying direct from the maker means paying in dollars plus two things that are not on their price list: Brazil's 3.5% IOF tax and your card issuer's FX spread, usually another 2% to 4% and never itemised. Here you are billed in reais, with neither.

The price in reais is also fixed: when the dollar rises, the maker price rises on your statement and this one does not.

How to use it on GPUBrasil

The API speaks the OpenAI format. Swap the base_url, use a gpub_live_ key and pass gpt-5.4 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="gpt-5.4",
    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 →

FAQ

How much does GPT-5.4 cost on GPUBrasil?
R$ 13.95 per 1 million input tokens and R$ 81.90 per 1 million output tokens, billed in Brazilian reais. No subscription and no minimum purchase — you pay only for the tokens you use.
How do I call GPT-5.4?
The API is OpenAI-compatible. Point base_url at https://gpubrazil.com/v1, use a gpub_live_ key and pass gpt-5.4 as the model. It works with the OpenAI SDK and with tools like Cursor, Cline, Continue, Zed and Open WebUI with no adaptation.
What is the context window of GPT-5.4?
128,000 tokens, counting what you send plus what the model answers in the same call.

Similar models

GPT-5.4 nanoGPT-5.6 LunaGemini 3.1 Flash Liteo4-miniGemini 3.5 Flash LiteGemini 3.6 Flash