v1

latestOpenAPI 3.1.02026-07-2673250.3 KB
Prediction

Predict (TabPFN JSON API)

Recommended: Use tabpfn-client (TabPFNClassifier / TabPFNRegressor). It calls these routes for you.

JSON body after POST /tabpfn/prepare_test_set_upload and file upload. Fields: test_set_upload_id, fitted_train_set_id (from /tabpfn/fit), task_config (task + tabpfn config), optional force_refit.

post/tabpfn/predict

Request body

test_set_upload_idstring uuid required
fitted_train_set_idstring uuid required
force_refitboolean

Whether to force the fitting of the test set even if a fittedtest set and transform states already exist.

Response

Prediction payload + metadata.

All 7 operations