nevrai Dashboard
Sign in to manage your API keys
Continue with GoogleBy signing in you agree to our Terms of Service
Dashboard
API Keys
Key created! Copy it now — you won't see it again.
Loading...
Usage this month
Loading...
Quick Start
curl -X POST https://api.nevrai.com/v1/chat \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"messages":[{"role":"user","content":"Hello"}]}'