Plugin Properties

The Aicado AI Connector plugin consists of a single server-side action. You can use this action to run any AI model based on your use case. The action sends the model output to your webhook.

Server-Side Action:

Run Aicado AI Connector This action triggers the selected AI model to run on Aicado’s infrastructure.

  1. Input Fields: Depending on the selected model, you can pass different types of inputs via:

    • text1, text2 — for models that requires text input

    • image1, image2 — for models that requires image input

    • video1, video2 — for models that requires video input

    • audio1, audio2 — for models that requires audio input

Each AI model may require a different input type. You must provide the input type required by the model you choose. You can find the required input types for each model: Available AI Models

  1. Exposed State Output - run_id: Every time an AI model is triggered via the action, it returns a unique run_id, which is used to track the model’s response and associate it with your data structure.

Last updated

Was this helpful?