MCP Server Replicate

by gerred
Verified

list_models

Retrieve available models on Replicate with optional owner filtering, enabling targeted searches for AI model inference resources.

Instructions

List available models on Replicate with optional filtering by owner.

Input Schema

NameRequiredDescriptionDefault
ownerNo

Input Schema (JSON Schema)

{ "properties": { "owner": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Owner" } }, "title": "list_modelsArguments", "type": "object" }
ID: r830bzsk7r