replicate

Installation
SKILL.md

Replicate

Run open-source ML models in the cloud. Access Stable Diffusion, Llama, Whisper, and thousands of other models via API.

Quick Start

npm install replicate

Setup

import Replicate from 'replicate';

const replicate = new Replicate({
  auth: process.env.REPLICATE_API_TOKEN,
});
Related skills
Installs
1
GitHub Stars
4
First Seen
Mar 29, 2026