Replicate is a cloud platform for running machine learning models. It provides APIs to create predictions, retrieve model details, and more.

Changelog

4 versions
v1.2.2 Latest
  • Added missing output examples to CancelPrediction, CreatePrediction, GetModel and GetPrediction.
v1.2.1
  • Fixed a crash when a Find/List component saved an EMPTY result set to a CSV file — the header row was built from the first record without checking there was one, so a search that legitimately matched nothing failed the flow instead of writing an empty file.
v1.2.0
  • Implemented multiselect input normalization for webhookEventsFilter field in CreatePrediction component.
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
  • Added output examples to component schemas.
v1.0.1
  • Initial version

Authentication

TypeDetails
API Key
API Key (text)
Log into your Replicate account and find your API token at https://replicate.com/account/api-tokens

Actions

7
Cancel Prediction icon

Cancel Prediction

Cancels a running prediction.
Create Prediction icon

Create Prediction

Creates a new machine learning prediction using either an official model (owner/model-name format) or a specific model version (with version hash).
Get Model icon

Get Model

Retrieves detailed information about a specific model.
Get Prediction icon

Get Prediction

Retrieves the status and results of an existing prediction.
List Predictions icon

List Predictions

Retrieves a list of predictions. Maximum 100 most recent predictions are returned.
List Public Models icon

List Public Models

Retrieves a collection of public models available on the platform.
Make Api Call icon

Make Api Call

Performs an arbitrary authorized API call to the Replicate API.