Your API Key
Use this key to authenticate with the OmniNexus API gateway.
Quick Start
curl https://omninexus-gateway.ipantovich44.workers.dev/v1/chat/completions \
-H "Authorization: Bearer YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"auto","messages":[{"role":"user","content":"Hello"}]}'