Docs
/
Models
/

Creating a Model

Creating a Model

Models are created from the Models list page. You provide a name and optionally upload a model file in the same step.

Create Model Dialog

Click Add Model in the top-right corner to open the create dialog.

FieldRequiredDescription
NameYesA unique name for the model
DescriptionNoOptional notes about the model's purpose
Model FileNoAn ONNX (.onnx) or TFLite (.tflite) file to upload immediately

If you select a model file, two additional fields appear:

FieldRequiredDescription
VersionNoA version label (e.g. 1.0.0 or v2-beta). If left blank, an auto-generated name like warm-fox-12 is assigned.
NotesNoOptional notes about this file version

The button label changes to Create & Upload when a file is attached.

What Gets Set Automatically

The create dialog only asks for the essentials. All other settings start with sensible defaults and can be changed on the Configuration tab after creation:

SettingDefault
Output ApplicationAbsolute
Output ModeContinuous
Scan Rate1s
Sample Rate1s
EnabledOff

After Creation

Where you land depends on whether you included a file:

  • Without a file — you're taken to the model's Files tab so you can upload one
  • With a file — the file is uploaded and activated automatically, then you're taken to the Configuration tab

If the model was created but the file upload fails (network issue, invalid file), an alert explains that the model exists and you can upload later from the Files tab.

Next Steps

After creation, a model needs three things before it can run:

  1. An active model file — uploaded during creation or added on the Files tab
  2. Bindings assigned to tags — see Assigning Bindings
  3. Enable the model — toggle Enabled in the model header or Configuration tab

Duplicating a Model

To create a copy of an existing model, open the model's detail page, click the three-dot menu in the header, and select Duplicate. Enter a new name and the model is cloned with all its configuration. You'll be taken to the new model's Configuration tab.