GPT-5.5 API
OpenAI-compatible GPT-5.5 access with current metered pricing.
GPT-5.5 at $10.00 input / $60.00 output per million tokens through Hypereal Credits.
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 GPT-5.5 inside OpenAI Codex CLI
# 1. Grab your key at https://hypereal.cloud/manage-api-keys
# 2. Point Codex at Hypereal (OpenAI-compatible endpoint):
export OPENAI_BASE_URL="https://hypereal.cloud/v1"
export OPENAI_API_KEY="ck_..."
export OPENAI_MODEL="gpt-5.5"
codex --provider openai # same Codex CLI, metered billing.
# Prefer raw curl? Same key works:
# curl https://hypereal.cloud/v1/chat/completions \
# -H "Authorization: Bearer ck_..." -H "Content-Type: application/json" \
# -d '{"model":"gpt-5.5","messages":[{"role":"user","content":"hi"}]}'GPT-5.5 가격 비교
Current per-million-token pricing
Questions, answered
OpenAI의 진짜 GPT-5.5인가요?
Yes. Same model access through Hypereal Credits; check live pricing before making external comparisons.
VPN이나 특별한 계정이 필요한가요?
아니요. Hypereal은 지역 무관 — 모든 국가에서 VPN 없이, 대기열 없이, $5 최소 지출 등급 없이 동작.
비전과 도구 사용 지원?
Use Hypereal with current metered pricing and one prepaid credit balance. Check the live per-model rate before production traffic.
OpenAI SDK는 Hypereal과 어떻게 동작?
base_url=https://api.hypereal.cloud/v1, api_key를 Hypereal 키로 설정. 모델 이름, 요청/응답 형식은 OpenAI와 동일.
결제 방식은?
크레딧으로 토큰 단위 결제. 100 크레딧 = $1. $10부터 구매, 구독 없음, 크레딧 무기한. 카드와 암호화폐 지원.
Use GPT-5.5 with current Hypereal pricing.
Change one line of code (base_url) and use GPT-5.5 through Hypereal Credits. Credits from $10.
