Authentication
AlphaNeural uses API keys for all requests. Send your key in an HTTP header over HTTPS.
Where to put the API key
Option A. OpenAI-style (recommended for OpenAI SDK compatibility)
-H "Authorization: Bearer $ALPHANEURAL_API_KEY"Option B. Proxy-native header style
-H "x-alphaneural-api-key: $ALPHANEURAL_API_KEY"Quick test
curl https://proxy.alfnrl.io/v1/models \
-H "Authorization: Bearer $ALPHANEURAL_API_KEY"Using the OpenAI SDKs
Python
Node.js / Javascript
Security notes
Last updated
