τ
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 |
|---|
ᚠ API Keys
ᚲ Quick Start
curl https://opentau-api-production.up.railway.app/v1/chat/completions \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "meta-llama/Llama-3.1-70B-Instruct", "messages": [{"role": "user", "content": "Hello!"}] }'