Sign inSign up

alayrasystems/nexus

By alayrasystems

•Updated 6 days ago

Open-source AI gateway — one OpenAI-compatible endpoint for every LLM provider.

Image
API management
Machine learning & AI
Developer tools
1

1.8K

alayrasystems/nexus repository overview

⁠Alayra Nexus

One OpenAI-compatible endpoint. Every model. Zero key chaos.

Route Anthropic Claude, OpenAI GPT, Google Gemini, Groq, and OpenRouter through a single hardened proxy. Pool multiple API keys per provider, load-balance across them, auto-failover between tiers, and give every team a scoped key — with usage analytics and cost tracking built in.

⁠Quick start

docker run -d -p 3000:3000 \
  -e DATABASE_URL=postgresql://user:pass@host:5432/nexus \
  -e REDIS_URL=redis://host:6379 \
  -e MASTER_ENCRYPTION_KEY=$(openssl rand -hex 32) \
  -e ADMIN_PASSWORD=change-me \
  alayrasystems/nexus:1.3.0


Requires PostgreSQL and Redis. For a self-contained stack, use the Compose file:

curl -O https://raw.githubusercontent.com/Alayra-Systems-Pvt-Limited/Alayra-Nexus/v1.3.0/docker-compose.yml
docker compose up -d


Dashboard on http://localhost:3000 · OpenAI-compatible API at http://localhost:3000/v1

Tags
Tag	Meaning
1.3.0	Exact version — use this in production
1.3	Latest patch of 1.3
latest	Latest release — convenient, not reproducible
Multi-arch: linux/amd64 and linux/arm64.

Links
Source & docs: https://github.com/Alayra-Systems-Pvt-Limited/Alayra-Nexus
License: Apache-2.0
Maintained by: Alayra Systems Pvt. Limited
Runs as a non-root user. Applies its own database migrations at startup.

Tag summary

Content type

Image

Digest

sha256:f0d5b8c7a…

Size

336.3 MB

Last updated

6 days ago

docker pull alayrasystems/nexus