Skip to main contentThe Model Orchestrator is the component that keeps submitted models running and reachable.
At a high level, it:
- starts and stops participant models
- makes sure there is one running process per model
- verifies model ownership and permissions (from the blockchain in production)
- exposes a gRPC endpoint so the Coordinator tooling can talk to models
Running locally
The Model Orchestrator can be run locally to let you simulate a Model Node on your machine
and validate an end-to-end flow before going to production.
To make this easier, we provide a simple UI within the Coordinator Platform that lets you submit and manage local test models.
This will be further explained in the Getting Started guide.