Build with your Subaxis API keys.
Manage API keys, usage, billing, and account settings from one clean workspace.
Requests — Last 24h
Recent Requests
GLM 5.2 daily tokens
Your promotion allowances
Docs
https://subaxis.dev/v1
Authorization: Bearer sk-subaxis...
POST /v1/chat/completions
GET /v1/usage/summary?period=7d
curl https://subaxis.dev/v1/chat/completions \
-H "Authorization: Bearer YOUR_SUBAXIS_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"openai/gpt-4o-mini","messages":[{"role":"user","content":"Hello from Subaxis"}]}'
Your API keys
Example request
curl https://subaxis.dev/v1/chat/completions \
-H "Authorization: Bearer YOUR_SUBAXIS_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"openai/gpt-4o-mini","messages":[{"role":"user","content":"Hello"}]}'
Usage API
GET /v1/me
GET /v1/balance
GET /v1/usage?period=30d
GET /v1/usage/logs?limit=100
GET /v1/usage/summary?period=7d
GET /v1/daily-free-allowance
GET /v1/usage/costs?period=30d
GET /v1/usage/models?period=30d
GET /v1/usage/keys?period=30d
GET /v1/billing/history?limit=100
curl https://subaxis.dev/v1/usage/summary?period=7d \ -H "Authorization: Bearer YOUR_SUBAXIS_KEY"
period=24h|7d|30d|90d, start_time, end_time, model, key_id, endpoint, limit.
Available models
Build against Subaxis like OpenAI.
https://subaxis.dev/v1
Authorization: Bearer sk-subaxis...
POST /v1/chat/completions
GET /v1/models
Chat Completions
curl https://subaxis.dev/v1/chat/completions \
-H "Authorization: Bearer YOUR_SUBAXIS_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "openai/gpt-4o-mini",
"messages": [
{ "role": "user", "content": "Hello from Subaxis" }
]
}'
Vision and Tool Calling
{
"model": "openai/gpt-4o-mini",
"messages": [{
"role": "user",
"content": [
{ "type": "text", "text": "Read this image." },
{ "type": "image_url", "image_url": { "url": "data:image/png;base64,..." } }
]
}],
"tools": [{
"type": "function",
"function": {
"name": "save_result",
"description": "Save the result",
"parameters": {
"type": "object",
"properties": { "summary": { "type": "string" } },
"required": ["summary"]
}
}
}]
}
Usage and Balance
GET /v1/me
GET /v1/balance
GET /v1/usage?period=30d
GET /v1/usage/logs?limit=100
GET /v1/usage/summary?period=7d
GET /v1/daily-free-allowance
GET /v1/usage/costs?period=30d
GET /v1/usage/models?period=30d
GET /v1/usage/keys?period=30d
GET /v1/billing/history?limit=100
curl https://subaxis.dev/v1/usage/summary?period=7d \ -H "Authorization: Bearer YOUR_SUBAXIS_KEY"
period=24h|7d|30d|90d, start_time, end_time, model, key_id, endpoint, limit.
Models and Pricing
Models include pricing metadata, vision support, and tool-calling support. Pricing is shown per 1M tokens and reflects the live Subaxis price after admin discounts, fixed prices, or free overrides.
GET https://subaxis.dev/v1/models
Usage analytics
By model
By API key
Request log
1M GLM 5.2 tokens
Transaction history
Invite builders. Earn API credit together.
Share your private invite link. You both get $1, then you earn 25% of every verified payment they make.
How it works
- 1Share your Subaxis link
Your invite contains an opaque, server-generated code. A Discord server invite alone does not identify the referrer.
- 2You both get $1
The code is bound once to their eligible new account and both balances are credited.
- 3Earn on every payment
Each verified top-up or subscription payment automatically earns you 25% of the amount paid.
Your referral status
Referral codes must be claimed by a new account before its first paid top-up or subscription. Self-referrals and duplicate accounts are not eligible.
Recent referrals
Account details
—