TabPFN-3.5: Technical Report

Today, we are releasing TabPFN-3.5, which ranks first place on both TabArena and  BeyondArena. We also update Thinking mode and Plus to make use of TabPFN-3.5. For latency-sensitive applications, we’re introducing TabPFN-3.5-Fast, available in alpha.

Most machine learning assumes rows are independent, features are clean and there is enough data to train a gradient boosting tree. In reality, business data rarely fits this assumption. An insurance data table combines the claim amount with reviewer conclusions. Transactions are connected to merchants and customers. Scientific and industrial sensors collect hundreds of measurements, and data differs by location or time period.

These cases so far required encoding, extensive feature engineering and model tuning. TabPFN-3.5 improves most in these harder data regimes, and it is the most accurate and scalable tabular foundation model available today. Read the full model report.

Zero-shot inference surpassing my carefully tuned models, consistently taking the top rank in my backtests. TabPFN proved we could move to an inference-only foundation model.

Jean Pablo Fuquen, AI Engineer, Scaleway
Off-the-shelf, TabPFN v3 achieves almost the same performance as our production LGBM, extensively fine-tuned over the last 5 years.

Applied Research Scientist, QuantCo

Benchmark results

TabArena is a living IID benchmark with 51 curated datasets and more than 27 methods, including more than 10 tabular foundation models. BeyondArena goes broader than IID, with 142 datasets containing high-dimensional, grouped, temporal, high-cardinality and text-rich data that standard benchmarks often leave out.

On TabArena, TabPFN-3.5 outperforms the previous leader. On BeyondArena, it finishes about 150 Elo points ahead of the previous overall leader.

On BeyondArena’s non-large datasets, TabPFN-3.5 leads on text-rich, high-cardinality and high-dimensional data, with up to about 250 Elo points over the strongest previous baseline. It matches the strongest baseline on grouped data. This makes TabPFN-3.5 the strongest model on real-world prediction tasks, where the incoming ERP, CRM and production data isn’t clean.

Building on the base model, TabPFN-3.5-Plus adds enhanced processing to extract signal from text-rich datasets containing product descriptions, customer reviews or internal notes. It ranks second behind TabPFN-3.5-Thinking on STRABLE, a benchmark for predictions on 108 tabular datasets with messy strings.

On par with my ML model built over a week, in a couple of clicks.

Corentin Garet, Beside

TabPFN-3.5-Thinking, our most accurate offering for when compute matters less than the result, goes even further with 44 more Elo points on TabArena and about 20 more on BeyondArena, both compared with the base TabPFN-3.5 model.

Thinking also improves on temporal and grouped data - for example, a model trained on one store may need to predict sales for other locations, or use historic records to predict sales next month. Sales performance can be different between stores and over different seasons. Thinking handles these differences well, making it a tool of choice for business-critical predictions.

TabPFN outperforms gradient boosting on real-life insurance datasets without any tuning. And you get prediction confidence intervals, which are super useful for risk applications.

Kacper Wieczorek, Lead Data Scientist, Marshmallow

For the first time, we release an alpha model version for latency-sensitive applications - TabPFN-3.5-Fast runs up to six times faster than the base model.

We document the evaluation protocol, datasets, model configurations, runtime environment and complete results in our report.

Read the full model report ➞

Availability

TabPFN-3.5 model family is available today via:

  • Our API ships TabPFN-3.5 Plus, Fast and Thinking, and Prior Labs MCP now uses TabPFN-3.5 Plus as well. From 15 September until 29 September 2026, all API and MCP users get a 50% reduction from the standard TabPFN-3.5 token rates for the 3.5 family. Standard rates resume on 29 September.
  • SAP customers can access TabPFN-3.5 Plus through SAP AI Core.
  • TabPFN-3.5 Plus and Thinking are available on AWS Sagemaker. Availability on Microsoft Azure ML will follow shortly.
  • Open-source tabpfn package ships the base model and Fast checkpoint.

Read the detailed release notes and upgrade guide.

What's Next

We are working with customers to apply TabPFN-2.5 Scaling Mode to their largest datasets.