Readonly
queueThe queue client to interact with the queue API.
Readonly
realtimeThe realtime client to interact with the realtime API and receive updates in real-time.
Readonly
storageThe storage client to interact with the storage API.
Calls a fal app that supports streaming and provides a streaming-capable
object as a result, that can be used to get partial results through either
AsyncIterator
or through an event listener.
Calls a fal app that supports streaming and provides a streaming-capable
object as a result, that can be used to get partial results through either
AsyncIterator
or through an event listener.
the FalStream
instance.
Readonly
streamingThe streaming client to interact with the streaming API.
Subscribes to updates for a specific request in the queue.
The ID of the API endpoint.
Options to configure how the request is run and how updates are received.
A promise that resolves to the result of the request once it's completed.
The main client type, it provides access to simple API model usage, as well as access to the
queue
andstorage
APIs.See
createFalClient