The streaming client interface.
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.
AsyncIterator
the endpoint id, e.g. fal-ai/llavav15-13b.
fal-ai/llavav15-13b
the request options, including the input payload.
the FalStream instance.
FalStream
The streaming client interface.