replicate_create_prediction
Create a prediction to run a Replicate model. Specify model version or name, input parameters, and optional webhook or stream.
Instructions
Run a Replicate model by creating a prediction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_token | Yes | ||
| version | No | Model version ID (use this OR model) | |
| model | No | Model as owner/name or owner/name:version (use this OR version) | |
| input | Yes | Model input parameters as JSON object or string | |
| webhook | No | ||
| stream | No |