- Integrations
- /
- Replicate
Replicate
Replicate open-source model inference
Replicate hosts open-source ML models behind a clean REST API — every model on the platform (Flux, SDXL, Whisper, Llama variants, niche specialist models for face restoration, voice cloning, video upscaling) gets the same Run-then-Poll interface. Tiny Command exposes four actions, no triggers: Run Prediction (start an inference against any model version, returns a prediction ID immediately), Get Prediction (poll for status — starting, processing, succeeded, failed, canceled — and retrieve the output URL(s) when done), List Models (browse the Replicate catalog), Cancel Prediction (abort an in-flight run). The connection uses a Replicate API token from replicate.com/account/api-tokens. Predictions are async by design — most generation models take 5 seconds to several minutes depending on model and input. The standard workflow: Run Prediction → poll Get Prediction every few seconds (or use Replicate's webhook by passing webhook_url) → download the result URL. Replicate's per-second billing matches actual GPU usage, so cheap-but-slow models can be cheaper per-output than fast-but-expensive ones.
Do anything Replicate can do, from a workflow.
Every action accepts dynamic inputs from upstream nodes, whether that's an AI output, a form field, or a search result.
| Action | What it does |
|---|---|
| Cancel Replicate Prediction | Aborts an in-progress prediction. For "user cancelled the request → stop the long-running model" workflows that save GPU compute costs. |
| Get Replicate Prediction | Polls a prediction by ID; returns status (starting/processing/succeeded/failed) and output URLs when complete. Configure webhook on Run Prediction for push notification. |
| List Replicate Models | Returns the Replicate catalog. Useful for model discovery — Replicate hosts many niche specialised models (face restoration, voice cloning, etc.) alongside the common foundation models. |
| Run Replicate Prediction | Submits an inference request against any model on Replicate. Returns prediction ID immediately; poll Get Prediction or use webhook for completion notification. |
Pre-built Replicate workflows.
Clone any recipe and customize it in one click. Every recipe is fully editable.
Three things worth knowing.
Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.
Connect Replicate once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.
Every Replicate field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.
Questions about the Replicate integration.
If we missed yours, ping support. We usually reply within an hour.
How do I connect Replicate to Tiny Command?
What Replicate triggers does Tiny Command support?
What Replicate actions can I run from a workflow?
Is the Replicate integration real-time?
Do I need to write code to use Replicate with Tiny Command?
How much does the Replicate integration cost?
More ai & ml apps people connect.
Same category as Replicate, ordered by how often teams pair them. Hover the carousel to pause.
Do more with Replicate.
Wire it to Slack, Notion, HubSpot, Stripe, or any of the other 438 apps in our catalog. Setup takes roughly two minutes. Free to try, no credit card.