Skip to content
Recued
Menu
← Back to recipes

Run a Replicate prediction

by recued-core v1

Approval-gated Replicate workflow for running one model prediction by model/version identifier. It reads account and recent prediction context, then calls recued-core.replicate.prediction.create with an explicit version and input JSON. It does not configure webhooks, create or mutate models/deployments, start trainings, upload/download files, reveal secrets, or call arbitrary Replicate API routes.

How it works 10 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (10 steps)
normalized_version trim
Trim whitespace from setting version
normalized_reason trim
Trim whitespace from setting reason
replicate_account ?
predictions_before_raw ?
create_prediction ?
predictions_before default
Apply default
prediction_count_before count
Count items in predictions before
prediction_rows slice
Take a subset of
prediction_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 4 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

input setting = [object Object]
reason setting =
version setting =
replicate setting =

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Replicate connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

replicate replicateaipredictionsinferenceapprovalpack:replicate

Details

10 steps 4 configurable settings recipe_id: run-replicate-prediction