replicate

Installation
SKILL.md

Docs

Workflow

Here's a common workflow for using Replicate's API to run a model:

  1. Choose the right model - Search with the API or ask the user
  2. Get model metadata - Fetch model 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

Choosing models

Installs
462
GitHub Stars
46
First Seen
Feb 16, 2026
replicate — replicate/skills