Skip to content

borgels/mantler-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mantler-api

CI CodeQL Release License: MIT npm

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

Quickstart

cp .env.example .env
npm install
npm run dev

Server default: http://localhost:8787.

Links

Security

See SECURITY.md and rate-limit/auth middleware under src/middleware/.

License

MIT

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors