Replicate · Capability
Replicate — Predictions
Replicate — Predictions. 6 operations. Lead operation: Create a Prediction Using a Deployment. Self-contained Naftiko capability covering one Replicate business surface.
What You Can Do
POST
Deploymentspredictionscreate
— Create a Prediction Using a Deployment
/v1/deployments/{deployment-owner}/{deployment-name}/predictions
POST
Modelspredictionscreate
— Create a Prediction Using an Official Model
/v1/models/{model-owner}/{model-name}/predictions
GET
Predictionslist
— List Predictions
/v1/predictions
POST
Predictionscreate
— Create a Prediction
/v1/predictions
GET
Predictionsget
— Get a Prediction
/v1/predictions/{prediction-id}
POST
Predictionscancel
— Cancel a Prediction
/v1/predictions/{prediction-id}/cancel
MCP Tools
create-prediction-using-deployment
Create a Prediction Using a Deployment
create-prediction-using-official-model
Create a Prediction Using an Official Model
list-predictions
List Predictions
read-only
idempotent
create-prediction
Create a Prediction
get-prediction
Get a Prediction
read-only
idempotent
cancel-prediction
Cancel a Prediction