Cloudflare Model
Run any of the models available in the [Cloudflare Workers AI catalog](https://developers.cloudflare.com/workers-ai/models/). ### How to use 1. Click the model selector on the node — a dropdown opens with the full catalog grouped by task (Text Generation, Text-to-Image, Translation, …) 2. Type in the **search field** at the top of the dropdown to filter by identifier, description or task 3. Click a model — the node's inputs and outputs update to match the model's published schema 4. Connect parameters and run the workflow When the schema changes, connected edges are cleared to prevent type mismatches. If you want to switch models without losing wiring, duplicate the node first. ### Loading a model that isn't listed If you type a well-formed identifier (e.g. \
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
| model | string | Yes | Cloudflare Workers AI model identifier (e.g., @cf/meta/llama-3.2-3b-instruct) |
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
Replicate Model
Run any model from the Replicate collection. Enter a model identifier, load its schema, and the node's inputs and outputs adapt automatically.
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