Basic Information

appmixer.replicate.core.CreatePrediction

1.0.0

Public

Creates a new machine learning prediction using either an official model (owner/model-name format) or a specific model version (with version hash).

Input Ports

in

FieldTypeDescription
Model Version or Official Model text For official models, use format 'owner/model-name' (e.g., 'meta/meta-llama-3-70b-instruct'). For custom models, use the full version ID (e.g., 'owner/model:hash' or just the 64-character hash).
Input Object textarea The input object for the model. Refer to the model's API documentation for the required format. Examples: {"prompt": "Hello world"} for text models, {"img": "image_url"} for image models, or any other parameters required by the specific model.
Webhook URL text Optional webhook URL to receive notifications when the prediction status changes.
Webhook Events Filter multiselect Select the events to filter.

Output Ports

out

FieldTypeDescription
Prediction Id -
Model -
Version -
Input -
Logs -
Output -
Data Removed -
Error -
Status -
Created At -
Urls -

Full Metadata