run-replicate-model
Last updated
Last updated
run-replicate-model
adaptor uses to run an AI model and wait for its output.
Replicate offers thousands of community-contributed AI models. A list of models can be found on site.
Note that this adaptor can be used to run one model only. If you would like to run a model for each value in a datatable column, consider using the adaptor.
model
Type: text
Required: Yes
The URL of the Replicate model to run, e.g.. stability-ai/stable-diffusion:db21e45d
.
input
Type: dictionary
Required: Yes
The input of the model to run.
api token
Type: text
Required: Yes
Replicate
outputs
Type: list
The model predictions.
status
Type: text
The status of the model run.
duration
Type: text
The duration of the model run.
model
: andreasjansson/blip-2:f677695e5e89f8b236e52ecd1d3f01beb44c34606419bcc19345e046d8f786f9
input
:
question
⇒ what body of water does this bridge cross
outputs
: san francisco bay
status
: succeeded
duration
: 1751
image
⇒
api token
: 9d************************************** (visit page to retrieve the API token)