SAP-RPT-1.5 Model Card
Model Card: SAP-RPT-1.5
Operationalize SAP’s relational pretrained transformer model to gain predictive,
explainable insights from enterprise data without building models from scratch.
Card Version: 1.5.0.3
Publication Date: 2026-07-24
Operationalize SAP’s relational pretrained transformer model to gain predictive,
explainable insights from enterprise data without building models from scratch.
Card Version: 1.5.0.3
Publication 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 restrictions
related to this material.
Table of Contents
1. General Information ......................................................................................................................... 3
1.1. Model description .................................................................................................................... 3
1.2. How to use and access ........................................................................................................... 3
2. Model Details....................................................................................................................................... 3
2.1. Architecture ................................................................................................................................ 3
2.2. Inputs & outputs........................................................................................................................ 3
2.3. Model variants ........................................................................................................................... 4
SAP-RPT-1.5 ........................................................................................................................................................................................................5
SAP-RPT-1.5-large ..........................................................................................................................................................................................5
SAP-RPT-1.5 with targeted context retrieval ..............................................................................................................................5
3. Performance ........................................................................................................................................ 5
3.1. Performance & prediction quality ..................................................................................... 5
Benchmarking on real-world data ......................................................................................................................................................5
Performance on public benchmarks ................................................................................................................................................6
3.2. Latency ......................................................................................................................................... 7
4. Trustworthy AI..................................................................................................................................... 8
4.1. Explainability ............................................................................................................................. 8
Column-Wise explainability.....................................................................................................................................................................8
Row-Wise explainability .............................................................................................................................................................................8
4.2. Ethics & safety ............................................................................................................................ 8
4.3. Training data............................................................................................................................... 9
5. Further References ........................................................................................................................... 9
Appendix ..................................................................................................................................................... 10
Public benchmarks and baselines ..................................................................................................................................................11
Trademarks .......................................................................................................................................................................................................11
© 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 restrictions
related to this material.
Table of Contents
1. General Information ......................................................................................................................... 3
1.1. Model description .................................................................................................................... 3
1.2. How to use and access ........................................................................................................... 3
2. Model Details....................................................................................................................................... 3
2.1. Architecture ................................................................................................................................ 3
2.2. Inputs & outputs........................................................................................................................ 3
2.3. Model variants ........................................................................................................................... 4
SAP-RPT-1.5 ........................................................................................................................................................................................................5
SAP-RPT-1.5-large ..........................................................................................................................................................................................5
SAP-RPT-1.5 with targeted context retrieval ..............................................................................................................................5
3. Performance ........................................................................................................................................ 5
3.1. Performance & prediction quality ..................................................................................... 5
Benchmarking on real-world data ......................................................................................................................................................5
Performance on public benchmarks ................................................................................................................................................6
3.2. Latency ......................................................................................................................................... 7
4. Trustworthy AI..................................................................................................................................... 8
4.1. Explainability ............................................................................................................................. 8
Column-Wise explainability.....................................................................................................................................................................8
Row-Wise explainability .............................................................................................................................................................................8
4.2. Ethics & safety ............................................................................................................................ 8
4.3. Training data............................................................................................................................... 9
5. Further References ........................................................................................................................... 9
Appendix ..................................................................................................................................................... 10
Public benchmarks and baselines ..................................................................................................................................................11
Trademarks .......................................................................................................................................................................................................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 restrictions
related to this material.
1. General Information
1.1. Model description
SAP-RPT-1.5 (Relational Pretrained Transformer) is a table-native relational foundation model
built by SAP. It is designed with a deep understanding of the relationships, structures, and
semantics inherent in tabular enterprise data.
The core capability of SAP-RPT-1.5 is tabular in-context learning, where the model makes
predictions 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 any
training or fine-tuning steps.
1.2. How to use and access
SAP-RPT-1.5 is available for productive use via generative AI hub on SAP AI Core. If you are an
existing SAP customer, you can follow these steps to access SAP-RPT-1.5 in your SAP BTP
environment. 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 get
hands-on with the model.
2. Model Details
2.1. Architecture
SAP-RPT-1.5 employs a transformer-based architecture optimized for tabular data, featuring
semantic embeddings, a table-native 2D attention scheme, and classification/regression heads
for output generation. The model is designed to detect connections and dependencies across
rows and columns in large enterprise tables, with optimized processing for the unique semantics
and data types found in business data. For more information on the architecture, see this peer-
reviewed paper from NeurIPS 2025.
2.2. Inputs & outputs
As an in-context learner, the model accepts labeled examples (context rows) of the predictive
task 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 no
dedicated training step as the model comes pre-trained to deliver instant predictions.
© 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 restrictions
related to this material.
1. General Information
1.1. Model description
SAP-RPT-1.5 (Relational Pretrained Transformer) is a table-native relational foundation model
built by SAP. It is designed with a deep understanding of the relationships, structures, and
semantics inherent in tabular enterprise data.
The core capability of SAP-RPT-1.5 is tabular in-context learning, where the model makes
predictions 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 any
training or fine-tuning steps.
1.2. How to use and access
SAP-RPT-1.5 is available for productive use via generative AI hub on SAP AI Core. If you are an
existing SAP customer, you can follow these steps to access SAP-RPT-1.5 in your SAP BTP
environment. 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 get
hands-on with the model.
2. Model Details
2.1. Architecture
SAP-RPT-1.5 employs a transformer-based architecture optimized for tabular data, featuring
semantic embeddings, a table-native 2D attention scheme, and classification/regression heads
for output generation. The model is designed to detect connections and dependencies across
rows and columns in large enterprise tables, with optimized processing for the unique semantics
and data types found in business data. For more information on the architecture, see this peer-
reviewed paper from NeurIPS 2025.
2.2. Inputs & outputs
As an in-context learner, the model accepts labeled examples (context rows) of the predictive
task 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 no
dedicated training step as the model comes pre-trained to deliver instant predictions.