fal · Arazzo Workflow
fal Queue Inference
Version 1.0.0
Submit a model inference job, poll the queue until it completes, then fetch the result.
View Spec
View on GitHub
AIArtificial IntelligenceGenerative AIGenerative MediaImage GenerationVideo GenerationAudio GenerationInferenceServerlessGPUMCPArazzoWorkflows
Provider
Workflows
queue-inference
Run a generative model through the fal queue and return its output.
Submits an inference request to a fal-hosted model, waits for the queued job to finish by polling its status, and returns the completed result payload once the status is COMPLETED.
1
submitJob
submitRequest
Submit the model-specific input to the named model and capture the request_id returned by the queue.
2
pollStatus
getRequestStatus
Poll the request status until the job leaves the queue and reaches a terminal COMPLETED state. Re-enters itself while still IN_QUEUE or IN_PROGRESS.
3
fetchResult
getRequestResult
Retrieve the final inference output for the completed request.