Fal.ai Images
Crazyrouter proxies Fal.ai image generation endpoints, supporting text-to-image and image editing.Text-to-Image
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
prompt | string | Yes | Image description prompt |
negative_prompt | string | No | Negative prompt |
image_size | string | No | Image size: square_hd, landscape_4_3, portrait_4_3, landscape_16_9, portrait_16_9 |
num_images | integer | No | Number of images, default 1 |
seed | integer | No | Random seed |
guidance_scale | number | No | Guidance strength |
num_inference_steps | integer | No | Number of inference steps |
Request Examples
Response Example
Image Editing
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
prompt | string | Yes | Edit description |
image_url | string | Yes | Original image URL |
mask_url | string | No | Mask image URL |
strength | number | No | Edit strength, 0-1 |
Request Example
cURL
Response Example
Fal.ai endpoints support multiple underlying models. For available models, refer to the Model Pricing page.