τ
Access the Gateway
Enter your email to get a free API key — 1,000 requests/day, no credit card required.
Already have an account? Enter the same email to log in.
Dashboard
ᛊ Usage (Last 7 Days)
0
Requests
0
Tokens
0
Models Used
| Model | Requests | Tokens |
|---|
ᛞ Credits
$0.00
USDC Balance
Deposit USDC
Loading deposit address...
Send USDC on Base to this address. Credits added automatically.
Base
USDC
ᛟ Available Models
Loading models...
ᚠ API Keys
ᚲ Quick Start
curl https://api.opentau.ai/v1/chat/completions \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "meta-llama/llama-3.3-70b-instruct", "messages": [{"role": "user", "content": "Hello!"}] }'