Run your first model
This example shows how to invoke an image-based model using the Norman SDK. You provide an input image, and the model returns the processed output as raw bytes.
See all available models in the Models Library.
Response Structure
Root object (dict):
output_image (
bytes) — Binary output data representing the model’s generated result.
For image models, this contains the image bytes.
For text or audio models, it contains the corresponding binary data.