run-models

Installation
SKILL.md

Docs

Workflow

  1. Choose the right model - Search with the API or ask the user.
  2. Get model metadata - Fetch input and output schema via API.
  3. Create prediction - POST to /v1/predictions.
  4. Poll for results - GET prediction until status is "succeeded".
  5. Return output - Usually URLs to generated content.

Three ways to get output

Installs
855
GitHub Stars
51
First Seen
Apr 21, 2026
run-models — replicate/skills