SAP-RPT-1.5 Model Card

SAP-RPT-1.5 Model Card provides a clear, shared understanding of how SAP‑RPT‑1.5 works, what it has been evaluated to do, and how to use it responsibly in production. It summarizes capabilities, performance, limitations, and safety considerations so that data teams, architects, and governance stakeholders can make informed decisions about when and how to rely on the model. SAP‑RPT‑1.5 is SAP’s relational pre-trained transformer, a table‑native foundation model available through SAP Generative AI Hub that uses in‑context learning to deliver accurate, explainable predictive insights from structured business data across banking, finance, insurance, sales, supply chain, and other enterprise scenarios. Download the Document

Model Card: SAP-RPT-1.5Operationalize SAP’s relational pretrained transformer model to gain predictive,explainable insights from enterprise data without building models from scratch.Card Version: 1.5.0.3Publication Date: 2026-07-24
Model card SAP-RPT-1.5 | v1.5.0.3© 2026 SAP SE or an SAP affiliate company. All rights reserved. See Legal Notice on www.sap.com/legal-notice for use terms, disclaimers, disclosures, or restrictionsrelated to this material.Table of Contents1. General Information ......................................................................................................................... 31.1. Model description .................................................................................................................... 31.2. How to use and access ........................................................................................................... 32. Model Details....................................................................................................................................... 32.1. Architecture ................................................................................................................................ 32.2. Inputs & outputs........................................................................................................................ 32.3. Model variants ........................................................................................................................... 4SAP-RPT-1.5 ........................................................................................................................................................................................................5SAP-RPT-1.5-large ..........................................................................................................................................................................................5SAP-RPT-1.5 with targeted context retrieval ..............................................................................................................................53. Performance ........................................................................................................................................ 53.1. Performance & prediction quality ..................................................................................... 5Benchmarking on real-world data ......................................................................................................................................................5Performance on public benchmarks ................................................................................................................................................63.2. Latency ......................................................................................................................................... 74. Trustworthy AI..................................................................................................................................... 84.1. Explainability ............................................................................................................................. 8Column-Wise explainability.....................................................................................................................................................................8Row-Wise explainability .............................................................................................................................................................................84.2. Ethics & safety ............................................................................................................................ 84.3. Training data............................................................................................................................... 95. Further References ........................................................................................................................... 9Appendix ..................................................................................................................................................... 10Public benchmarks and baselines ..................................................................................................................................................11Trademarks .......................................................................................................................................................................................................11
Model card SAP-RPT-1.5 | v1.5.0.3© 2026 SAP SE or an SAP affiliate company. All rights reserved. See Legal Notice on www.sap.com/legal-notice for use terms, disclaimers, disclosures, or restrictionsrelated to this material.1. General Information1.1. Model descriptionSAP-RPT-1.5 (Relational Pretrained Transformer) is a table-native relational foundation modelbuilt by SAP. It is designed with a deep understanding of the relationships, structures, andsemantics inherent in tabular enterprise data.The core capability of SAP-RPT-1.5 is tabular in-context learning, where the model makespredictions based on context rows and query rows that are provided at inference time. SAP-RPT-1.5 can be applied out of the box across a wide range of enterprise tasks without requiring anytraining or fine-tuning steps.1.2. How to use and accessSAP-RPT-1.5 is available for productive use via generative AI hub on SAP AI Core. If you are anexisting SAP customer, you can follow these steps to access SAP-RPT-1.5 in your SAP BTPenvironment. Find more information about SAP-RPT-1.5 here.To try out the model, you can access the RPT playground free of charge at https://rpt.cloud.sap.Simply upload your own tabular dataset or use one of the example scenarios provided to gethands-on with the model.2. Model Details2.1. ArchitectureSAP-RPT-1.5 employs a transformer-based architecture optimized for tabular data, featuringsemantic embeddings, a table-native 2D attention scheme, and classification/regression headsfor output generation. The model is designed to detect connections and dependencies acrossrows and columns in large enterprise tables, with optimized processing for the unique semanticsand data types found in business data. For more information on the architecture, see this peer-reviewed paper from NeurIPS 2025.2.2. Inputs & outputsAs an in-context learner, the model accepts labeled examples (context rows) of the predictivetask and query rows in which the values to be predicted are masked by a special token([PREDICT] in the example below), both simultaneously at inference time. Note that there is nodedicated training step as the model comes pre-trained to deliver instant predictions.
Model card SAP-RPT-1.5 | v1.5.0.3© 2026 SAP SE or an SAP affiliate company. All rights reserved. See Legal Notice on www.sap.com/legal-notice for use terms, disclaimers, disclosures, or restrictionsrelated to this material.Figure 1: Input and Output of Tabular In-Context Learning via SAP RPTSAP-RPT-1.5 supports task types of classification and regression. Schema information includingcolumn names and data types can be provided to allow the model to make best use of the givendata. For details on input and output payloads see SAP-RPT-1.5 on help.sap.com.2.3. Model variantsSAP-RPT-1.5 is the successor model version to SAP-RPT-1 and can be consumed in three modelvariants that mainly differ in their input characteristics:All model versions allow up to 10 simultaneous prediction columns and 512 query rows (16 incase of TCR) in each prediction request. Data can be provided as (gzip-compressed) JSON or1 Planned for general availability in August 20262 Generic recommendations on context length are best practice values based on internal tests, balancing prediction quality, model runtime, and costs. Optimalsettings vary across use cases and data sets, so testing with production data is recommended to achieve the best results for a given scenario.3 The number of target classes is a recommendation for best prediction quality; there is no technical hard limit. Depending on the specific use case, models canproduce high-quality predictions for larger numbers of target classes.Value SAP-RPT-1.5 SAP-RPT-1.5-large SAP-RPT-1.5 + auto-context (TCR) 1Max. accepted contextlength2048 rows 65536 rows unlimitedMax. columns 100 columns 256 columns 100 columnsMax. prediction rowsper API call512 512 32Recommended contextlength5002000 rows 2 40008000 rows 1 unlimitedRecommended max. no.of target classes(classification only)~250 3 ~1000 2 unlimited