MCP Server Replicate
by gerred
create_prediction
Create a new prediction using a specific model version on Replicate.
Copy
Args:
input: Model input parameters including version or model details
confirmed: Whether the user has explicitly confirmed the generation
Returns:
Prediction details if confirmed, or a confirmation request if not
Input Schema
Name | Required | Description | Default |
---|---|---|---|
confirmed | No | ||
input | Yes |
Input Schema (JSON Schema)
{
"properties": {
"confirmed": {
"default": false,
"title": "Confirmed",
"type": "boolean"
},
"input": {
"title": "Input",
"type": "object"
}
},
"required": [
"input"
],
"title": "create_predictionArguments",
"type": "object"
}
You must be authenticated.
Other Tools
- generate_image
- subscribe_to_generation
- verify_webhook
- list_models
- search_models
- list_collections
- get_collection_details
- list_hardware
- list_templates
- validate_template_parameters
- create_prediction
- get_prediction
- cancel_prediction
- get_webhook_secret
- search_available_models
- get_model_details
- unsubscribe_from_generation
- open_image_with_system