Replicate MCP Server

get_model

Get details of a specific model including available versions

Input Schema

NameRequiredDescriptionDefault
nameYesModel name
ownerYesModel owner

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Model name", "type": "string" }, "owner": { "description": "Model owner", "type": "string" } }, "required": [ "owner", "name" ], "type": "object" }