Predict.aiDocs

What is predictAI?

The Prediction OS — one platform that turns your company's data into answers for every decision that depends on what happens next.

predictAI is a Prediction OS: an operating system for every decision your company makes about the future. How much will we sell next month? When will demand spike? Which metric is about to drift? What happens if we raise the price? Every one of those is a prediction problem — and predictAI is where they all live.

Your data is ingested from wherever it already sits — databases, SaaS tools, files, event streams. The platform learns what actually drives your outcomes, trains and compares models, keeps the best one live, and answers over a simple HTTP API — continuously, and getting better as new data arrives.

Everything is programmable. The whole platform is one API, and these docs cover all of it.

The loop

Everything in predictAI fits one loop:

  1. Ingest — connect a database or SaaS tool, upload a file, or send events over HTTP. Your data flows in from wherever it lives.
  2. Signals — ingested data becomes named, analyzable signals: metrics, measurements, and the events that move them.
  3. Model — pick or build a model: your own architecture, a pretrained foundation model, or one you trained elsewhere.
  4. Train — a pipeline trains the model on your data, on a schedule or on demand.
  5. Deploy — put the best result into live serving.
  6. Predict — call one URL and get answers.
  7. Goals — or skip steps 3–5 entirely: state the decision you need answered, and the platform discovers what drives it, runs a model tournament, and keeps a champion serving for you.

Where things live

You want to…Go to
Bring data inIngestion
Browse and analyze your dataSignals
Build the table a model trains onSegments
Pick or build a trainable modelModels
Set up training workflowsPipelines
Inspect training runs and resultsTrainings
Get predictionsInference
Manage what's liveDeployments
Automate the whole thingGoals
Understand costs and quotasBilling
Manage tenancy and membersWorkspaces
Manage tokens and your profileAccount
Get told when things happenNotifications · Realtime

On this page