API Keys
Create controlled API keys with model allowlists, budgets, IP limits, and output caps.
Current API Key
Keep your API key secret. Each key can have model, budget, IP, and output policies.
No active API key yet.
Create New API Key
API Key List
| Name | Key | Status | Models | Budgets | IP restriction | Max output | Created | Actions |
|---|---|---|---|---|---|---|---|---|
| No API keys yet. | ||||||||
How to Use
curl https://gpt-55-token-relay.vercel.app/api/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"request_id": "req_001",
"model": "gpt-5.5",
"messages": [{"role": "user", "content": "Hello"}]
}'