Upload your first model
Uploading a model is the first step to making it available through Norman’s managed inference API. You provide the model’s metadata, assets (such as weights), and input/output definitions — Norman handles storage, indexing, and deployment. Once uploaded, you can run it from anywhere using the Norman SDK.
Example: Uploading an Image Model
Below is a complete example of uploading a simple image reversal model. The model accepts an image file and returns a mirrored copy.
What Happens After Upload?
Once the model is uploaded:
Norman stores your assets securely.
The model becomes visible in your Models Library.
You can invoke it immediately using: