AtokenexAtokenex

API Dashboard

Manage your API keys and monitor usage

+12.3%
1.28M
Total API Calls
2
Active Keys
-8.2%
142ms
Avg Latency
+5.7%
4.2M
Tokens Used Today

API Keys

Production AppACTIVE
atx-sk-prod-••••••••••••••••
Calls
1,234,567
Last Used
2 min ago
DevelopmentACTIVE
atx-sk-dev-q••••••••••••••••
Calls
45,678
Last Used
1 hour ago

API Calls (Today)

12.4K
00:00
8.2K
04:00
24.5K
08:00
38.9K
12:00
42.1K
16:00
31.2K
20:00
28.7K
Now

Quick Start

Compatible with OpenAI SDK. Just change the base URL and API key.

from openai import OpenAI

client = OpenAI(
    base_url="https://api.atokenex.com/v1",
    api_key="atx-sk-prod-your-key-here"
)

response = client.chat.completions.create(
    model="deepseek-v3",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

print(response.choices[0].message.content)

SUPPORTED MODELS

GPT-4o
gpt-4o
Claude Opus 4
claude-opus-4
DeepSeek V3.2
deepseek-v3
Gemini 3.1 Pro
gemini-3.1-pro
Qwen3.5 397B
qwen3.5-397b
Base URL
https://api.atokenex.com/v1