Customer console

Build with your Subaxis API keys.

Manage API keys, usage, billing, and account settings from one clean workspace.

User ID
API base URL
https://subaxis.dev/v1
Balance
Available API credit
Requests
24h activity trend
Tokens
Input and output volume
Spend
Estimated API cost

Requests — Last 24h

Hourly

Recent Requests

No requests yet.
Daily free model allowance

GLM 5.2 daily tokens

Checking
Connect Discord and join our server to unlock 1M GLM 5.2 tokens every day.

Docs

Base URL https://subaxis.dev/v1
Authentication Authorization: Bearer sk-subaxis...
Chat POST /v1/chat/completions
Usage 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

OpenAI-compatible endpoint Use https://subaxis.dev/v1 as your base URL and pass your key as Authorization: Bearer sk-subaxis....
Loading…

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

Same API key Use your Subaxis key to inspect balance, usage, costs, model usage, key usage, and billing history from code.
Account GET /v1/me GET /v1/balance
Usage GET /v1/usage?period=30d GET /v1/usage/logs?limit=100 GET /v1/usage/summary?period=7d GET /v1/daily-free-allowance
Breakdowns GET /v1/usage/costs?period=30d GET /v1/usage/models?period=30d GET /v1/usage/keys?period=30d
Billing GET /v1/billing/history?limit=100
curl https://subaxis.dev/v1/usage/summary?period=7d \
  -H "Authorization: Bearer YOUR_SUBAXIS_KEY"
Filters: period=24h|7d|30d|90d, start_time, end_time, model, key_id, endpoint, limit.

Available models

Clean model IDs Use these model names in requests. Fallback routing is handled automatically.
0 models
Loading…
API documentation

Build against Subaxis like OpenAI.

Open full page
Base URL Use https://subaxis.dev/v1 with your Subaxis key in the Authorization header.
Base URL https://subaxis.dev/v1
Authentication Authorization: Bearer sk-subaxis...
Chat completions POST /v1/chat/completions
Models 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

Supported
{
  "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

Account GET /v1/me GET /v1/balance
Usage GET /v1/usage?period=30d GET /v1/usage/logs?limit=100 GET /v1/usage/summary?period=7d GET /v1/daily-free-allowance
Breakdowns GET /v1/usage/costs?period=30d GET /v1/usage/models?period=30d GET /v1/usage/keys?period=30d
Billing GET /v1/billing/history?limit=100
curl https://subaxis.dev/v1/usage/summary?period=7d \
  -H "Authorization: Bearer YOUR_SUBAXIS_KEY"
Filters: 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

Loading…

By API key

Loading…

Request log

Latest 50
No request logs yet.
Available AI credits
Global: — · Open-Model: — · Proprietary: —
Choose a monthly card plan or add one-time credit by card or cryptocurrency.
Included daily

1M GLM 5.2 tokens

Checking
Connect Discord and join our server to unlock the daily allowance.

Transaction history

Usage deductions
Loading…
Referral program

Invite builders. Earn API credit together.

Active

Share your private invite link. You both get $1, then you earn 25% of every verified payment they make.

Invited
Pending
Qualified
Credit earned

How it works

  1. 1
    Share your Subaxis link

    Your invite contains an opaque, server-generated code. A Discord server invite alone does not identify the referrer.

  2. 2
    You both get $1

    The code is bound once to their eligible new account and both balances are credited.

  3. 3
    Earn on every payment

    Each verified top-up or subscription payment automatically earns you 25% of the amount paid.

Your referral status

You did not join through a referral link.

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

Latest 20
No referrals yet.

Account details

Clerk
User ID
Email
Name
Status

Limits and billing

Pay as you go
Current Balance
Total Spend
Total requests
API Keys