TabPFN-3.5 by Prior Labs is the world's leading Tabular Foundation Model, ranking first on TabArena for classification and regression in a single forward pass at 1858 Elo, beating every other tabular foundation model and AutoML systems tuned for 4 hours, on up to 1,000,000 training rows. Pretrained on synthetic tasks, it generalizes without retraining and needs minimal preprocessing; cached inference scores new rows in well under a second. It handles text, numerical and categorical features, missing values, tables up to 20,000 features, and many-class classification. Free under the non-commercial TabPFN-3.5 License.
TabPFN-3.5 by Prior Labs is the world's leading Tabular Foundation Model. It ranks first on the popular TabArena benchmark for classification and regression tasks in a single forward pass, reaching 1858 Elo and outperforming every other tabular foundation model as well as AutoML systems tuned and ensembled for 4 hours, on training sets of up to 1,000,000 rows. TabPFN is a pretrained transformer trained exclusively on synthetic prediction tasks, allowing it to generalize across thousands of use cases without retraining. This enables fast, accurate predictions with minimal preprocessing, while cached inference processes the training rows once and scores new rows in well under a second. The model handles text features, mixed feature types (numerical, categorical), high-cardinality categorical columns, missing values, and wide tables of up to 20,000 features, and natively supports many-class classification. It is an ideal default model for teams seeking reliable performance without costly tuning or retraining cycles. Beyond standard classification and regression, TabPFN-3.5 sets the state of the art on realistic non-i.i.d. data with grouped and temporal splits, on string-valued and multimodal tables, on time-series forecasting, and on relational data. This TabPFN-3.5 model package is free to use under the non-commercial conditions as specified in the TabPFN-3.5 License.
Highlights
Tops the public TabArena benchmark in a single forward pass. 1858 Elo - ahead of every other tabular foundation model and of AutoML systems tuned and ensembled for 4 hours, with no model selection or hyperparameter tuning.
Pretrained on synthetic tasks only, so it generalizes without retraining. Handles training sets up to 1,000,000 rows and tables up to 20,000 features; cached inference processes the training rows once and scores new rows in well under a second.
Native handling of mixed feature types: numerical, categorical (including high-cardinality), and free-text columns, plus missing values and many-class targets. No bespoke preprocessing or upstream featurization required.
AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
You run this model at no software cost, so all charges reflect the AWS instance hours you use. Pricing is organized by instance type and inference mode. You choose from two GPU instance families across many sizes, from xlarge up to 48xlarge. Batch mode covers scheduled or bulk predictions, while real-time mode covers on-demand serving. Batch mode uses the two main GPU families. Real-time mode adds a third GPU family and one high-memory instance option. Larger instance sizes carry more compute, so cost scales with the size and mode you pick.
Top-of-mind questions for buyers
What does one HostHrs unit mean, and am I charged when the instance is stopped?
One HostHrs unit is one hour that a chosen instance runs the model. The software carries no charge, so you pay only for AWS instance hours used. A fully stopped instance stops accruing hours. Stopped instances may still incur underlying AWS storage fees separate from this listing.
How does batch mode billing differ from real-time mode for the same instance?
Both meter running instance hours the same way. Batch mode fits scheduled or bulk prediction jobs, so you run instances only while a job processes. Real-time mode keeps an endpoint running to serve on-demand requests, so hours accrue for as long as the endpoint stays active.
Why do some instance families appear only in real-time mode and not batch?
Batch mode offers the two main GPU families across their sizes. Real-time mode adds a third GPU family plus one high-memory instance option. Your bill depends on the family, size, and mode you select. Larger sizes carry more compute, so cost rises with size.
priorlabs.ai
Helpful?
Vendor refund policy
Using TabPFN-3.5 on Amazon SageMaker is free of charge for non-commercial use. Because the model itself does not incur any licensing or usage fees, no refunds are provided for any costs incurred while using this product, including but not limited to charges for AWS compute instances, storage, networking, or any other AWS infrastructure used to run or host the model. If you have questions about this policy or need assistance, you can contact Prior Labs at: hello@priorlabs.ai
How can we make this page better?
Tell us how we can improve this page, or report an issue with this product.
Give us feedbackReport a problem with this product or seller
Legal
Vendor terms and conditions
Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA).
Content disclaimer
Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.
An Amazon SageMaker model package is a pre-trained machine learning model ready to use without additional training. Use the model package to create a model on Amazon SageMaker for real-time inference or batch processing. Amazon SageMaker is a fully managed platform for building, training, and deploying machine learning models at scale.
Deploy the model on Amazon SageMaker AI using the following options:
Real-time inference
Deploy the model as an API endpoint for your applications. When you send data to the endpoint, SageMaker processes it and returns results by API response. The endpoint runs continuously until you delete it. You're billed for software and SageMaker infrastructure costs while the endpoint runs. AWS Marketplace models don't support Amazon SageMaker Asynchronous Inference. For more information, see Deploy models for real-time inference .
Batch transform
Deploy the model to process batches of data stored in Amazon Simple Storage Service (Amazon S3). SageMaker runs the job, processes your data, and returns results to Amazon S3. When complete, SageMaker stops the model. You're billed for software and SageMaker infrastructure costs only during the batch job. Duration depends on your model, instance type, and dataset size. AWS Marketplace models don't support Amazon SageMaker Asynchronous Inference. For more information, see Batch transform for inference with Amazon SageMaker AI .
Version release notes
Initial release of TabPFN-3.5-Plus
Additional details
Inputs
Outputs
Usage instructions
Sample notebooks
Inputs
Summary
TabPFN-3 accepts inference requests in two content types:
multipart/form-data -- with X_train, y_train, X_test as separate Parquet or CSV file parts plus a JSON config part.
Limitations for input type
Sync (real-time) invocations are capped by SageMaker at 6 MB payload and 60 s processing. Async invocations support up to 1 GB payload and 60 min processing, which is the recommended deployment for any non-trivial tabular dataset.
The following table describes supported input data fields for real-time inference and batch transform.
1
2
Field name
Description
Constraints
Required
task
Inference task type. Required; accepted at top level or nested under `task_config.task`.
AllowedValues: classification, regression.
Yes
n_estimators
Number of TabPFN forward passes that are averaged for the final prediction. Default is the underlying TabPFN library default.
MinValue: 1. MaxValue: 8.
No
categorical_features_indices
Indices of columns to treat as categorical. If omitted or null, the server infers categorical columns from the data.
-
No
softmax_temperature
Temperature for the softmax over class logits (classification) or the predictive distribution (regression).
MinValue: greater than 0. Default: 1.0.
No
average_before_softmax
Whether to average ensemble logits before applying softmax (instead of averaging post-softmax probabilities). Only meaningful when n_estimators > 1.
Boolean. Default: false.
No
ignore_pretraining_limits
If true, the server does not reject inputs that exceed TabPFN-3.5's validated row, feature or cell-budget envelope. Outside-envelope inputs may run but with degraded accuracy.
-
No
inference_precision
Numeric precision used for the forward pass. "auto" selects per-instance defaults.
Default: auto.
No
fit_mode
Controls how the server caches between the fit-time forward pass and any subsequent predicts. `fit_preprocessors` (default) runs everything per request. `fit_with_cache` caches the fit and returns a model_id which can be reused on later requests via `context.model_id` to skip the fit step.
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
TabPFN-3-Plus by Prior Labs is the latest generation Tabular Foundation Model. A single forward pass tops the public TabArena benchmark for classification and regression, scales to 1M training rows (at 200 features) or 100k rows (at 2000 features), and runs up to 20x faster than TabPFN-2.5. TabPFN-3-Plus also natively handles text features: string-valued columns are accepted directly, without requiring upstream featurization, and are encoded jointly with numeric and categorical features inside the model. Released under the TABPFN-3.0 License v1.0 for research and internal evaluation.
TabPFN-2.5 is a Tabular Foundation Model (TFM) used to make predictions on structured data without hyperparameter tuning and with minimal preprocessing. It is a pretrained transformer that provides instant predictions for classification, regression, and time-series tasks across messy tabular data (numeric, text, categorical, missing values, outliers, uninformative features). TabPFN-2.5 handles datasets up to 50,000 samples and 2,000 features and outperforms tree-based models and multi-hour tuned ensembles. This TabPFN-2.5 model package is free to use under the non-commercial conditions as specified in the model license.
Overview
This dataset contains alignment files and small variant (includes single nucleotide variants (SNV) and indels), copy number variant (CNV), short tandem repeat (i.e., repeat expansion; STR), structural variant (SV) and other variant call files from the 1000 Genomes Project (1KGP) Phase 3 dataset (3,202 individuals, 602 trios) using Illumina DRAGEN v3.5.7b, v3.7.6, v4.0.3, v4.2.7, and v4.4.7 software.
All DRAGEN analyses were performed in the cloud using the Illumina Connected Analytics bioinformatics platform powered by Amazon Web Services (see 'Data solution empowering population genomics' for more information).
The v3.7.6, v4.2.7, and v4.4.7 datasets include results from trio small variant, de novo structural varia[...]
Be the first to review this product. We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.