Replicate Integration
Connect Replicate to Arahi's no-code AI developers and automate workflows in minutes.
About the Replicate integration
Run machine learning models in the cloud. With Arahi AI, you can connect Replicate to Abstract - IP Geolocation API, Algorithmia, Anthropic (Claude) and 1,500+ other apps using AI-powered workflows. No coding required — set up triggers, actions, and intelligent automation in minutes.
- Category
- AI & ML APIs
- Authentication
- keys
Replicate automation use cases
- Content generation from brief
- Generate drafts with Replicate from a content brief in Notion or Google Docs, no engineer in the loop.
- Inbound email classification
- Classify and route inbound emails with Replicate — support, sales, billing, or trash.
- Document summarization
- Summarize uploaded PDFs and docs with Replicate straight into the CRM or knowledge base.
- Sentiment-tagged CS routing
- Tag sentiment on every support ticket with Replicate and route negative ones to seniors first.
Replicate workflow examples
- Create Prediction from Airtable image row
An Airtable row with prompt and status 'queue' calls Create Prediction on Replicate, then the generated image URL writes back to the row.
Airtable queue row runs Create Prediction then writes URL back.
- Run open-source model from Slack slash command
A Slack /generate command calls Create Prediction on Replicate, and the output is posted back in-thread so the team can iterate on prompts.
Slack /generate command runs Create Prediction and posts result.
- Archive Get Model Details into Notion
A weekly Get Model Details pull from Replicate updates a Notion database with model versions the team uses, including README and example links.
Weekly Get Model Details updates Notion model reference database.
Replicate actions
- List model collections
- Tool to list all collections of models. use when you need to retrieve available model collections.
- Create file
- Tool to create a file by uploading content. use when you need to upload and store a file for later reference.
- Create Prediction
- Tool to create a prediction for a given deployment. use when you need to run model inference with specified inputs. use 'wait for' to wait until the prediction completes.
- Get File Details
- Tool to get details of a file by its id. use when you need to inspect uploaded file information before further operations.
- List Files
- Tool to list all files created by the user or organization. use after authenticating to fetch files list.
- List model examples
- Tool to list example predictions for a specific model. use when you want to retrieve author-provided illustrative examples after identifying the model.
- Get Model Details
- Tool to get details of a specific model by owner and name. use when you need model metadata (schema, urls) before running predictions.
- Get Model README
- Tool to get the readme content for a model in markdown format. use after retrieving model details when you want to view its documentation.