Replicate allows users to run AI models via a cloud API without managing infrastructure.
Tool to list all collections of models. use when you need to retrieve available model collections.
Tool to create a file by uploading content. use when you need to upload and store a file for later reference.
Tool to create a prediction for a given deployment. use when you need to run model inference with specified inputs. use 'wait for' to wait until the prediction completes.
Tool to get details of a file by its id. use when you need to inspect uploaded file information before further operations.
Tool to list all files created by the user or organization. use after authenticating to fetch files list.
Tool to list example predictions for a specific model. use when you want to retrieve author-provided illustrative examples after identifying the model.