npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@slates-integrations/replicate

v0.2.0-rc.7

Published

Run, fine-tune, and deploy machine learning models via API. Create predictions on public or private AI models with synchronous or streaming output. Fine-tune existing models with custom training data. Manage model versions, deployments, and scaling config

Readme

Replicate

Run, fine-tune, and deploy machine learning models via API. Create predictions on public or private AI models with synchronous or streaming output. Fine-tune existing models with custom training data. Manage model versions, deployments, and scaling configurations. Upload and manage files for model inputs. Browse curated model collections, search for public models, and discover available hardware options. Configure webhooks for prediction and training lifecycle events.

Tools

List Collections

List curated collections of models on Replicate, grouped by use case (e.g. text-to-image, super-resolution).

Cancel Prediction

Cancel a running prediction. Only predictions that are still in progress (starting or processing) can be canceled.

Cancel Training

Cancel a running training job. Only trainings in progress (starting or processing) can be canceled.

Create Training

Start a fine-tuning training job on Replicate. Takes an existing model version and your training data to create a new fine-tuned model version at the specified destination.

Get Account

Get information about the currently authenticated Replicate account, including username, name, and account type.

Get Model

Get details about a specific model on Replicate, including its description, latest version, run count, and input/output schema.

Get Prediction

Retrieve the current status and results of a prediction. Use this to check if a prediction has completed and to fetch its output.

Get Training

Retrieve the current status and results of a training job. Use this to monitor fine-tuning progress and check completion.

List Hardware

List available hardware options on Replicate. Use these SKU values when creating models or deployments.

List Model Versions

List all versions of a specific model. Each version represents a different iteration of the model with its own input/output schema.

Get Model Version

Get a specific model version, including the OpenAPI schema that describes its inputs and outputs.

Delete Model Version

Delete a private model version and its associated predictions and output files when Replicate deletion restrictions allow it.

List Predictions

List recent predictions for your account. Returns predictions sorted by creation time (newest first) with pagination support.

List Trainings

List recent training jobs for your account, sorted by creation time (newest first).

Create Deployment

Create a new production deployment for a model on Replicate. Deployments provide dedicated infrastructure with configurable hardware and auto-scaling.

List Public Models

List public models on Replicate with sorting options.

List Files

List files that have been uploaded to Replicate. Files are used as inputs to models (images, audio, documents, etc.).

Create File

Upload a file to Replicate for use as model input. Files expire after 24 hours.

Download File

Download a Replicate file through a signed file download URL. Returns file content as a Slate attachment.

Create Model

Create a new model on Replicate. The model acts as a container for versions that will be created through training or pushing.

Run Prediction

Run an AI model prediction on Replicate using an official model, a model version, or a deployment. Supports synchronous wait and automatic cancellation headers.

Search Models

Search for public models, collections, and documentation on Replicate. Returns results ranked by relevance.

Get Model README

Get a model's README content as a Markdown attachment.

List Model Examples

List example predictions saved by a model author to demonstrate a model's capabilities.

Get Webhook Signing Secret

Get the signing secret for Replicate's default webhook so incoming webhook payloads can be verified.

License

This integration is licensed under the FSL-1.1.