{"name":"image-inpaint","description":"Inpaints an image by replacing the masked region with content matching a text prompt. White pixels in the mask = region to inpaint. Default model: gpt-image-2. Returns a permanent fal-hosted PNG URL. Use it for mask-based image edits, object replacement, mask-driven face swap, or generative fill.","price":"$0.02","method":"POST","input_schema":{"properties":{"image_url":{"type":"string","description":"Public http(s) URL of the source image."},"mask_url":{"type":"string","description":"Public http(s) URL of the mask image (white = inpaint region; black = keep)."},"prompt":{"type":"string","description":"What to fill the masked region with."},"model":{"type":"string","description":"Override the inpaint model. Default 'gpt-image-2'."}},"required":["image_url","mask_url","prompt"]},"input_example":{"image_url":"https://github.com/CompVis/stable-diffusion/raw/main/data/inpainting_examples/overture-creations-5sI6fQgYIuo.png","mask_url":"https://github.com/CompVis/stable-diffusion/raw/main/data/inpainting_examples/overture-creations-5sI6fQgYIuo_mask.png","prompt":"a golden retriever sitting on a bench"},"output_example":{"image_url":"https://v3.fal.media/files/abc/xyz/inpainted.png","model":"fal-ai/inpaint","prompt":"a golden retriever sitting on a bench","source":"fal"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}