Basic Information

appmixer.ai.fal.RunModel

1.0.0

Public

Run any fal.ai model by its endpoint id. Set Wait For Result on for a synchronous call (bounded to 60s) or off to submit the job to the async queue and return immediately.

Input Ports

in

FieldTypeDescription
Model Endpoint Id text The fal model endpoint id, for example fal-ai/flux/schnell. Use the Find Models action to discover endpoint ids.
Arguments (JSON) textarea A JSON object matching the selected model's input schema, for example { "prompt": "a red bicycle" }.
Wait For Result toggle On: synchronous call bounded to 60 seconds, returns the model result. Off: submit to the queue and return the request id immediately. Use the queue for long-running models such as video.
Queue Priority select Advanced. Maps to the X-Fal-Queue-Priority header.
Start Timeout (seconds) number Advanced. Deadline for the request to start. Maps to the X-Fal-Request-Timeout header.
Store Payloads toggle Advanced. Turn off to prevent fal from persisting request/response payloads (maps to X-Fal-Store-IO: 0).
Disable Auto Retry toggle Advanced. Turn on to disable fal's automatic retry (maps to the X-Fal-No-Retry header).

Output Ports

out

FieldTypeDescription
Result object The raw model response (present when Wait For Result is on). The shape depends on the model.
Request Id string -
Status URL string -
Response URL string -
Cancel URL string -
Queue Position integer -

Full Metadata