LogoHypereal AI
ModelsCoding CreditsLimitedAgentPricingDocsEnterpriseAffiliate
Start Building
Hypereal AI
  • Models
  • Coding Credits
  • Products
  • Rent GPU
  • Train Models
  • ComfyUI as API
  • Deploy Any Model
  • Agent
  • Pricing
  • Docs
  • Enterprise
  • Affiliate
Coding Credits · 3 hero models · limited launch

Claude Opus 4.7 + Sonnet 4.6 + GPT-5.5 — up to 7.7× value

Prepay credits, plug into Claude Code / Codex / Cursor, and every credit goes 7.7× further. No subscription, no monthly cap.

up to 7.7× valuePay as you go · no subscriptionCredits expire 365dCard · Crypto
Claude Opus 4.7Anthropic flagship
7.7×value
Claude Sonnet 4.6Workhorse
7.7×value
GPT-5.5OpenAI mainline
5×value
Pick a pack

Which credits get consumed?

One API key works for both. Routing is decided by the model you call.

Coding models

Claude Opus 4.7, Sonnet 4.6, GPT-5.5 drain Coding Credits first (FIFO), then spill to General Credits if Coding Credits run out.

Every other model

Image, video, audio, 3D, and all other LLMs drain General Credits only. Coding Credits are never touched — enforced at the SQL layer.

Pick a pack

One-time purchase. Credits expire 365 days after purchase.

coding-starter

Bonus +25%
$20
2,500 coding credits
2,000 + 500 bonus
Real value
5.5×
Most popular

coding-pro

Bonus +50%
$200
30,000 coding credits
20,000 + 10,000 bonus
Real value
6.6×

coding-max

Bonus +75%
$1000
175,000 coding credits
100,000 + 75,000 bonus
Real value
7.7×

Credits expire 365 days after purchase. Coding credits are locked to the 3 eligible models — they cannot be spent on video / image / other LLMs.

Which models do these credits work on?

Exactly three model families. Hard-coded — not configurable.

Claude Opus 4.7 / 4.6
Claude Sonnet 4.6
GPT-5.5
Coding credits are sandboxed at the SQL layer. If a request hits any other model (video, image, audio, 3D, or non-Hero LLMs), the deduction function refuses to touch your coding balance. Your general credits handle that — coding credits stay protected for what you bought them for.

How far each credit goes

Same upstream models. Same tokens. A lot more value per dollar.

ModelOur $ / MTok (in / out)Public API rateYour multiplier
Claude Opus 4.7 / 4.6
$3.40 / $16.96$15.00 / $75.00−77%
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%

Per 1M tokens. Output dominates real coding workloads — most of the value shows up there.

How to use it

Drop Hypereal into any tool that speaks OpenAI or Anthropic-compatible APIs.

Claude Code

The official Anthropic Claude Code CLI talks to /v1/messages — point it at Hypereal and pin Opus or Sonnet.

# 1. Get your API key
#    https://hypereal.cloud/manage-api-keys

# 2. Point Claude Code at Hypereal (Anthropic-compatible endpoint)
export ANTHROPIC_BASE_URL="https://hypereal.cloud/v1"
export ANTHROPIC_API_KEY="sk-hyp-..."   # your Hypereal key

# 3. Pin a coding-plan model (opus 4.7 or sonnet 4.6)
export ANTHROPIC_MODEL="claude-opus-4-7"

# 4. Run
claude

OpenAI Codex CLI

OpenAI Codex CLI uses /v1/chat/completions. Set OPENAI_BASE_URL to Hypereal and pin GPT-5.5.

export OPENAI_BASE_URL="https://hypereal.cloud/v1"
export OPENAI_API_KEY="sk-hyp-..."
export OPENAI_MODEL="gpt-5.5"

codex --provider openai

Cursor

Cursor accepts any OpenAI-compatible endpoint. Override the OpenAI host in Settings → Models.

# Cursor → Settings → Models → "Add OpenAI-compatible"
#   Base URL:  https://hypereal.cloud/v1
#   API Key:   sk-hyp-...
#   Model:     gpt-5.5         (or claude-opus-4-7 / claude-sonnet-4-6)
#
# Enable "Override OpenAI" in the same panel so Cursor routes
# completions through Hypereal instead of api.openai.com.

OpenCode / Cline / Aider

OpenCode, Cline (VS Code), Aider — all of them accept ANTHROPIC_API_BASE / API_KEY env vars or settings.

# OpenCode / Cline (VS Code) — Anthropic-compatible
{
  "anthropic.baseURL": "https://hypereal.cloud/v1",
  "anthropic.apiKey":  "sk-hyp-...",
  "anthropic.model":   "claude-opus-4-7"
}

# Aider — pass through env
export ANTHROPIC_API_BASE="https://hypereal.cloud/v1"
export ANTHROPIC_API_KEY="sk-hyp-..."
aider --model anthropic/claude-opus-4-7

Hermes Agent

Hermes Agent works with any OpenAI-compatible endpoint. Configure once and run.

# 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 sk-hyp-...
hermes config set model gpt-5.5

hermes run "Refactor auth.ts to use jose"

Raw curl

For agents and scripts: hit /v1/messages directly with your API key.

curl https://hypereal.cloud/v1/messages \
  -H "x-api-key: sk-hyp-..." \
  -H "content-type: application/json" \
  -H "anthropic-version: 2023-06-01" \
  -d '{
    "model": "claude-opus-4-7",
    "max_tokens": 1024,
    "messages": [{"role": "user", "content": "Write a Python quicksort."}]
  }'

FAQ

Can I spend these credits on video or image models?
No. Coding credits are locked to Claude Opus 4.7 / 4.6, Claude Sonnet 4.6, and GPT-5.5. Any other model deducts from your general balance instead.
Do credits expire?
365 days after purchase. Set up auto top-up in Settings → Credits if you do not want to think about it.
Refund policy?
Unused credits can be refunded within 14 days. Used credits are non-refundable. See /refund-policy.
Are there rate limits?
No monthly quota and no artificial throttle. You pay per token like the upstream API would charge — just at our price.
Is this a subscription?
No. One-time prepaid packs. You decide when to top up. No auto-renew, no surprise charges.
Logo
Hypereal AIExplore Curiosity
TwitterGitHubLinkedInYouTubeEmail
Infrastructure
  • Rent GPU
  • Train Models
  • ComfyUI as API
  • Deploy Any Model
  • Explore Catalog
  • Infrastructure Docs
  • GPU Logs
  • Pricing
LLM API
  • Coding Credits
  • All LLM Models
  • Claude Opus 4.7
  • Claude Sonnet 4.6
  • GPT-5.5
  • Claude Haiku 4.5
  • GPT-5.5 Pro
  • GPT-5.3 Codex
  • Gemini 3.1 Pro Preview
  • DeepSeek V4 Pro
  • Kimi K2.6
  • GLM-5.1
AI API
  • AI API Overview
  • Seedance 2.0 API
  • Kling 3.0 API
  • Veo 3.1 API
  • FLUX API
  • GPT Image 2 API
  • GPT Image 1 API
  • vs WaveSpeed
  • vs fal.ai
  • vs Replicate
  • vs KIE.ai
Video Models
  • Google Veo 3.1 API
  • Kling 3.0 API
  • Kling O3 Pro API
  • Seedance 2.0 API
  • HappyHorse 1.0 API
  • WAN 2.7 API
  • WAN Video API
  • Grok Video API
  • Hunyuan Video API
  • PixVerse V6 API
  • Pika Video API
  • Luma Dream Machine API
  • MiniMax Video API
  • Vidu Video API
Image Models
  • NanoBanana 2 API
  • FLUX 2 API
  • GPT Image 1 API
  • Grok Image API
  • SeeDream V5 API
  • Imagen 4 API
  • Ideogram API
  • Recraft API
  • DALL-E 3 API
  • Stable Diffusion API
  • Gemini Image API
Tools
  • Face Swap API
  • Video Face Swap API
  • Virtual Try-On API
  • Image Upscaler API
  • Video Upscaler API
  • AI Talking Avatar API
  • Lip Sync API
  • OmniHuman Avatar API
  • Tripo3D H3.1 API
  • ElevenLabs TTS API
  • Fish Audio TTS API
  • Whisper STT API
  • Lyria Music API
Generators
  • Hypereal Agent
  • AI Image Generator
  • AI Video Generator
  • AI Avatar Generator
  • AI Audio Generator
  • AI 3D Generator
  • AI Tools
  • Image Upscaler
  • Video Upscaler
Collections
  • Best Video Models
  • Best Image Models
  • Seedance 2.0
  • WAN 2.7
  • Qwen Image 2
  • Grok AI
  • Seedance 1.5
  • Motion Control
  • Content Detection
  • Object Detection
Company
  • About
  • Docs
  • Cookbook
  • Blog
  • Changelog
  • Contact
  • FAQ
  • Tips & Tutorials
  • Roadmap
  • Enterprise
  • Affiliate Program
  • Platform
  • Developer Program
Legal
  • Privacy Policy
  • Terms of Service
  • Refund Policy
  • Cookie Policy
  • Pricing
  • All Models
  • Sitemap
  • Status
All systems normal
•Built from California with Love ❤️
© Copyright 2026. All Rights Reserved.