Replicate HTTP API Skill
replicate
replicate
| Method | Path | Description |
|---|---|---|
GET | /account | |
GET | /collections | Get the authenticated account |
GET | /collections/{collection_slug} | List collections of models |
GET | /deployments | Get a collection of models |
POST | /deployments | List deployments |
DELETE | /deployments/{deployment_owner}/{deployment_name} | Create a deployment |
GET | /deployments/{deployment_owner}/{deployment_name} | Delete a deployment |
PATCH | /deployments/{deployment_owner}/{deployment_name} | Get a deployment |
POST | /deployments/{deployment_owner}/{deployment_name}/predictions | Update a deployment |
GET | /files | Create a prediction using a deployment |
POST | /files | List files |
DELETE | /files/{file_id} | Create a file |
GET | /files/{file_id} | Delete a file |
GET | /files/{file_id}/download | Get a file |
GET | /hardware | Download a file |
GET | /models | List available hardware for models |
POST | /models | List public models |
DELETE | /models/{model_owner}/{model_name} | Create a model |
GET | /models/{model_owner}/{model_name} | Delete a model |
PATCH | /models/{model_owner}/{model_name} | Get a model |
GET | /models/{model_owner}/{model_name}/examples | Update metadata for a model |
POST | /models/{model_owner}/{model_name}/predictions | List examples for a model |
GET | /models/{model_owner}/{model_name}/readme | Create a prediction using an official model |
GET | /models/{model_owner}/{model_name}/versions | Get a model's README |
DELETE | /models/{model_owner}/{model_name}/versions/{version_id} | List model versions |
GET | /models/{model_owner}/{model_name}/versions/{version_id} | Delete a model version |
POST | /models/{model_owner}/{model_name}/versions/{version_id}/trainings | Get a model version |
GET | /predictions | Create a training |
POST | /predictions | List predictions |
GET | /predictions/{prediction_id} | Create a prediction |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install replicate
Downloads and installs to ~/.claude/skills/replicate/
1.0.0-a1 (2026-02-13)