API Claude Sonnet 4.6
The everyday workhorse with current metered pricing.
Modelo de raciocínio balanceado da Anthropic — $1.50 entrada / $7.50 saída por milhão de tokens via Hypereal. O mesmo Sonnet 4.6, o mesmo contexto 200K, servido por endpoint REST compatível com OpenAI.
Drop into Claude Code or Codex in 60 seconds
Keep the CLI you already use. Swap one env var. Use current Hypereal Credit pricing.
Sign up
Email + password. Top up any USD amount — credits are metered per token with no subscription. No card required to sign up.
Create accountCopy your ck_ key
Dashboard → API Keys → New key. Drop it into Claude Code, Codex CLI, Cursor, Aider — anywhere that speaks OpenAI or Anthropic.
Open dashboardPlug into your CLI
Export ANTHROPIC_BASE_URL / OPENAI_BASE_URL and you keep your existing tooling. Snippet below pastes verbatim.
View pricing# Use Claude Sonnet 4.6 inside Claude Code CLI
# 1. Grab your key at https://hypereal.cloud/manage-api-keys
# 2. Point Claude Code at Hypereal (Anthropic-compatible endpoint):
# NOTE: no /v1 — the Anthropic SDK appends /v1/messages itself.
export ANTHROPIC_BASE_URL="https://api.hypereal.cloud"
export ANTHROPIC_API_KEY="ck_..."
export ANTHROPIC_MODEL="claude-sonnet-4-6"
claude # same Claude Code, metered through Hypereal Credits.
# Prefer raw curl? Same key works:
# curl https://hypereal.cloud/v1/chat/completions \
# -H "Authorization: Bearer ck_..." -H "Content-Type: application/json" \
# -d '{"model":"claude-sonnet-4-6","messages":[{"role":"user","content":"hi"}]}'Comparação de preço Claude Sonnet
Current per-million-token pricing
Questions, answered
É o verdadeiro Sonnet 4.6 da Anthropic?
Sim. Mesmos pesos, mesmas saídas, byte-a-byte idênticos a api.anthropic.com. Hypereal é um agregador — não fazemos fine-tuning ou substituição de modelo.
Sonnet 4.6 vs GPT-5.5 para meu caso?
Sonnet 4.6 geralmente é mais forte em raciocínio de contexto longo e seguir instruções; GPT-5.5 é mais rápido e barato para interações curtas. Ambos via mesma Hypereal API — troca por um parâmetro.
Posso usar SDK Anthropic ou só OpenAI?
Ambos. SDK Anthropic funciona nativo com override de base_url; SDK OpenAI via adapter chat-completions em https://api.hypereal.cloud/v1.
E prompt caching?
Use Hypereal with current metered pricing and one prepaid credit balance. Check the live per-model rate before production traffic.
Como funciona o faturamento?
Pay per request with credits. 100 credits = $1. Buy from $10. Card and crypto accepted. No subscription required.
Drop in do Sonnet 4.6 pela metade do custo
Switch your base_url, keep your existing SDK code, and use current Hypereal Credit pricing. Credits start at $10.
