| Model | Description | Limits | Publication |
|---|---|---|---|
| TabPFN-3-Plus | All in TabPFN-3, plus thinking mode and native text feature support. Available through the API and enterprise deployments. | 1M rows × 200 features (trade-off: 100K × 2K, 1K × 20K) 160 classes | Arxiv (2026) |
| TabPFN-3 | Latest foundation model. Up to 1M rows in-context with a row/feature trade-off. | 1M rows × 200 features (trade-off: 100K × 2K, 1K × 20K) 160 classes | Arxiv (2026) |
| TabPFN-2.6 | Good general-purpose choice for datasets up to 100K rows. Previous default model. | 100K rows × 2K features 10 classes | — |
| TabPFNv2 | Published in Nature. First TabPFN to handle real-world messy data — mixed types, missing values, categorical features. Best suited for smaller datasets. | 10K rows × 500 features 10 classes | Nature (2025) |
TabPFN-3-Plus
TabPFN-3-Plus is the API offering built on TabPFN-3. It supports a row/feature trade-off — 1,000,000 rows × 200 features, 100,000 rows × 2,000 features, or 1,000 rows × 20,000 features. Handles numerical, categorical data and missing values automatically. Classification supports up to 160 classes natively (use the many-class extension for higher cardinality). Regression shows up to 20% metric improvements. Predictions run in under 0.2ms on 1M rows. On top of TabPFN-3, Plus adds two capabilities:- Thinking mode — test-time compute scaling that spends additional effort at fit time and delivers up to 15% accuracy improvement (measured on TabArena Elo), outperforming AutoGluon 1.5 extreme in less than a tenth of its runtime.
- Native text features — pass text columns (product descriptions, customer notes, etc.) directly without encoding or preprocessing. Composes with thinking mode in a single call.
TabPFN-3
TabPFN-3 is the default model in the TabPFN OSS package. It has the same foundation as TabPFN-3-Plus — up to 1M rows, 160-class classification, sub-millisecond predictions — but runs locally without the API. Thinking mode and native text features are not available in the OSS package. The model is licensed under TABPFN-3 License v1.0. Code under Prior Labs License, open source, commercial use with attribution.TabPFN-2.6
TabPFN-2.6 was the default model in TabPFN OSS package versions v7.0.0–v7.1.x. It shares the same architecture and dataset constraints as TabPFN-2.5 with improved benchmark performance.- Scales to 100,000 samples and 2,000 features.
- Handles mixed data types (numerical and categorical) and missing values automatically.
TabPFNv2
TabPFNv2 is the model published in Nature and the first TabPFN to handle real-world messy data — mixed types, missing values, and categorical features automatically.- Scales to 10,000 samples and 500 features.
- Best suited for smaller, well-scoped datasets.
Nature Publication
TabPFN Model License
What does the non-commercial license mean for enterprise use?
What does the non-commercial license mean for enterprise use?
Can enterprises use TabPFN-2.6 or TabPFN-3 for internal testing?
Can enterprises use TabPFN-2.6 or TabPFN-3 for internal testing?
What is not allowed in enterprise testing?
What is not allowed in enterprise testing?
Can we use results from testing to inform product features or deployment strategy?
Can we use results from testing to inform product features or deployment strategy?
Can we evaluate TabPFN-2.6 or TabPFN-3 for integration into our product?
Can we evaluate TabPFN-2.6 or TabPFN-3 for integration into our product?
If we want to move from testing to production, what is required?
If we want to move from testing to production, what is required?
Do non-commercial rules also apply to derivative models or fine tuned versions?
Do non-commercial rules also apply to derivative models or fine tuned versions?
What about outputs generated by the model?
What about outputs generated by the model?
If we train a model from scratch without the weights, is that covered by this license?
If we train a model from scratch without the weights, is that covered by this license?
Can we use TabPFN to train a commercial model indirectly?
Can we use TabPFN to train a commercial model indirectly?
Where should we go if we want to deploy TabPFN in production?
Where should we go if we want to deploy TabPFN in production?
What about previous TabPFN releases?
What about previous TabPFN releases?
Who do we contact for commercial licensing?
Who do we contact for commercial licensing?