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.
Input Fields: Depending on the selected model, you can pass different types of inputs via:
text1
,text2
— for models that requires text inputimage1
,image2
— for models that requires image inputvideo1
,video2
— for models that requires video inputaudio1
,audio2
— for models that requires audio input
Exposed State Output -
run_id
: Every time an AI model is triggered via the action, it returns a uniquerun_id
, which is used to track the model’s response and associate it with your data structure.
Last updated
Was this helpful?