Skip to main content
Glama

Replicate MCP Server

by deepfates

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/deepfates/mcp-replicate'

If you have feedback or need assistance with the MCP directory API, please join our Discord server