Skip to main content
TabPFN-3.5-Fast (alpha) is a pretrained checkpoint designed for faster inference. It uses the familiar fit and predict workflow for classification and regression. Fast is available through the local tabpfn package, the hosted API and tabpfn-client, and VPC deployments. See Models for limits and availability across the TabPFN-3.5 family.

Use the fast checkpoint

These examples assume you have prepared X_train, y_train, and X_test for your task.
Use tabpfn-client to run TabPFN-3.5-Fast on the hosted API. Follow the quickstart for installation and API key setup.Select model_path="v3.5-fast_default" when creating the estimator.
See Selecting Model Version for more on choosing models in the local package and hosted API.