Pērciet koda kredītus. Lietojiet tos visur.
Vienreizēji kredīti Claude Opus, Claude Sonnet, GPT-5.5 un Gemini 3.5. Pievienojiet tos Claude Code, Codex, Cursor, Cline, Aider vai saviem API pieprasījumiem. Bez abonementa. Bez neskaidra mēneša limita. Precīzs tokenu norēķins.
Papildiniet, kad vēlaties. Pārtrauciet, kad vēlaties. Nav mēneša plāna, ko uzturēt.
Pievienojiet Claude Code, Codex CLI, Cursor, Cline, Aider, Continue.dev, OpenCode vai savu lietotni.
Jūs redzat lietojumu kā tokenus un kredītus, nevis neskaidru mēneša pieprasījumu fondu.
Claude Opus šajā plānā ir par 32% zemāks nekā oficiālā API tarifi, bet Claude Sonnet — par 77% zemāks nekā oficiālā API tarifi.
No kuras bilances tiks iekasēts?
Izmantojiet to pašu API atslēgu. Jūsu izsauktais modelis nosaka, kurš kredītu fonds tiek izmantots.
Claude Opus 4.7, Sonnet 4.6, GPT-5.5, Gemini 3.5 Thinking un Gemini 3.5 Fast vispirms patērē Koda kredītus, pēc tam pāriet uz Vispārējiem kredītiem, ja Koda kredīti beidzas.
Attēlu, video, audio, 3D un visi citi LLM patērē tikai Vispārējos kredītus. Koda kredīti paliek rezervēti kodēšanas slodzēm.
Izvēlieties vienreizēju pakotni
Nav abonementa un nav mēneša atiestates. Kredīti beidzas 365 dienas pēc iegādes.
Koda kredīti ir rezervēti zemāk redzamajiem kodēšanas modeļiem. Video, attēls, audio, 3D un citi LLM izmanto Vispārējos kredītus.
Rezervēts šiem kodēšanas modeļiem
Izsauciet vajadzīgā modeļa ID. Norēķini uztur Koda kredītus atsevišķi no Vispārējiem kredītiem.
Precīzs tokenu cenu veidojums
Plāns ir vienkāršs: par katru pieprasījumu tiek norēķināts pēc ievades un izvades tokeniem.
| Modelis | Hypereal $ / MTok (ievade / izvade) | Oficiālā API likme | Zem oficiālā |
|---|---|---|---|
Claude Opus 4.7 / 4.6 | $3.40 / $16.96 | $5.00 / $25.00 | −32% |
Claude Sonnet 4.6 | $0.68 / $3.40 | $3.00 / $15.00 | −77% |
GPT-5.5 | $0.42 / $2.52 | $1.20 / $7.20 | −65% |
Gemini 3.5 Thinking | $0.90 / $5.40 | $1.50 / $9.00 | −40% |
Gemini 3.5 Fast | $0.90 / $5.40 | $1.50 / $9.00 | −40% |
Par 1M tokeniem. Ievade un izvade tiek mērītas atsevišķi, lai intensīvi lietotāji varētu skaidri prognozēt izdevumus.
Izmantojiet tur, kur jau kodējat
Ievietojiet Hypereal rīkos, kas atbalsta OpenAI- vai Anthropic-saderīgas API.
Darbojas jebkurš rīks, kas izmanto OpenAI vai Anthropic API. Iestatiet bāzes URL uz hypereal.cloud un ielīmējiet savu atslēgu. Tālāk ir iestatīšanas fragmenti.
Hypereal atbalsta cache_control kešošanu un Hypereal Cache. Hypereal Cache ir ieslēgts pēc noklusējuma un var samazināt tokenu lietojumu, kad aģenti atkārtoti nosūta repozitorija kontekstu. Iestatiet hypereal.cache uz "auto", vai atstājiet to neiekļautu, lai saglabātu to pašu noklusējumu.
Claude Code
Oficiālais Anthropic Claude Code CLI sazinās ar /v1/messages. Norādiet to uz Hypereal, pēc noklusējuma izmantojiet Sonnet un atstājiet ieslēgtu prompta kešošanu.
# 1. Get your API key
# https://hypereal.cloud/manage-api-keys
# 2. Point Claude Code at Hypereal (Anthropic-compatible endpoint).
# NOTE: do NOT include /v1 — the Anthropic SDK appends /v1/messages
# itself. Setting the URL to .../v1 produces /v1/v1/messages → 404.
export ANTHROPIC_BASE_URL="https://api.hypereal.cloud"
export ANTHROPIC_API_KEY="ck_..." # your Hypereal key
# 3. Default to Sonnet 4.6 for daily coding agents.
# Switch to claude-opus-4-7 only for the hardest refactors.
export ANTHROPIC_MODEL="claude-sonnet-4-6"
# 4. Run
claude
# Hypereal Cache is enabled by default.
# Use hypereal.cache="auto" to be explicit, or omit it.OpenAI Codex CLI
OpenAI Codex CLI izmanto /v1/chat/completions. Iestatiet OPENAI_BASE_URL uz Hypereal un piesaistiet GPT-5.5.
export OPENAI_BASE_URL="https://hypereal.cloud/v1"
export OPENAI_API_KEY="ck_..."
export OPENAI_MODEL="gpt-5.5"
codex --provider openaiCursor
Cursor pieņem OpenAI-saderīgus galapunktus. Pārrakstiet OpenAI hostu sadaļā Settings -> Models.
# Cursor → Settings → Models → "Add OpenAI-compatible"
# Base URL: https://hypereal.cloud/v1
# API Key: ck_...
# Model: gemini-3.5-thinking (or gpt-5.4 / claude-sonnet-4-6)
#
# Enable "Override OpenAI" in the same panel so Cursor routes
# completions through Hypereal instead of api.openai.com.
#
# Note: Cursor BYOK currently rejects gpt-5.5
# (https://forum.cursor.com/t/gpt-5-5-byok-not-working/160004/15).
# Use the LiteLLM workaround if you need gpt-5.5 in Cursor:
# pip install "litellm[proxy]"
# OPENAI_API_BASE=https://api.hypereal.cloud/v1 \
# OPENAI_API_KEY=ck_... \
# python -m litellm.proxy.proxy_cli --model gpt-5.5
# Then point Cursor at http://localhost:4000/v1 instead.OpenCode / Cline / Aider
OpenCode, Cline un Aider var izmantot Anthropic-saderīgus API iestatījumus vai vides mainīgos.
# OpenCode / Cline (VS Code) — Anthropic-compatible.
# Cline appends /v1/messages itself, so omit /v1 here.
{
"anthropic.baseURL": "https://api.hypereal.cloud",
"anthropic.apiKey": "ck_...",
"anthropic.model": "claude-sonnet-4-6"
}
# Aider uses the Anthropic SDK underneath — same rule:
# do NOT add /v1 to ANTHROPIC_API_BASE.
export ANTHROPIC_API_BASE="https://api.hypereal.cloud"
export ANTHROPIC_API_KEY="ck_..."
aider --model anthropic/claude-sonnet-4-6Hermes Agent
Hermes Agent darbojas ar jebkuru OpenAI-saderīgu galapunktu. Konfigurējiet vienreiz un palaidiet.
# Hermes Agent supports OpenAI-compatible endpoints out of the box.
hermes config set provider openai-compatible
hermes config set base_url https://hypereal.cloud/v1
hermes config set api_key ck_...
hermes config set model gemini-3.5-fast
hermes run "Refactor auth.ts to use jose"Raw curl
Aģentiem un skriptiem: izsauciet /v1/messages tieši ar savu API atslēgu.
curl https://hypereal.cloud/v1/messages \
-H "x-api-key: ck_..." \
-H "content-type: application/json" \
-H "anthropic-version: 2023-06-01" \
-d '{
"model": "claude-sonnet-4-6",
"max_tokens": 1024,
"system": [{
"type": "text",
"text": "You are a senior TypeScript refactoring assistant.",
"cache_control": {"type": "ephemeral"}
}],
"messages": [{"role": "user", "content": "Write a Python quicksort."}],
"hypereal": {"cache": "auto"}
}'
