Get Account InformationTool to get authenticated account information.
Cancel PredictionTool to cancel a prediction that is still running.
Get model collectionTool to get a specific collection of models by its slug.
List model collectionsTool to list all collections of models.
Create ModelTool to create a new Replicate model with specified owner, name, visibility, and hardware.
Create PredictionTool to create a prediction for a Replicate Deployment.
Create DeploymentTool to create a new deployment with specified model, version, hardware, and scaling parameters.
Delete DeploymentTool to delete a deployment from your account.
Get Deployment DetailsTool to get deployment details by owner and name.
List deploymentsTool to list all deployments associated with the account.
Create FileTool to create or upload a file to Replicate.
Delete FileTool to delete a file by its ID.
Get File DetailsTool to get details of a file by its ID.
List FilesTool to retrieve a paginated list of uploaded files.
Get PredictionTool to get the status and output of a prediction by its ID.
List Available HardwareTool to list available hardware SKUs for models and deployments.
List model examplesTool to list example predictions for a specific model.
Get Model DetailsTool to get details of a specific model by owner and name.
List Public ModelsTool to list public models with pagination and sorting.
Create Model PredictionTool to create a prediction using an official Replicate model.
Get Model READMETool to get the README content for a model in Markdown format.
Get Model VersionTool to get a specific version of a model.
List Model VersionsTool to list all versions of a specific model.
Create PredictionTool to create a prediction to run a model by version ID.
List All PredictionsTool to list all predictions for the authenticated user or organization with pagination.
Search Models and CollectionsTool to search for models, collections, and docs using text queries (beta).
Cancel TrainingTool to cancel an ongoing training operation in Replicate.
Create Training JobTool to create a training job for a specific model version.
List Training JobsTool to list all training jobs for the authenticated user or organization with pagination.
Update Model MetadataTool to update metadata for a model including description, URLs, and README.
Get Webhook Signing SecretTool to get the signing secret for the default webhook.