Mirrored summary of myprovider.mor.org. For screens and the latest behavior, defer to the live site and the canonical MyProvider GUI page on this docs site.
What it is
A hosted operator dashboard for Morpheus providers. It connects to your proxy-router with HTTP Basic Auth (same credentials as Swagger) and helps you:- Look up existing models on active.mor.org
- Craft SecretVM / Docker / Venice secrets (including
MODELS_CONFIG_CONTENT) - Register the provider, bid on models, and sync
models-config
Paths
| Path | Best for |
|---|---|
| SecretVM TEE | Digest-pinned -tee image + 5 encrypted secrets + HTTPS MyProvider |
| Venice Diem resale | Monetize Venice API access without hosting GPUs |
| Standard / Docker | Your own LLM backend |
Preferred use
- Look up existing models / prices on active.mor.org/status.
- Export secrets from MyProvider onboarding.
- Deploy the node; connect MyProvider with Basic Auth.
- Bid on an existing model when one matches what you serve.
- Re-export
MODELS_CONFIG_CONTENTfrom Model Configuration Sync after bidding if needed.
Auth and HTTPS
- Auth = node Basic Auth, not MetaMask.
- Hosted myprovider.mor.org requires an HTTPS proxy-router URL (SecretVM fits naturally). HTTP-only nodes: desktop app or local
npm run dev.
Related canonical pages on this site
- MyProvider GUI
- Register on chain
- SecretVM quickstart
- Reselling Venice (Diem)
- active.mor.org
- Headless operation
- API endpoints