Create a new model

When you perform inference, the backend will perform a POST request to the model URL with the image as a multipart/form-data request, using the name "image" for the form data field. You can use the preprocessing and postprocessing options to preprocess and postprocess the image before and after inference (limited to simple, common operations).