Skip to main content
Any model hosted on fal.ai, called by id. Use it when a page needs a model the other connectors do not carry.

Connecting

In the dashboard, open Connectors, find fal.ai and press Connect. The key you enter is checked against fal.ai 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 an API key at fal.ai/dashboard/keys
  2. Paste it into the connector

Notes

  • Asynchronous. run_model returns a request_id. Poll get_status, then call get_result.
  • Finished media is copied onto BoostGPT storage, so the link keeps working.
  • Different models take different inputs. prompt fits nearly all of them; image_url covers image-to-image and image-to-video. A model needing something more unusual may not be reachable through these parameters.

What an agent can do with it

Useful resources