Model Endpoints
Model endpoints are the entry point to interact with the fal API. They are exposed through simple HTTP APIs that can be called from any programming language.
In the next sections you will learn how to call these endpoints in 3 ways:
https://queue.fal.run
exposes our Queue, the recommended way to interact with the fal APIhttps://fal.run
allows synchronous execution of modelswss://ws.fal.run
allows submitting requests via a WebSocket connection
We also offer clients for some of the popular programming languages used by our community.