Skip to main content
Every replicate.api.* operation is listed below with parameter shapes and return types from the plugin Zod schemas.
New to Corsair? See API access, authentication, and error handling.

Account

get

account.get Get authenticated account information Risk: read
Input: empty object Output

Collections

get

collections.get Get model collection details by slug Risk: read
Input Output

list

collections.list List model collections Risk: read
Input Output

Deployments

create

deployments.create Create a deployment Risk: write
Input Output

delete

deployments.delete Delete a deployment Risk: destructive
Input Output

get

deployments.get Get deployment details Risk: read
Input Output

list

deployments.list List deployments Risk: read
Input Output

predictionsCreate

deployments.predictionsCreate Create a prediction from deployment Risk: write
Input
Output

Files

create

files.create Upload a file Risk: write
Input
Output

delete

files.delete Delete a file Risk: destructive
Input Output

get

files.get Get file details Risk: read
Input Output

list

files.list List uploaded files Risk: read
Input Output

Hardware

list

hardware.list List available hardware SKUs Risk: read
Input: empty object Output: object[]

Models

examplesList

models.examplesList List model examples Risk: read
Input Output

get

models.get Get model details Risk: read
Input Output

list

models.list List public models Risk: read
Input Output

predictionsCreate

models.predictionsCreate Create official model prediction Risk: write
Input
Output

readmeGet

models.readmeGet Get model README Risk: read
Input Output: string

update

models.update Update model metadata Risk: write
Input Output

versionsGet

models.versionsGet Get model version Risk: read
Input Output

versionsList

models.versionsList List model versions Risk: read
Input Output

Predictions

cancel

predictions.cancel Cancel prediction Risk: write
Input Output

create

predictions.create Create prediction by version Risk: write
Input
Output

get

predictions.get Get prediction status Risk: read
Input Output

list

predictions.list List predictions Risk: read
Input Output

search

search.search Search models, collections, and docs Risk: read
Input Output

Trainings

cancel

trainings.cancel Cancel training job Risk: write
Input Output

create

trainings.create Create training job Risk: write
Input
Output

get

trainings.get Get training job details Risk: read
Input Output

list

trainings.list List training jobs Risk: read
Input Output

Webhooks

defaultSecretGet

webhooks.defaultSecretGet Get default webhook signing secret Risk: read
Input: empty object Output