Skip to main content
Once a model is ready, run inference to get predictions, clusters, anomaly scores, embeddings, or search results depending on the model type.

Infer (File Upload)

Upload a file and get results in the response. Best for small files.

Async Infer (File Upload)

Upload a file and poll for results. Best for larger files.

Async Infer (Dataset)

Run inference on an existing dataset. Returns a job ID for polling.

Output Formats

All inference endpoints support three output formats via the output_type parameter: The specific columns returned depend on the model type:

Prediction

For binary classification, multiclass classification, and regression. Binary classification:
Multiclass classification:
Regression:

Clustering


Anomaly Detection

Output depends on the anomaly_format parameter.

anomaly_format=ids_only (default)

anomaly_format=per_row


Embeddings



Factor Analysis

Output has one row per discovered factor, not per input instance.