Add Replicate to your AI agent
Replicate allows users to run AI models via a cloud API without managing infrastructure.
- Things your agent can do in Replicate
- 31
Things your AI can do in Replicate
Your FormWise AI can handle any of these in Replicate — on its own, without you needing to click a button.
Cancel Prediction
PopularTool to cancel a prediction that is still running. Use when you need to stop an in-progress prediction to free up resources or halt execution.
Create Model
PopularTool to create a new Replicate model with specified owner, name, visibility, and hardware. Use when you need to create a destination model before launching LoRA/fine-tune training.
Create Deployment
PopularTool to create a new deployment with specified model, version, hardware, and scaling parameters. Use when you need to deploy a model for production use with auto-scaling.
Get Deployment Details
PopularTool to get deployment details by owner and name. Use when you need information about a specific deployment including its release configuration and hardware settings.
Get File Details
PopularTool to get details of a file by its ID. Use when you need to inspect uploaded file information before further operations. Returned URLs may be short-lived; download or persist needed files promptly after retrieval.
List Files
PopularTool to retrieve a paginated list of uploaded files. Use to view all files created by the authenticated user or organization. Files are sorted with most recent first. Pagination is cursor-based: follow the next cursor until empty to retrieve all files. Limit requests to 1–2/second to avoid 429 Too Many Requests errors. Use to validate current file_ids before passing to prediction tools, as stale file_ids cause runtime errors.
Get Prediction
PopularTool to get the status and output of a prediction by its ID. Use when you need to check on a running prediction or retrieve the results of a completed prediction.
Get Model Details
PopularTool to get details of a specific model by owner and name. Consult the returned input schema before constructing any prediction request — each model defines its own required/optional fields (e.g., `prompt`, `aspect_ratio`, `version`); missing or unknown keys cause validation errors. Model schemas and available versions may change over time; recheck before production use.
List Public Models
PopularTool to list public models with pagination and sorting. Use when you need to browse available models or find models sorted by creation date.
Create Model Prediction
PopularTool to create a prediction using an official Replicate model. Use when you need to run inference with a specific model using its owner and name. Supports synchronous waiting (up to 60 seconds) and webhooks for async notifications.
Get Model README
PopularTool to get the README content for a model in Markdown format. Consult alongside REPLICATE_MODELS_EXAMPLES_LIST before calling REPLICATE_CREATE_PREDICTION — Replicate enforces strict JSON schemas on model inputs and returns 422 errors for incorrect keys or types. Use after retrieving model details when you want to view its documentation.
Get Model Version
PopularTool to get a specific version of a model. Use when you need details about a particular model version including its schema and metadata.
Show 19 more things it can do
Create Prediction
PopularTool to create a prediction to run a model by version ID. Use when you have a specific model version identifier and need to run inference with provided inputs. Supports synchronous waiting and webhook notifications.
List All Predictions
PopularTool to list all predictions for the authenticated user or organization with pagination. Use when you need to retrieve prediction history or filter predictions by creation date.
Search Models and Collections
PopularTool to search for models, collections, and docs using text queries (beta). Use when you need to find relevant models or collections based on keywords or descriptions.
Create Training Job
PopularTool to create a training job for a specific model version. Use when you need to fine-tune a model with custom training data. Supports webhook notifications for training status updates.
List Training Jobs
PopularTool to list all training jobs for the authenticated user or organization with pagination. Use when you need to retrieve training history or check the status of training jobs.
Get Account Information
Tool to get authenticated account information. Use when you need to retrieve details about the account associated with the API token.
Get model collection
Tool to get a specific collection of models by its slug. Use when you need detailed information about a collection and its models.
List model collections
Tool to list all collections of models. Use when you need to retrieve available model collections. Collections are curated groupings of related models. Response includes only collection metadata (name, slug, description), not individual models within each collection; use REPLICATE_MODELS_GET for per-model details. Response may include a non-null `next` field indicating additional pages; follow it to enumerate all collections.
Create Prediction
Tool to create a prediction for a Replicate Deployment. IMPORTANT: This action ONLY works with Replicate Deployments (persistent instances you create and manage), NOT public models. Deployments are created via REPLICATE_DEPLOYMENTS_CREATE. To run public models (e.g., 'meta/llama-2-70b-chat', 'stability-ai/sdxl'), use REPLICATE_MODELS_PREDICTIONS_CREATE instead. Use 'wait_for' to wait until the prediction completes.
Delete Deployment
Tool to delete a deployment from your account. Use when you need to remove a deployment. Deployments must be offline and unused for at least 15 minutes before deletion.
List deployments
Tool to list all deployments associated with the account. Use when you need to retrieve deployment configurations and their latest releases.
Create File
Tool to create or upload a file to Replicate. Use when you need to upload file content with optional metadata.
Delete File
Tool to delete a file by its ID. Use when you need to remove a file from storage. Returns 204 No Content on success.
List Available Hardware
Tool to list available hardware SKUs for models and deployments. Use when you need to see what hardware options are available on the Replicate platform.
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. Returned examples are minimal working payloads; cross-reference with REPLICATE_MODELS_README_GET before calling REPLICATE_CREATE_PREDICTION to satisfy strict input validation.
List Model Versions
Tool to list all versions of a specific model. Use when you need to see all available versions of a model, sorted by newest first.
Cancel Training
Tool to cancel an ongoing training operation in Replicate. Use when you need to stop a training job that is in progress.
Update Model Metadata
Tool to update metadata for a model including description, URLs, and README. Use when you need to modify a model's visibility, documentation, or associated links.
Get Webhook Signing Secret
Tool to get the signing secret for the default webhook. Use when you need to retrieve the secret key used to verify webhook authenticity.
Built for the way you actually work
No code, no engineers
Connect in a few clicks and start using your AI right away. If you can use the apps you already love, you can do this.
Sounds like you, not like a bot
Train your AI on your offer, your voice, and the way you actually talk to clients — it picks up where you leave off.
Plugs into the stack you already use
No need to rip out your CRM, your scheduler, or your email tool. Your AI works inside the apps running your business today.
Your data stays yours
Client conversations, lists, and credentials are scoped to your workspace. Nothing gets shared, sold, or used to train anyone else’s AI.
What you can do once Replicate is connected
Onboard new clients without lifting a finger
When someone signs up, your AI greets them, sets up their next step in Replicate, and keeps the momentum going — even at 2am.
Reply to leads in seconds, not days
Your AI watches Replicate for new inquiries, answers questions in your voice, and books the call before they cool off.
Get your weekends back
Hand off the repetitive Replicate work — follow-ups, reminders, updates, simple admin — and stop being the bottleneck in your own business.
How to connect Replicate to your agent
- 1
Start using FormWise for free
Sign up in under a minute.
- 2
Find Replicate in your connected apps
Inside FormWise, go to Settings → Connected Services and look for Replicate.
- 3
Hit "Connect"
Click "Connect Replicate" and log in like you normally would. We only ask for the permissions your AI actually needs.
- 4
Tell your AI what to do in Replicate
Build a quick AI Agent (it's like writing instructions, not code), and pick the Replicate actions you want your AI to handle.
- 5
Watch it run
Send it a real-world task and watch your AI take care of Replicate for you. Tweak the wording until it feels just right.
Powered by the AI you already trust
Your Replicate workflow runs on the same world-class AI used by ChatGPT, Claude, and Gemini. We handle the technical part — you just tell your AI what to do, in plain English.
- OpenAI
- Anthropic Claude
- Google Gemini
Questions other Replicate users had before signing up
Do I need to know how to code?
Not even a little. If you can use Replicate today, you can set this up. You'll connect Replicate, tell your AI what it should help with, and you're live. The whole thing is built for coaches, course creators, agencies, and operators — not engineers.
Will my clients know they're talking to an AI?
Only if you want them to. Your FormWise AI is trained on your voice, your offer, and the way you actually communicate — so it sounds like a thoughtful team member, not a clunky chatbot. Most people can't tell.
Can I make it sound like me?
Yes. You can give your AI examples of how you write, the questions you usually ask new clients, the way you handle objections, and the language you use about your offer. The more you give it, the more it sounds like you wrote it.
What if I want to take over a conversation?
You're always in control. You can step in at any point, take over from your AI, or stop it from sending messages until you've reviewed them. Think of it as a teammate, not a replacement.
Is my client data safe?
Yes. Your Replicate login and client information stay scoped to your workspace. We don't sell it, we don't share it, and we don't use your data to train anyone else's AI. You can disconnect Replicate or delete everything any time.
What happens when Replicate updates their app?
We handle it. When Replicate adds new features or changes how something works, we update the integration in the background. You don't have to do anything — your AI just keeps working.
How fast can I actually get this running?
Most people are up and running the same day they sign up. Connecting Replicate takes a few minutes. Teaching your AI to handle the work the way you'd want it done is the part worth slowing down for.
What is FormWise?
FormWise is the AI agent builder for coaches, course creators, and agencies. You connect the apps you already use — like Replicate — train your AI on your offer and voice, and let it handle the work you've been doing manually: onboarding, follow-ups, support, admin. No code, no developers, no engineering team required.
Can I sell AI agents to my clients?
Yes. A lot of FormWise users build AI assistants and sell them as part of their offer — done-for-you AI setups, white-label assistants for client businesses, custom GPTs trained on a client's brand. You can charge a setup fee, a monthly retainer, or both.
Can I embed my AI on my website or in my course?
Yes. Every AI you build in FormWise can be embedded on your site, dropped into your course platform, or shared as a standalone link. Your clients and students just open it like any other web page — no app to download, no login hoops.
Do I need to know anything about AI to use this?
No. If you can describe what you want your AI to do in plain English — "greet new clients, ask these 3 questions, book them a call" — FormWise can build it. We handle the models, the prompts, the connections. You handle the part you already know: what your business actually needs.
About Replicate on FormWise
Replicate allows users to run AI models via a cloud API without managing infrastructure.
Connect Replicate once and your FormWise AI gets 31 things it can do inside it. That means your AI can handle the Replicate work in your business — the messages, the updates, the follow-ups, the admin — the way you would, just faster and around the clock.
You don't need to know how any of it works under the hood. We take care of keeping the connection alive, retrying if something fails, and making sure your data only ever moves where you tell it to.
New to Replicate? Take a look at replicate.com.
More artificial intelligence integrations
DataRobot
DataRobot is a machine learning platform that automates model building, deployment, and monitoring, enabling organizations to derive predictive insights from large datasets
OpenWeb Ninja
OpenWeb Ninja provides native APIs for web search, AI answers, e-commerce, finance, jobs, maps, news, real estate, contact enrichment, traffic, and web scraping.
ElevenLabs
Create natural AI voices instantly in any language - perfect for video creators, developers, and businesses.

Griptape
Griptape is a comprehensive platform offering tools and frameworks for building, deploying, and scaling generative AI applications.
Hugging Face
Build, train and deploy state of the art models powered by the reference open source in machine learning.
OpenAI
Toolkit for OpenAI APIs: manage Assistants, Threads/Messages; upload/list/delete Files; list/retrieve Models (including vision/multimodal); and view fine-tune listings and events.
Stop doing the Replicate work yourself
Hand it off to an AI assistant that sounds like you, works around the clock, and never forgets a follow-up. Free to start.
