Replicate Model
Run any of the thousands of models available on [Replicate](https://replicate.com/explore). ### How to use 1. Browse the [Replicate model collection](https://replicate.com/explore) and find a model 2. Copy its identifier (shown at the top of the model page) 3. Paste it into this node and click **Load** 4. The node's inputs and outputs update to match the model's parameters ### Model identifier format - \
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
| model | string | Yes | Replicate model identifier in the format provider/model or provider/model:version |
| timeout | number | No | Maximum time to wait for prediction to complete (minutes) |
| poll_interval | number | No | Time between status checks (seconds) |
Reference
External DocumentationRelated Nodes in Media Generation
Imagen
Generates high-fidelity images from text prompts using Google's Imagen model
Gemini 2.5 Flash Image Preview
Generates images from text prompts and optional input images
Cloudflare Model
Run any model from the Cloudflare Workers AI catalog. A searchable dropdown lists every available model; picking one rebuilds the node's inputs and outputs from its published schema.
Image Resize
Resizes an image to the specified width and height using Photon.
Image Crop
Crops an image to the specified rectangle using Photon.
Gaussian Blur
Applies Gaussian blur to an image. Higher radius means more blur.
Grayscale
Converts an image to grayscale using Photon (human-corrected algorithm).
To Markdown
Converts various document formats to Markdown using Cloudflare Workers AI