Status: initial public release track (v0.1.x).
OpenAI-compatible gateway for exposing Mantler mantles as /v1/* inference endpoints.
At a glance
- What this repo is: the API gateway layer translating OpenAI-compatible requests to Mantler backends.
- What it is not: the full control plane UI/business app (see mantler).
- Core endpoints: /v1/models, /v1/chat/completions, /v1/completions.
- Try it locally: npm install && npm run dev
- Probe health: curl -s http://localhost:8787/health
cp .env.example .env
npm install
npm run devServer default: http://localhost:8787.
See SECURITY.md and rate-limit/auth middleware under src/middleware/.