OpenAI-compatible AI gateway

One endpoint for your AI models.

AoxToken is an independent AI SaaS and OpenAI-compatible API gateway for Chat, API Key model access, and usage-based Credits.

OpenAI compatibleUse familiar SDKs and request formats.
Model accessChoose from models available to your account.
Unified usageChat and API requests share one account balance.
One endpoint. Your models.
POST https://api.aoxtoken.com/v1/chat/completions
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

{
  "model": "YOUR_MODEL",
  "messages": [
    { "role": "user", "content": "Hello" }
  ],
  "stream": true
}
OpenAI compatibleStreaming ready

Get started

From API Key to first request.

Use your existing tools and switch models without rebuilding your workflow.

01

Create an API Key

Generate a key from your AoxToken account.

02

Configure your endpoint

Use the AoxToken endpoint with your existing tools.

03

Choose a model

Select a model available to your account and start building.

Pricing

Plans for individuals and teams.

Compare monthly plans, usage-based Credits, and enterprise purchasing.

View pricing

Account

One account for Chat and API access.

Manage your balance and API Keys in AoxToken Account. Chat automatically uses the active key on your account.