API Claude Sonnet 4.6
The everyday workhorse with current metered pricing.
Modelo de razonamiento balanceado de Anthropic — $1.50 entrada / $7.50 salida por millón de tokens vía Hypereal. El mismo Sonnet 4.6, los mismos 200K de contexto, servido por endpoint REST compatible con 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"}]}'Comparación de precio Claude Sonnet
Current per-million-token pricing
Questions, answered
¿Es el verdadero Sonnet 4.6 de Anthropic?
Sí. Mismos pesos, mismas salidas, idénticos byte a byte a api.anthropic.com. Hypereal es un agregador — no hacemos fine-tuning ni sustituimos el modelo.
¿Cómo se compara Sonnet 4.6 con GPT-5.5 para mi caso?
Sonnet 4.6 generalmente es más fuerte en razonamiento de contexto largo y seguimiento de instrucciones; GPT-5.5 es más rápido y barato para interacciones cortas. Ambos accesibles vía la misma Hypereal API — cambias por un parámetro.
¿Puedo usar el SDK de Anthropic o solo OpenAI?
Ambos. SDK de Anthropic funciona nativo con override de base_url; SDK de OpenAI funciona vía adapter chat-completions en https://api.hypereal.cloud/v1.
¿Y prompt caching?
Use Hypereal with current metered pricing and one prepaid credit balance. Check the live per-model rate before production traffic.
¿Cómo funciona la facturación?
Pay per request with credits. 100 credits = $1. Buy from $10. Card and crypto accepted. No subscription required.
Sonnet 4.6 drop-in a mitad de costo
Switch your base_url, keep your existing SDK code, and use current Hypereal Credit pricing. Credits start at $10.
