SAP-RPT is a relational pretrained foundation model that delivers accurate predictive insights from structured business data. It uses in-context learning, allowing users to provide example records directly in API calls, to generate instant, reliable predictions without any model training.
Pretrained Model
Eliminates costly and time-consuming model training
In-Context Learning
Instant results through example records at runtime
Data Resilient
Delivers dependable predictions even with changing data
Business-Grounded
Accurate, enterprise data-driven insights
Natural Language Interface
Ask questions in natural language via Chat-RPT
What-If Scenarios
Simulate changes and predict outcomes instantly
SAP-RPT accepts CSV (Comma-Separated Values) files with the following specifications:
Create and manage API tokens in Settings. You can create multiple tokens for different tasks — give each a descriptive name so you can easily identify which token is used for what.
Include your API token in the Authorization header:
curl -X POST https://rpt.cloud.sap/api/predict \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"rows": [...]}'