get-model-info
After finding a Replicate model via search, retrieve its input parameter schema and details to prepare for execution.
Instructions
Get detailed information about a specific Replicate model including its input parameters schema. Call this AFTER search-models to get parameter details for the best matching model before running it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the model from search results (e.g., "stable-diffusion", "flux-pro") | |
| owner | Yes | The owner/organization of the model from search results (e.g., "stability-ai", "black-forest-labs") |