Find AI models on Replicate using search and curated collections.
The AI model landscape changes weekly. New models ship constantly and older ones are deprecated or surpassed. Don't rely on model names you've seen before, including names from past conversations or training data. A specific model you "know" may no longer be the best choice, may be slower than newer alternatives, or may not exist anymore.
Always start by querying the Replicate API. Use search and collections to discover what's currently available, then read schemas to understand inputs and outputs before running anything.
https://replicate.com/{owner}/{model}/llms.txtAccept: text/markdown when requesting docs pages for Markdown responses.GET /v1/search?query=...) to find models by task. Returns models, collections, and docs.tags, generated_description, and run_count.official collection contains always-warm models with stable APIs and predictable pricing.GET /v1/collections. Get one by slug with GET /v1/collections/{slug}.GET /v1/models/{owner}/{name}).model.latest_version.openapi_schema.components.schemas.Input.propertiestype, description, default, minimum/maximum, enum, format (e.g. uri for file inputs).image-generation, video, audio, etc.).owner/name format (e.g. owner/model-name). Routes to the latest version automatically.owner/name:version_id. You must pin a specific version. Community models can cold-boot and take time to start.skillbazaar install find-models --agent claudeSign in (free) to install skills with the CLI.
Author
@replicate
on GitHub
Published by