HomeAI models › Claude Sonnet 5

Claude Sonnet 5 per token, in reais

Frontier O equilíbrio da linha Claude: qualidade próxima do topo por uma fração do preço. Raciocina antes de responder.

Input
R$ 9.45
per 1M tokens
Output
R$ 47.90
per 1M tokens
Context
1,000,000
tokens

Where it does well

Chat, everyday code and long-document reading, close to top quality at a much lower price. Context window of 1,000,000 tokens.

Where it is not the best choice

Heavy mathematical reasoning, where the Opus line still pulls ahead.

What you save

The maker's list price is US$ 10.00 per 1M output tokens. At R$ 5.17 to the dollar plus Brazil's 3.5% IOF tax, buying direct costs about R$ 53.49 — against R$ 47.90 here, or 10% less.

And there is a difference in kind beyond the number: the price here is fixed in reais, so a rising dollar does not change your bill.

How to use it on GPUBrasil

The API speaks the OpenAI format. Swap the base_url, use a gpub_live_ key and pass claude-sonnet-5 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="claude-sonnet-5",
    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 Claude Sonnet 5 cost on GPUBrasil?
R$ 9.45 per 1 million input tokens and R$ 47.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 Claude Sonnet 5?
The API is OpenAI-compatible. Point base_url at https://gpubrazil.com/v1, use a gpub_live_ key and pass claude-sonnet-5 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 Claude Sonnet 5?
1,000,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