AnixAPI
Unified AI API gateway

Use Codex freely, starting now.

Connect to frontier models in one step, configure access in 1 minute, and use capacity at 5% of the official price.

Ready-to-use console

Balance, API keys, model status, and invoices in one workspace.

Demo data
Current balance
$128.40
Monthly calls
68.4K
Production key
sk-live-anix...42q
Routing policy: Choose by cost and availability

Live pricing

Codex model price comparison

Calculated from official OpenAI API pricing. AnixAPI is shown at 5% of official pricing. Unit: USD / 1M tokens.

AnixAPI 95% off
ModelContextInput - officialOutput - officialInput - AnixAPIOutput - AnixAPI
gpt-5.5
1M
$5.0000
$30.0000
$0.2500
$1.5000
gpt-5.4
1M
$2.5000
$15.0000
$0.1250
$0.7500
gpt-5.4-mini
400K
$0.7500
$4.5000
$0.0375
$0.2250
Official prices reference OpenAI Pricing and Models pages. AnixAPI columns are calculated at 5% of the official rate and can later be replaced by backend price sync.

Stable service and responsive support

A unified API entry is backed by Sub2API and multiple CPA resources, with product surfaces that keep availability visible. When setup, balance, or request issues appear, account and request records make support easier to resolve.

Transparent billing logs

The console organizes balance, API keys, usage trends, and invoice records so every cost has a clear source and teams can review spend with less friction.

Pricing as low as 5% of official rates

For high-frequency Codex and agent usage, AnixAPI presents usage cost at 5% of official pricing, helping individuals and teams use frontier models with a lower budget.

User console

Balance, keys, usage, and invoices in a lightweight console.

The console loads the frontend shell first, then asks Sub2API for aggregate account data. The frontend presents facts; it does not own them.

Open console
API Keys
sk-live-anix...42q
Model status
99.98%
Usage trendMonthly calls

Docs

Beginner-friendly, production-minded.

Docs cover API keys, recharge, model choice, error handling, and agent integrations in Chinese and English.

Open docs
First request
import Anix from "@anixapi/sdk";

const anix = new Anix({ apiKey: process.env.ANIX_API_KEY });

const result = await anix.chat.completions.create({
  model: "claude-sonnet-4.5",
  messages: [{ role: "user", content: "Build a launch plan" }],
});