UNPKG

manifest

Version:

Self-hosted Manifest LLM router with embedded server, SQLite database, and dashboard

38 lines (37 loc) 860 B
{ "id": "manifest", "name": "Manifest Self-Hosted LLM Router", "version": "5.45.1", "description": "Run the Manifest LLM router locally with SQLite. Zero-config dashboard included.", "author": "MNFST Inc.", "homepage": "https://manifest.build", "providers": [ "manifest" ], "configSchema": { "type": "object", "additionalProperties": false, "properties": { "port": { "type": "integer", "default": 2099, "minimum": 1, "maximum": 65535, "description": "Port for the local embedded server." }, "host": { "type": "string", "default": "127.0.0.1", "description": "Bind address for the local embedded server." } } }, "uiHints": { "port": { "label": "Server Port" }, "host": { "label": "Bind Address" } } }