Skip to main content
Any model hosted on Replicate, called by id. The same escape hatch as fal.ai, over a different catalogue.

Connecting

In the dashboard, open Connectors, find Replicate and press Connect. The key you enter is checked against Replicate before anything is saved, so a key that is refused never becomes a connection that fails later.

What you will need

Getting the credential

  1. Create a token at replicate.com/account/api-tokens — it starts with r8_
  2. Paste it into the connector

Notes

  • Asynchronous. run_model returns a prediction id. Poll get_prediction until the status is succeeded.
  • Finished media is copied onto BoostGPT storage, so the link keeps working.
  • Different models take different inputs. input.prompt and input.image cover most image and video models; a model needing something more unusual may not be reachable through these parameters.

What an agent can do with it

Useful resources