Create Prediction
REPLICATE_PREDICTIONS_CREATERun 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.
Replicate
31 actions for Replicate workflows.
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.
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.
Create Prediction
REPLICATE_PREDICTIONS_CREATERun 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.
Get Account Information
REPLICATE_ACCOUNT_GETRetrieve 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.
Get Model Details
REPLICATE_MODELS_GETRetrieve detailed information about a specific AI model including its input requirements, available versions, and parameters needed to run predictions.
Get Prediction
REPLICATE_GET_PREDICTIONRetrieve 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.
List All Predictions
REPLICATE_PREDICTIONS_LISTRetrieve a paginated list of all predictions you've created, allowing you to review your AI model run history and track past results.
List Public Models
REPLICATE_MODELS_LISTBrowse and discover available AI models on Replicate with sorting and pagination options to find the right model for your project needs.
Cancel Prediction
REPLICATE_CANCEL_PREDICTIONStop an in-progress prediction to free up resources and halt execution immediately.
Cancel Training
REPLICATE_TRAININGS_CANCELStop 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.
Create Deployment
REPLICATE_DEPLOYMENTS_CREATEDeploy a machine learning model to production with automatic scaling, enabling you to run predictions at scale without manual infrastructure management.
Create File
REPLICATE_FILES_CREATEUpload 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.
Create Model
REPLICATE_CREATE_MODELCreate 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.
Create Model Prediction
REPLICATE_MODELS_PREDICTIONS_CREATERun AI model inference on demand to generate predictions, transformations, or outputs from your data without managing servers or infrastructure.
Create Prediction
REPLICATE_CREATE_PREDICTIONSubmit 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.
Create Training Job
REPLICATE_TRAININGS_CREATECreate 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.
Delete Deployment
REPLICATE_DEPLOYMENTS_DELETERemove 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.
Delete File
REPLICATE_FILES_DELETERemoves 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.
Get Deployment Details
REPLICATE_DEPLOYMENTS_GETRetrieve detailed information about a specific deployment including its configuration, release settings, and hardware specifications. This helps you monitor and manage your AI model deployments.
Get File Details
REPLICATE_FILES_GETRetrieve 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.
Get model collection
REPLICATE_COLLECTIONS_GETRetrieves 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.
Get Model README
REPLICATE_MODELS_README_GETRetrieve the README documentation for an AI model in Markdown format to understand its capabilities, inputs, and how to use it before running predictions.
Get Model Version
REPLICATE_MODELS_VERSIONS_GETRetrieve 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.
Get Webhook Signing Secret
REPLICATE_WEBHOOKS_SECRET_GETGet 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.
List Available Hardware
REPLICATE_HARDWARE_LISTRetrieve 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.
List deployments
REPLICATE_DEPLOYMENTS_LISTRetrieve a list of all your model deployments and their current configurations to monitor what's running in production and track your deployed models.
List Files
REPLICATE_FILES_LISTRetrieve a paginated list of your uploaded files sorted by most recent first, allowing you to browse and manage all files in your account.
List model collections
REPLICATE_COLLECTIONS_LISTRetrieve 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.
List model examples
REPLICATE_MODELS_EXAMPLES_LISTRetrieve 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.
List Model Versions
REPLICATE_MODELS_VERSIONS_LISTRetrieve 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.
List Training Jobs
REPLICATE_TRAININGS_LISTRetrieve 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.
Search Models and Collections
REPLICATE_SEARCHFind 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.
Update Model Metadata
REPLICATE_UPDATE_MODELSUpdate 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.
Drop a trigger and an action into a template; approve from your phone; the workflow runs.