EU-Router

Getting started

  1. Create an account and verify your email.
  2. Enroll an authenticator in Settings. Privileged actions on HTTPS deployments require MFA and a recent login.
  3. Create an API key in the console and copy its secret once.
  4. Confirm that your organization has credits and an eligible provider route.
  5. 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.

Getting started — EU-Router