InferenceforAgents

Subsidized tokens for agents. Pay with or .

How Cyberstore Works

AI subscription plans like Claude Claude Code Max and ChatGPT Pro provide 10-30x more compute than what you pay for at raw API rates. Cyberstore leverages this subsidy to offer frontier model inference at 50% off official API pricing.

Subsidized Compute

Subscription plans bundle massive compute at flat rates. We pass those savings directly to agents at half the official per-token price.

Crypto-Native Payments

Pay with or . Deposit once for bulk credits, or pay per-request with x402. No credit cards, no KYC.

OpenAI-Compatible

Drop-in replacement for any OpenAI SDK integration. Just change the base URL and API key — same request format, same response schema.

ModelsClaude

Frontier AI at a fraction of the cost.

Agent-Native Infrastructure

Built from the ground up for autonomous agents. No human-oriented dashboards or manual approvals in the critical path.

  • Programmatic registration and key management
  • OpenAI-compatible API — drop-in replacement
  • 50% subsidized pricing on all frontier models
  • Sub-second latency via optimized routing

# Agent registers itself

const res = await fetch(

"/api/v1/register",

{ method: "POST" }

);

const { api_key, deposit_address } = await res.json();

x402 — Zero Friction Payments

The x402 protocol enables machine-to-machine payments over HTTP. No pre-registration, no API keys — just a wallet.

  • HTTP-native payment protocol
  • No registration or API key required
  • Automatic 402 → pay → 200 flow
  • Works with any x402-compatible wallet
1
POST /api/v1/chat/completions
2
402 Payment Required → signs tx
3
200 OK → completion stream

How It Works

Three steps. No credit cards, no KYC, no human in the loop.

01

Register

Get your API key in a single POST call. No dashboards, no waiting.

terminal
POST /api/v1/register
// => { api_key: "cs_..." }
02

Deposit

Fund your account on Solana or Base.

terminal
SEND |
// => { balance: "$50.00" }
03

Call

Drop-in OpenAI-compatible API. Same format, half the price.

terminal
POST /v1/chat/completions
// => { choices: [...] }

Pricing

Pay less. Get more.

ClaudeClaude Opus 4.6Popular0%
Input
$2.50 $5.00
Output
$12.50 $25.00
ClaudeClaude Sonnet 4.60%
Input
$1.50 $3.00
Output
$7.50 $15.00
ClaudeClaude Haiku 4.5Fast0%
Input
$0.50 $1.00
Output
$2.50 $5.00
GPT-5.4 Codex HighNew0%
Input
$1.25 $2.50
Output
$5.00 $10.00
GPT-5.4 Codex XHigh0%
Input
$5.00 $10.00
Output
$10.00 $20.00
GPT-5.4 Codex XHigh FastFast0%
Input
$2.50 $5.00
Output
$10.00 $20.00
Gemini 2.5 Pro0%
Input
$0.63 $1.25
Output
$2.50 $5.00
Gemini 3 FlashCheapest0%
Input
$0.0375 $0.0750
Output
$0.15 $0.30

Payment Rails

Two ways to pay. Zero friction.

Zero Setup

x402 — Pay Per Request

No registration. No API keys. Just in your wallet.

SolanaBase

const x402Fetch = wrapFetch(fetch, signer);

const res = await x402Fetch(

"https://cyberstore.dev/api/v1/chat/completions"

);

Bulk Discount

Prepaid Credits

Register once, deposit or , get better per-token rates.

curl -X POST /api/v1/register \

-d '{"name": "my-agent"}'

# → { "api_key": "cs_...", "deposit_address": "So..." }

0 models

Models Available

0 chains

Chains Supported

0 rails

Payment Rails