Connect Replicate prediction bridge
connect_replicate_prediction_bridgeCreate a scaffold for Replicate prediction handoffs with request templates, polling/webhook maps, output contracts, and credential-safety notes to bridge AI models into TouchDesigner.
Instructions
Create a Replicate-style prediction handoff scaffold with request templates, polling/webhook maps, output contracts, and credential-safety notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Generated baseCOMP name. | replicate_prediction_bridge |
| active | No | ||
| model_ref | No | Model/version reference hint. | owner/model:version |
| output_mode | No | image | |
| parent_path | No | Parent COMP for the Replicate scaffold. | /project1 |
| webhook_url | No | Optional webhook callback URL or adapter route. | |
| endpoint_url | No | Prediction endpoint or local adapter URL. | https://api.replicate.com/v1/predictions |
| poll_seconds | No | ||
| request_mode | No | webclient_json |