- Complete data privacy - Runs in your AWS account; data never leaves your infrastructure.
- Minimal infrastructure work - AWS handles GPU provisioning and deployment.
- AWS native - Seamless integration with your existing environment and security policies.
Using TabPFN-2.5 on the AWS SageMaker Marketplace is free of charge; you only pay for the underlying AWS compute. Model weights released under TabPFN-2.5 License. This license is designed to be permissive for research and internal evaluation.For all production use cases, we offer a Commercial Enterprise License. This provides access to our proprietary high-speed inference engine, dedicated support, integration tooling, and other internal models. Please contact us at [email protected] for commercial licensing inquiries.
Getting Started
Setting up TabPFN-2.5 in your AWS account is easy and takes just a few steps.
- Open the SageMaker Marketplace listing.
- Click “View Purchase Options.”
- Scroll to the bottom of the page and select “Subscribe”.
- Navigate to SageMaker AI.
- Select the AWS region where you want to deploy TabPFN-2.5.
- In the left-hand panel, open “AWS Marketplace resources”, go to the “AWS Marketplace subscriptions” tab, and select TabPFN-2.5.
- Click “Actions” on the right-hand side and choose “Create endpoint”.
Example Code
Step-by-step instructions for running inference with TabPFN-2.5 on SageMaker.
Getting Started Notebook
A guided notebook demonstrating how to use TabPFN-2.5 for inference on SageMaker.
Limitations
Payload size
SageMaker Models on the AWS Marketplace do not allow any outbound network calls - including calls to AWS-managed services such as S3. As a result, all data must be included directly in the inference request payload, and AWS enforces a 25 MB maximum payload size. TabPFN-2.5 supports two input formats for inference:application/json- a JSON-encoded request body.multipart/form-data- containing the dataset as Parquet files.
multipart/form-data option generally allows you to send more rows or features within the same size constraint.