run-model
Run predictions on any Replicate model. Search for the exact model, check required parameters, then provide model ID and input to execute.
Instructions
Run a prediction on any Replicate model. WORKFLOW: If the user provides a fuzzy model name, first call search-models to find the exact model identifier, then call get-model-info to understand required parameters, then call this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Input parameters for the model. The required parameters depend on the specific model - use get-model-info to see what parameters are needed. | |
| model | Yes | Model identifier in format "owner/name" or "owner/name:version" (e.g., "stability-ai/stable-diffusion", "black-forest-labs/flux-pro"). Must be an exact identifier from search-models results. |