AI & ML31 toolsPaste one API key
Replicate integration for AI agents
Run AI models, create predictions, and manage deployments
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Replicate once and call the same tools from all of them.
Setup
Connect Replicate through ClawLink's hosted setup to create predictions, manage deployments, upload files, and explore AI models from your Replicate account.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Replicate exposes 31 tools through ClawLink. The 29 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
replicate_cancel_prediction | Cancel a running prediction | Write |
replicate_collections_list | List all collections of models | Read |
replicate_create_model | Create a new Replicate model | Write |
replicate_create_prediction | Create a prediction for a Replicate deployment | Write |
replicate_deployments_create | Create a new deployment | Read |
replicate_files_create | Upload a file to Replicate | Read |
replicate_account_get | Get authenticated account information | Read |
replicate_collections_get | Get a specific collection of models by its slug | Read |
replicate_deployments_get | Get deployment details by owner and name | Read |
replicate_deployments_list | List all deployments associated with the account | Read |
replicate_files_get | Get details of a file by its ID | Read |
replicate_files_list | Retrieve a paginated list of uploaded files | Read |
replicate_get_prediction | Get the status and output of a prediction by its ID | Read |
replicate_hardware_list | List available hardware SKUs for models and deployments | Read |
replicate_models_examples_list | List example predictions for a specific model | Read |
replicate_models_get | Get details of a specific model by owner and name | Read |
replicate_models_list | List public models with pagination and sorting | Read |
replicate_models_readme_get | Get the README content for a model in Markdown format | Read |
replicate_models_versions_get | Get a specific version of a model | Read |
replicate_models_versions_list | List all versions of a specific model | Read |
replicate_predictions_list | List all predictions for the authenticated user or organization with pagination | Read |
replicate_search | Search for models, collections, and docs using text queries (beta) | Read |
replicate_trainings_list | List all training jobs for the authenticated user or organization with pagination | Read |
replicate_webhooks_secret_get | Get the signing secret for the default webhook | Read |
replicate_models_predictions_create | Create a prediction using an official Replicate model | Read |
replicate_predictions_create | Create a prediction to run a model by version ID | Read |
replicate_trainings_create | Create a training job for a specific model version | Read |
replicate_update_models | Update metadata for a model including description, URLs, and README | Write |
replicate_trainings_cancel | Cancel an ongoing training operation in Replicate | Read |