GPT-5.5 API
OpenAI 主力模型,半价直供。
通过兼容 OpenAI 的端点调用 GPT-5.5 — $0.60 输入 / $3.60 输出(每百万 tokens),OpenAI 官方价 5 折。400K 上下文、视觉、工具调用、流式 — 全部包含。
Drop into Claude Code or Codex in 60 seconds
Keep the CLI you already use. Swap one env var. Spend 50% less per token.
Sign up · 1 free credit
Email + password. 1 free coding credit lands in your account — enough to test from Claude Code or Codex right away. No card.
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.
See all integrations# 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, half the bill.
# 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"}]}'New accounts get 1 free coding credit · enough to send a real Claude Code / Codex prompt before you spend a cent.
GPT-5.5 价格对比
对比 OpenAI 官方的每百万 token 价格(已核实)
Buy once. Pay by token.
Prepaid coding credits for Opus / Sonnet / GPT-5.5. No subscription, no monthly reset, no vague usage bucket.
Questions, answered
这真的是 OpenAI 的 GPT-5.5 吗?
是的。同款模型、同样权重、字节级一致的输出。Hypereal 是经销商,以折扣价转售 GPT-5.5 算力。
需要 VPN 或特殊账号吗?
不需要。Hypereal 不限地区 — 任何国家都能直接使用,无 VPN、无白名单、无 $5 最低消费门槛。
支持视觉与工具调用吗?
支持。图像输入、function 调用、并行 tool 调用、JSON 模式、SSE 流式 — 全部与 OpenAI 官方规格一致。
OpenAI SDK 怎么配合 Hypereal 使用?
把 base_url 设为 https://api.hypereal.cloud/v1,api_key 改成 Hypereal key 即可。模型名、请求结构、响应结构 — 与 OpenAI 完全一致。
如何计费?
Pay per request with credits. 100 credits = $1. Buy from $10. Card and crypto accepted. No subscription required.
半价。同款 GPT-5.5。
改一行代码(base_url),OpenAI 账单立省 50%。$10 起充值。

