Search Replicate Model Catalog
replicate_search_modelsSearch the Replicate model catalog by free-text query to find models for tasks like image upscaling, voice cloning, or code generation. Get up to 25 results with names and descriptions.
Instructions
Search the Replicate catalog by free-text query. Returns up to 25 matching models with names, descriptions, and URLs.
Args:
query (string, 1-200 chars): Free-text search. Examples: "image upscaler", "voice cloning", "depth estimation", "code generation".
Returns structuredContent: { "count": number, "models": [ { "owner": string, "name": string, "description": string | undefined, "url": string, "run_count": number | undefined, "cover_image_url": string | undefined } ] }
Tip: Once you find a promising model, call replicate_get_model_schema with "owner/name" to see its inputs before calling replicate_run_model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Free-text search across the Replicate model catalog. Examples: "image upscaler", "voice cloning", "background removal". |