NAiOS IconNAiOS Logo
Volver al catálogo

Replicate

replicate

Replicate allows users to run AI models via a cloud API without managing infrastructure.

Acciones
8
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create fileREPLICATE_CREATE_FILEAcción

Tool to create a file by uploading content. use when you need to upload and store a file for later reference.

Parámetros de entrada

  • typestring

    MIME type of the file

  • contentstringObligatoriobinary

    Raw file content as bytes

  • filenamestringObligatorio

    Filename for the file (UTF-8, max 255 bytes)

  • metadataobject

    Optional JSON metadata associated with the file

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create PredictionREPLICATE_CREATE_PREDICTIONAcción

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.

Parámetros de entrada

  • inputobjectObligatorio

    JSON object of inputs for the model

  • webhookstring

    HTTPS URL to receive webhook callbacks

  • wait_forinteger

    Seconds to wait for prediction completion; adds a 'Prefer: wait=<n>' header if provided

  • deployment_namestringObligatorio

    Name of the deployment

  • deployment_ownerstringObligatorio

    User or organization that owns the deployment

  • webhook_events_filterstring[]

    List of events to trigger webhook calls

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get File DetailsREPLICATE_FILES_GETAcción

Tool 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_idstringObligatorio

    The ID of the file to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List FilesREPLICATE_FILES_LISTAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List model examplesREPLICATE_MODELS_EXAMPLES_LISTAcción

Tool 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_namestringObligatorio

    The name of the model to list examples for.

  • model_ownerstringObligatorio

    The name of the user or organization that owns the model.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Model DetailsREPLICATE_MODELS_GETAcción

Tool 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_namestringObligatorio

    The name of the model, e.g., 'hello-world'

  • model_ownerstringObligatorio

    The username or organization that owns the model, e.g., 'replicate'

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Model READMEREPLICATE_MODELS_README_GETAcción

Tool 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_namestringObligatorio

    The name of the model, e.g., 'hello-world'

  • model_ownerstringObligatorio

    The username or organization that owns the model, e.g., 'replicate'

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not