By subscribing to TabPFN-2.5 through the AWS SageMaker Marketplace, you can automatically provision and configure TabPFN-2.5 inside your own AWS account - ensuring your data remains within your private AWS networks. TabPFN-2.5 on SageMaker is ideal for teams already operating on AWS who want to benefit from TabPFN-2.5âs performance without managing infrastructure themselves, while maintaining strong data security within their AWS environment:Documentation Index
Fetch the complete documentation index at: https://docs.priorlabs.ai/llms.txt
Use this file to discover all available pages before exploring further.
- 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 sales@priorlabs.ai 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.