GitHub · Serving and API
1Panel-dev/laya-server
Reaching a working endpoint this afternoon, web interface included.

What it does
Packages Laya's structured decisions as a self-hosted API and a web interface, answering TypeSafe's Jev format, with a mounted volume for model data and environment variables for the model and the port.
The repository's own description: “A self-hosted API and web interface for Laya’s structured decision models, compatible with the TypeSafe Jev API format.”
How it works
A container runs the upstream inference code behind a small web application; the weights download into the mounted volume on first start, so restarting or upgrading the container does not re-download them.
The repository, by the numbers
Read from the GitHub API on 2026-09-24. Stars and the last push move daily — quote them with the date, the way we do.
What we checked
- the README in both languages, read 2026-09-24
- the docker run line and each of its flags
- the licence file
What we did not check. The container itself. We did not pull the image, so the install path here is the author's description rather than something we ran.