CLI Quickstart
Model Deployment
Start deploying in under 5 minutes
Prerequisites
Make sure you have:
- An active Workspace set up on the SoraNova Dashboard
To get started with the SoraNova CLI, run the following command in your terminal:
This will install the latest version of the SoraNova CLI on your system.
Add your workspace
Deploy a model
To deploy a model from the model library, you can run:
A recipe is a pre-configured template for deploying images on your infrastructure.
Interface with the model
Once the model is deployed, you can verify it’s status by running sora model list
. To query the model via it’s API, you can refer to this API reference.
🎉 You’re all set! Start building amazing things with your deployed models.