Discover New Popular Replicate Models
replicate_refresh_modelsDiscover new popular Replicate models missing from the curated registry. Get categorized suggestions with run counts to decide which models to add.
Instructions
Search Replicate for popular models NOT yet in the curated registry. Returns suggestions only — does not modify code.
Use this to find new models worth adding. Then ask Claude to edit src/models.ts with the ones you want.
Args:
categories (string[], optional): Which categories to check. Default: all 15 (image, video, audio, tts, llm, vision, upscale, bg, stt, inpaint, segment, embed, voiceclone, threed, lipsync).
min_run_count (integer, optional): Minimum run_count threshold. Default: 1000.
limit_per_category (integer, optional): Max suggestions per category (1-20). Default: 5.
Returns structuredContent: { "checked_at": string, "categories_checked": string[], "suggestions": [{ category, owner, name, model_id, run_count, description, replicate_url }], "already_curated": number, "total_suggestions": number }
Examples:
"Check for new popular models" → all categories, min 1000 runs
categories=["image","video"], min_run_count=10000 → only top-tier image/video models
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| categories | No | Categories to check. Default: all 15 (image, video, audio, tts, llm, vision, upscale, bg, stt, inpaint, segment, embed, voiceclone, threed, lipsync). | |
| min_run_count | No | Minimum run_count to surface a model. Default: 1000. | |
| limit_per_category | No | Max suggestions per category (1–20). Default: 5. |