DashboardSign inStart your trial

Replicate

Reference

31 actions for Replicate workflows.

01. Operations

Act on Replicate from a workflow

Operations are the actions a workflow can take in Replicate, grouped by category. Each lists its method, parameters, and a template you can drop it into.

Other

31 operations

These operations provide general utility functions for managing files, deployments, webhooks, and model metadata within your Replicate integration. Use these when you need to organize file storage, track model versions across deployments, configure webhook security, or handle miscellaneous administrative tasks that don't fit into core prediction workflows.

Action★ Featured

Create Prediction

REPLICATE_PREDICTIONS_CREATE

Run machine learning models on your data by submitting inputs to a specific model version and receiving predictions. This lets you automate AI-powered tasks without managing your own infrastructure.

7 input
Action★ Featured

Get Account Information

REPLICATE_ACCOUNT_GET

Retrieve details about your authenticated Replicate account, including billing information, usage limits, and account settings. This helps you understand your account status and capacity for running AI model predictions.

Action★ Featured

Get Model Details

REPLICATE_MODELS_GET

Retrieve detailed information about a specific AI model including its input requirements, available versions, and parameters needed to run predictions.

2 input
Action★ Featured

Get Prediction

REPLICATE_GET_PREDICTION

Retrieve the current status and results of an AI prediction task by its unique ID, allowing you to check on in-progress jobs or collect completed outputs.

1 input
Action★ Featured

List All Predictions

REPLICATE_PREDICTIONS_LIST

Retrieve a paginated list of all predictions you've created, allowing you to review your AI model run history and track past results.

3 input
Action★ Featured

List Public Models

REPLICATE_MODELS_LIST

Browse and discover available AI models on Replicate with sorting and pagination options to find the right model for your project needs.

3 input
Action

Cancel Prediction

REPLICATE_CANCEL_PREDICTION

Stop an in-progress prediction to free up resources and halt execution immediately.

1 input
Action

Cancel Training

REPLICATE_TRAININGS_CANCEL

Stop an active training job on Replicate when you no longer need the results or want to avoid additional costs. This lets you halt model training operations mid-process without completing them.

1 input
Action

Create Deployment

REPLICATE_DEPLOYMENTS_CREATE

Deploy a machine learning model to production with automatic scaling, enabling you to run predictions at scale without manual infrastructure management.

6 input
Action

Create File

REPLICATE_FILES_CREATE

Upload files to Replicate with optional metadata to use as inputs for AI model processing. This enables you to provide custom content for machine learning operations without managing external storage infrastructure.

3 input
Action

Create Model

REPLICATE_CREATE_MODEL

Create a new machine learning model on Replicate by specifying the owner, name, visibility settings, and required hardware. This sets up a destination model before training or deploying custom AI workflows.

9 input
Action

Create Model Prediction

REPLICATE_MODELS_PREDICTIONS_CREATE

Run AI model inference on demand to generate predictions, transformations, or outputs from your data without managing servers or infrastructure.

7 input
Action

Create Prediction

REPLICATE_CREATE_PREDICTION

Submit a prediction request to your private Replicate Deployment to generate outputs based on your custom AI model, waiting for the results if needed. This is ideal when you want to use your own fine-tuned models rather than public ones.

6 input
Action

Create Training Job

REPLICATE_TRAININGS_CREATE

Create a custom training job to fine-tune an AI model with your own dataset, enabling you to adapt pre-trained models to your specific business needs. This lets you build specialized models that perform better on your unique use cases without starting from scratch.

7 input
Action

Delete Deployment

REPLICATE_DEPLOYMENTS_DELETE

Remove a deployment from your Replicate account when you no longer need it, helping you keep your infrastructure clean and organized. This allows you to delete deployments that are offline and meet the retention requirements.

2 input
Action

Delete File

REPLICATE_FILES_DELETE

Removes a file from your Replicate storage by its ID, freeing up space and keeping your file library organized. Useful when you no longer need generated assets or want to clean up outdated content.

1 input
Action

Get Deployment Details

REPLICATE_DEPLOYMENTS_GET

Retrieve detailed information about a specific deployment including its configuration, release settings, and hardware specifications. This helps you monitor and manage your AI model deployments.

2 input
Action

Get File Details

REPLICATE_FILES_GET

Retrieve detailed information about a file you've uploaded, including metadata and access URLs, so you can verify file properties before using them in other operations.

1 input
Action

Get model collection

REPLICATE_COLLECTIONS_GET

Retrieves detailed information about a specific collection of AI models, including all models within that collection. Use this to explore and understand available models in organized groups for your AI projects.

1 input
Action

Get Model README

REPLICATE_MODELS_README_GET

Retrieve the README documentation for an AI model in Markdown format to understand its capabilities, inputs, and how to use it before running predictions.

2 input
Action

Get Model Version

REPLICATE_MODELS_VERSIONS_GET

Retrieve detailed information about a specific version of an AI model, including its schema, metadata, and configuration settings. Use this to understand what inputs a model version accepts and how to interact with it.

3 input
Action

Get Webhook Signing Secret

REPLICATE_WEBHOOKS_SECRET_GET

Get the signing secret used to verify that webhook notifications from Replicate are authentic and haven't been tampered with. This is essential for securely processing webhook events in your application.

Action

List Available Hardware

REPLICATE_HARDWARE_LIST

Retrieve all available hardware options (GPUs, TPUs, and other compute resources) that you can use to run AI models on Replicate, helping you choose the right infrastructure for your projects.

Action

List deployments

REPLICATE_DEPLOYMENTS_LIST

Retrieve a list of all your model deployments and their current configurations to monitor what's running in production and track your deployed models.

1 input
Action

List Files

REPLICATE_FILES_LIST

Retrieve a paginated list of your uploaded files sorted by most recent first, allowing you to browse and manage all files in your account.

1 input
Action

List model collections

REPLICATE_COLLECTIONS_LIST

Retrieve all available model collections from Replicate, which are curated groupings of related AI models organized by category or use case. Use this to explore what types of models are available and browse model organization without needing specific model names.

1 input
Action

List model examples

REPLICATE_MODELS_EXAMPLES_LIST

Retrieve example predictions and sample inputs for a specific AI model to understand how it works and what outputs to expect. This helps you learn the correct format and requirements before running your own predictions.

3 input
Action

List Model Versions

REPLICATE_MODELS_VERSIONS_LIST

Retrieve all available versions of a specific AI model, sorted from newest to oldest, so you can see the complete version history and choose the right iteration for your needs.

3 input
Action

List Training Jobs

REPLICATE_TRAININGS_LIST

Retrieve a complete list of all your AI model training jobs with pagination support, allowing you to review training history and monitor the progress of model training activities.

1 input
Action

Search Models and Collections

REPLICATE_SEARCH

Find AI models and collections on Replicate by searching with keywords or descriptions, helping you discover the right tools for your specific task. This lets you quickly identify available models without browsing through all options.

2 input
Action

Update Model Metadata

REPLICATE_UPDATE_MODELS

Update your AI model's documentation, description, and links to keep information current and help users understand what your model does. This ensures your model is properly documented and discoverable with accurate information.

8 input
What now

Use Replicate in a workflow

Drop a trigger and an action into a template; approve from your phone; the workflow runs.