Skip to main content

From Other Model Formats

To ensure your ONNX model runs successfully in our system, your exported model must meet two key requirements:

✅ The model must have exactly one input and one output.

✅ These must be named "input" and "output" in the ONNX file.

As long as your exported ONNX model follows this format, it will work — even if it wasn’t exported using the exact methods in this guide. If you’re comfortable with model internals, you can manually export or adapt your model to fit this simple interface.