The proxy-router itself is published as a Docker image at ghcr.io/morpheusais/morpheus-lumerin-node. As a consumer you typically run it locally next to MorpheusUI or call its HTTP API directly. The container exposes the same :8082 admin/API and :3333 proxy ports.

Quickstart

For provider-side Docker (with model registration, public :3333, etc.), see Provider Docker. The two flows share the same image and 90% of the configuration.
1

Prepare a data dir and .env

Create a host directory you will mount into the container:
2

Run the container

The TCP :3333 port is not required for consumers and can be omitted.
3

Validate

Open Swagger at http://localhost:8082/swagger/index.html.

Networks

Switch to BASE Sepolia by replacing the four blockchain values in the .env. See Networks and tokens.

Pairing with MorpheusUI

If you also want the desktop UI, run the packaged release as in macOS / Windows / Linux, but stop the bundled proxy-router and point PROXY_WEB_URL (in MorpheusUI’s .env) at your container’s http://localhost:8082.

Direct API use

You can skip the UI entirely. See API direct for a curl-only walkthrough that opens a session and streams chat completions.