fal · Arazzo Workflow
fal Streaming Inference
Version 1.0.0
Run a model synchronously over the streaming endpoint to receive progressive output.
View Spec
View on GitHub
AIArtificial IntelligenceGenerative AIGenerative MediaImage GenerationVideo GenerationAudio GenerationInferenceServerlessGPUMCPArazzoWorkflows
Provider
Workflows
stream-inference
Open a synchronous SSE stream of progressive model output.
Posts a model-specific input to the streaming endpoint and confirms the Server-Sent Events stream was opened so the client can consume progress and output events.
1
openStream
streamRequest
Post the model-specific input to the streaming endpoint and confirm the SSE stream was opened with a 200 response. Incremental progress and output events are consumed by the client from the open stream.