Active|user@example.com

Dashboard

Welcome back! Here is your account overview.

Balance
$12.48

credit

Today's Usage
148K tokens

+12% from yesterday

Active Keys
3

Last created 2d ago

Total Requests
12.4K

All time

Quick Start

Step 1: Create an API Key

Step 2: Set your base URL to https://api.relayai.app/v1

Step 3: Start coding. That is it.

curl https://api.relayai.app/v1/chat/completions \
  -H "Authorization: Bearer sk-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepseek-v4",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'