Create an API Key
Generate a key from your AoxToken account.
OpenAI-compatible AI gateway
AoxToken is an independent AI SaaS and OpenAI-compatible API gateway for Chat, API Key model access, and usage-based Credits.
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
}
Get started
Use your existing tools and switch models without rebuilding your workflow.
Generate a key from your AoxToken account.
Use the AoxToken endpoint with your existing tools.
Select a model available to your account and start building.
Pricing
Compare monthly plans, usage-based Credits, and enterprise purchasing.
Account
Manage your balance and API Keys in AoxToken Account. Chat automatically uses the active key on your account.