LLM API Keys

Every NRP-hosted model is served from one OpenAI-compatible endpoint. Create a key below, then give your client the base URL and send the key as a bearer token.

endpoint
Base URL
https://ellm.nrp-nautilus.io/v1
Auth header
Authorization: Bearer <your API key>
Verify
curl -H "Authorization: Bearer $NRP_KEY" \
  https://ellm.nrp-nautilus.io/v1/models