find-models

Installation
SKILL.md

Always search the API for current models

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.

Docs

Search

  • Use the search API (GET /v1/search?query=...) to find models by task. Returns models, collections, and docs.
  • Search returns metadata for each model including tags, generated_description, and run_count.
  • The search API also returns matching collections alongside model results.
Related skills
Installs
282
GitHub Stars
41
First Seen
Apr 21, 2026