reactor run, you’re ready to deploy. Reactor handles GPU provisioning, container orchestration, and global routing. Your model is live and accepting sessions in under 3 minutes.
Deployment flow
- Authenticate - Log in with your API key and configure registry access.
- Register your model - Provision storage and a container registry for your model.
- Upload weights - Transfer weights from S3 or your local machine.
- Push your Docker image - Build and push a container with your model code.
- Publish - Deploy to Reactor’s GPU cloud.
Prerequisites
- A working model that runs locally with
reactor run(see Development) - A Reactor partner account and API key (request access at reactor.inc)
- Docker installed and running
Next
Authentication
Log in and configure registry access.
Model Management
Register your model and manage versions.