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

Changelog

2 versions
v1.2.0 Latest
  • 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
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.
Cancel Prediction icon

Cancel Prediction

Cancels a running prediction.
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.