Replicate MCP Server

create_prediction

Generate predictions using specified AI models by providing input parameters, either via official model names or community model versions, with optional webhook notifications.

Instructions

Create a new prediction using either a model version (for community models) or model name (for official models)

Input Schema

NameRequiredDescriptionDefault
inputNoInput parameters for the model
modelNoModel name to use (for official models)
versionNoModel version ID to use (for community models)
webhook_urlNoOptional webhook URL for notifications

Input Schema (JSON Schema)

{ "oneOf": [ { "required": [ "version", "input" ] }, { "required": [ "model", "input" ] } ], "properties": { "input": { "additionalProperties": true, "description": "Input parameters for the model", "type": "object" }, "model": { "description": "Model name to use (for official models)", "type": "string" }, "version": { "description": "Model version ID to use (for community models)", "type": "string" }, "webhook_url": { "description": "Optional webhook URL for notifications", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from Replicate MCP Server

Related Tools

ID: q60hq1hwtr