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
Είναι αυτό το πραγματικό GPT-5.5 από την OpenAI;
Yes. Same model access through Hypereal Credits; check live pricing before making external comparisons.
Χρειάζομαι VPN ή ειδικό λογαριασμό για να το χρησιμοποιήσω;
Όχι. Η Hypereal είναι ανεξάρτητη από περιοχή — λειτουργεί από οποιαδήποτε χώρα χωρίς VPN, χωρίς λίστα αναμονής, χωρίς ελάχιστο επίπεδο δαπάνης $5.
Υποστηρίζονται το vision και η χρήση εργαλείων;
Ναι. Η είσοδος εικόνας, το function calling, οι παράλληλες κλήσεις εργαλείων, η λειτουργία JSON και το SSE streaming αντιστοιχούν πλήρως στις επίσημες προδιαγραφές της OpenAI.
Πώς λειτουργεί το OpenAI SDK με τη Hypereal;
Ορίστε base_url=https://api.hypereal.cloud/v1 και api_key στο δικό σας Hypereal κλειδί API. Όλα τα υπόλοιπα — ονόματα μοντέλων, μορφή αιτήματος, μορφή απάντησης — παραμένουν ίδια με της OpenAI.
Πώς λειτουργεί η χρέωση;
Pay per request with credits. 100 credits = $1. Buy from $10. Card and crypto accepted. No subscription required.
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.
