Getting started
- Create an account and verify your email.
- Enroll an authenticator in Settings. Privileged actions on HTTPS deployments require MFA and a recent login.
- Create an API key in the console and copy its secret once.
- Confirm that your organization has credits and an eligible provider route.
- List available models, then send a request using a returned model ID.
setup.sh
export EU_ROUTER_BASE_URL="https://<your-deployment-host>"
# Set EU_ROUTER_API_KEY from the console; keep it server-side.
curl "$EU_ROUTER_BASE_URL/v1/models" \
-H "Authorization: Bearer $EU_ROUTER_API_KEY"The public catalogue can be empty until provider policy and pricing have been configured. Payment availability is shown in the console; a test checkout does not create production credit.
Continue with the chat API reference.