Replicate
replicateReplicate allows users to run AI models via a cloud API without managing infrastructure.
Acciones disponibles (8)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
List model collectionsREPLICATE_COLLECTIONS_LISTAcciónTool to list all collections of models. use when you need to retrieve available model collections.
REPLICATE_COLLECTIONS_LISTAcciónTool to list all collections of models. use when you need to retrieve available model collections.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create fileREPLICATE_CREATE_FILEAcciónTool to create a file by uploading content. use when you need to upload and store a file for later reference.
REPLICATE_CREATE_FILEAcciónTool to create a file by uploading content. use when you need to upload and store a file for later reference.
Parámetros de entrada
typestringMIME type of the file
contentstringObligatoriobinaryRaw file content as bytes
filenamestringObligatorioFilename for the file (UTF-8, max 255 bytes)
metadataobjectOptional JSON metadata associated with the file
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create PredictionREPLICATE_CREATE_PREDICTIONAcciónTool 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.
REPLICATE_CREATE_PREDICTIONAcciónTool 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.
Parámetros de entrada
inputobjectObligatorioJSON object of inputs for the model
webhookstringHTTPS URL to receive webhook callbacks
wait_forintegerSeconds to wait for prediction completion; adds a 'Prefer: wait=<n>' header if provided
deployment_namestringObligatorioName of the deployment
deployment_ownerstringObligatorioUser or organization that owns the deployment
webhook_events_filterstring[]List of events to trigger webhook calls
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get File DetailsREPLICATE_FILES_GETAcciónTool to get details of a file by its id. use when you need to inspect uploaded file information before further operations.
REPLICATE_FILES_GETAcciónTool to get details of a file by its id. use when you need to inspect uploaded file information before further operations.
Parámetros de entrada
file_idstringObligatorioThe ID of the file to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List FilesREPLICATE_FILES_LISTAcciónTool to list all files created by the user or organization. use after authenticating to fetch files list.
REPLICATE_FILES_LISTAcciónTool to list all files created by the user or organization. use after authenticating to fetch files list.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List model examplesREPLICATE_MODELS_EXAMPLES_LISTAcciónTool to list example predictions for a specific model. use when you want to retrieve author-provided illustrative examples after identifying the model.
REPLICATE_MODELS_EXAMPLES_LISTAcciónTool to list example predictions for a specific model. use when you want to retrieve author-provided illustrative examples after identifying the model.
Parámetros de entrada
model_namestringObligatorioThe name of the model to list examples for.
model_ownerstringObligatorioThe name of the user or organization that owns the model.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Model DetailsREPLICATE_MODELS_GETAcciónTool to get details of a specific model by owner and name. use when you need model metadata (schema, urls) before running predictions.
REPLICATE_MODELS_GETAcciónTool to get details of a specific model by owner and name. use when you need model metadata (schema, urls) before running predictions.
Parámetros de entrada
model_namestringObligatorioThe name of the model, e.g., 'hello-world'
model_ownerstringObligatorioThe username or organization that owns the model, e.g., 'replicate'
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Model READMEREPLICATE_MODELS_README_GETAcciónTool to get the readme content for a model in markdown format. use after retrieving model details when you want to view its documentation.
REPLICATE_MODELS_README_GETAcciónTool to get the readme content for a model in markdown format. use after retrieving model details when you want to view its documentation.
Parámetros de entrada
model_namestringObligatorioThe name of the model, e.g., 'hello-world'
model_ownerstringObligatorioThe username or organization that owns the model, e.g., 'replicate'
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not