Documentation

Use AI Model

Run inference with any public or custom-trained AI model.

The Use AI Model node runs a model on your data and returns predictions. It works with both public pre-built models and models you've trained yourself. Use it for tasks like classification, regression, OCR, object detection, embedding generation, and more.

Configuration

The node uses a cascading selection:

  1. Category — The AI task (e.g. OCR, Embeddings, Object Detection, Classification)
  2. Subcategory — A specific task variant within the category
  3. Model — The model to run
  4. Model Configuration — Model-specific settings loaded dynamically

Inputs & Outputs

NameDescription
Inputinput_dataThe data to run inference on (required)
Inputtrained_modelA custom model from a Train AI Model or Select Artifact node (optional — only needed when using a custom-trained model)
OutputpredictionsModel predictions as CSV
OutputprobabilitiesClass probabilities for classification tasks
Outputconfidence_scoresConfidence score per prediction

Tips


Command Palette

Search for a command to run...

Keyboard Shortcuts
CTRL + KSearch
CTRL + DTheme switch
CTRL + LLanguage switch

Software details
Compiled 3 days ago
Release: v4.0.0-production
Buildnumber: master@994bcfd
History: 46 Items