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.
Balance, API keys, model status, and invoices in one workspace.
Live pricing
Codex model price comparison
Calculated from official OpenAI API pricing. AnixAPI is shown at 5% of official pricing. Unit: USD / 1M tokens.
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 consoleDocs
Beginner-friendly, production-minded.
Docs cover API keys, recharge, model choice, error handling, and agent integrations in Chinese and English.
Open docsimport 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" }],
});