If you find more interesting models on the official website, please contact the administrator to add the model.
| Model | Description |
|---|---|
| fal-ai/flux-1/dev | Image generation |
| fal-ai/flux-1/dev/image-to-image | Image generation |
| fal-ai/flux-1/dev/redux | Image generation |
| fal-ai/flux-1/schnell | Image generation |
| fal-ai/flux-1/schnell/redux | Image generation |
| fal-ai/flux-pro/kontext | Image generation |
| fal-ai/flux-pro/kontext/max | Image generation |
| fal-ai/flux-pro/kontext/max/multi | Image generation |
| fal-ai/flux-pro/kontext/max/text-to-image | Image generation |
| fal-ai/flux-pro/kontext/multi | Image generation |
| fal-ai/flux-pro/kontext/text-to-image | Image generation |
Agreement
Include the headerAuthorization: Bearer your-key.
The official site usesAuthorization: key your-key.
Replacehttps://queue.fal.runin the documentation with your request domain.
Input, output, and request methods remain consistent with the official site.
POST {{BASE_URL}}/fal-ai/{{model}}{
"status": "IN_QUEUE",
"request_id": "551a32da-52b2-4be8-bf2f-bfb7cce2b324",
"response_url": "https://queue.fal.run/fal-ai/flux-1/requests/551a32da-52b2-4be8-bf2f-bfb7cce2b324",
"status_url": "https://queue.fal.run/fal-ai/flux-1/requests/551a32da-52b2-4be8-bf2f-bfb7cce2b324/status",
"cancel_url": "https://queue.fal.run/fal-ai/flux-1/requests/551a32da-52b2-4be8-bf2f-bfb7cce2b324/cancel",
"queue_position": 0
}Note:
Theresponse_urlin the response body is the next step request link. Replacehttps://queue.fal.runwith your proxy address.
Results have an expiration time; be sure to save them.
GET {BASE_URL}/fal-ai/{modelname}/requests/{request_id}images.{
"images": [
{
"url": "https://v3.fal.media/files/rabbit/aQEmU4lEKKIIr9cDOChUB.png",
"width": 1024,
"height": 768,
"content_type": "image/png"
}
],
"timings": {
"inference": 1.2249955059960485
},
"seed": 920212137,
"has_nsfw_concepts": [false],
"prompt": "Extreme close-up of a single cat eye, direct frontal view. Detailed iris and pupil. Sharp focus on eye texture and color. Natural lighting to capture authentic eye shine and depth. The word \"openai-hk\" is painted over it in big, white brush strokes with visible texture."
}video.{
"video": {
"url": "https://v3.fal.media/files/lion/eSsTNfWQRXfWGim1B8ZL5_output.mp4",
"content_type": "video/mp4",
"file_name": "output.mp4",
"file_size": 946834
}
}Results have an expiration time; be sure to save them.