Live at apisoul.store

One clean API for premium AI models.

OpenAI-compatible routes, selectable 1x and 1.5x groups, crypto-funded credits, hashed API keys, and usage metering from one calm dashboard.

Streaming ready Crypto credits Provider keys hidden
OpenAI SDK / production
import OpenAI from "openai";

const client = new OpenAI({
  apiKey: process.env.APISOUL_API_KEY,
  baseURL: "https://apisoul.store/v1"
});

const stream = await client.chat.completions.create({
  model: "gpt-5.5",
  messages: [{ role: "user", content: "Ship the release note." }],
  stream: true
});
200 OK gpt-5.50.022 credits
Routes1x / 1.5x
Latency4.8s
KeysHashed

Group-aware API keys

Users choose 1x or 1.5x when generating keys, while upstream provider credentials stay server-side.

Credits and billing

Recharge balances, reserve request cost, reconcile actual token usage, and keep a full ledger.

Usage dashboard

Inspect tokens, latency, status codes, model usage, and spend without digging through logs.

Production security

HTTP-only sessions, one-way key hashes, rate limits, admin controls, and protected readiness checks.

Crypto credit packagesStart with 400, 600, or 1000 credits and create route-specific API keys from the console.
View plans