Tool 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.
inputRequiredobjectModel inputs as JSON object. Schema varies by model - each model has its own set of required fields, optional parameters, and validation constraints (e.g., max dimensions for image models). IMPORTANT: Before making predictions, use the REPLICATE_MODELS_GET action to fetch the mo…
webhookstringHTTPS URL to receive POST requests when prediction updates occur
wait_forintegerSeconds to wait for prediction completion (1-60); adds a 'Prefer: wait=<n>' header to block and wait synchronously
model_nameRequiredstringThe name of the model as it appears on Replicate. Must be an exact match. Find valid model names by searching at replicate.com or using the search/models_list actions. The full model identifier is {model_owner}/{model_name}
model_ownerRequiredstringThe username or organization that owns the model on Replicate. Find valid owners by searching models at replicate.com or using the search/models_list actions. Examples: 'meta', 'stability-ai', 'black-forest-labs', 'bytedance', 'google'
cancel_afterstringMaximum execution duration with optional unit suffixes (s/m/h); minimum 5 seconds. Example: '60s' or '5m'
webhook_events_filterarrayFilter webhook triggers by event type: 'start', 'output', 'logs', or 'completed'
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.