{"version":"1","model":{"id":"fal-ai/boogu-image/edit","name":"Boogu Image (Edit)","kind":"image","availability":"available","available":true,"restricted":false,"api_key_only":false,"description":"Boogu-Image Edit — bilingual (English/Chinese) instruction-based image editing with adjustable reference-image guidance.","pricing_note":"$0.04 / output megapixel × images (fal-published; output-only billing) — 1MP ≈ 10cr","categories":["edit"],"prompt_required":true,"prompt_supported":true,"supports":{"referenceImage":true},"requires":{"referenceImage":true},"aspect_ratios":["1:1","16:9","9:16","4:3","3:4"],"resolutions":["1024","2048"],"durations":[],"max_images":4,"base_credits":5,"api_gross_margin_percent":20,"added_at":"2026-07-05","popularity_rank":62,"example_prompt":"Change the background to a sunny garden while preserving the person exactly as they are","preview":{"image":"https://cdn.artemotion.ai/file/artemotion-ai-bckt/model-previews/boogu-image-edit-v1-sm.webp"},"schema_url":"/api/v1/models?id=fal-ai%2Fboogu-image%2Fedit","input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.artemotion.ai/api/v1/models?id=fal-ai%2Fboogu-image%2Fedit","title":"Boogu Image (Edit) generation request","description":"Request body accepted by POST /api/v1/generate for fal-ai/boogu-image/edit.","type":"object","properties":{"model_id":{"type":"string","const":"fal-ai/boogu-image/edit","description":"ArtEmotion model identifier."},"extra":{"type":"object","additionalProperties":true,"description":"Model-specific settings may also be nested here."},"max_credits":{"type":"number","minimum":1,"description":"Reject before submission if the estimated list price exceeds this cap."},"webhook_url":{"type":"string","format":"uri","maxLength":2048},"webhook_secret":{"type":"string","maxLength":512},"folder_id":{"type":"string"},"prompt":{"type":"string"},"negative_prompt":{"title":"Negative Prompt","description":"Describes what should NOT appear in the edited image. Leave empty to disable negative guidance.","default":"","type":"string"},"num_inference_steps":{"title":"Steps","description":"Number of denoising steps to perform.","default":30,"type":"number","minimum":20,"maximum":50,"multipleOf":1},"guidance_scale":{"title":"Guidance Scale","description":"How closely the edit follows the text instruction.","default":4,"type":"number","minimum":1,"maximum":8,"multipleOf":0.1},"image_guidance_scale":{"title":"Image Guidance","description":"Reference-image guidance strength. 1.0 disables image CFG; higher preserves the input image more strongly.","default":1,"type":"number","minimum":1,"maximum":8,"multipleOf":0.1},"cfg_range_start":{"title":"CFG Range Start","description":"Start of the timestep fraction over which CFG is applied.","default":0,"type":"number","minimum":0,"maximum":1,"multipleOf":0.05},"cfg_range_end":{"title":"CFG Range End","description":"End of the timestep fraction over which CFG is applied.","default":1,"type":"number","minimum":0,"maximum":1,"multipleOf":0.05},"enable_safety_checker":{"title":"Enable Safety Checker","description":"If true, the safety checker is run on the input and output images.","default":true,"type":"boolean"},"seed":{"title":"Seed","description":"Same seed, prompt, and input image reproduce the same result.","type":"integer"},"aspect_ratio":{"type":"string","enum":["1:1","16:9","9:16","4:3","3:4"]},"resolution":{"type":"string","enum":["1024","2048"]},"num_images":{"type":"integer","minimum":1,"maximum":4},"reference_image_url":{"type":"string","format":"uri"}},"required":["model_id","prompt","reference_image_url"],"additionalProperties":false},"parameters":[{"key":"negative_prompt","label":"Negative Prompt","type":"text","default":"","description":"Describes what should NOT appear in the edited image. Leave empty to disable negative guidance."},{"key":"num_inference_steps","label":"Steps","type":"number","default":30,"min":20,"max":50,"step":1,"description":"Number of denoising steps to perform."},{"key":"guidance_scale","label":"Guidance Scale","type":"number","default":4,"min":1,"max":8,"step":0.1,"description":"How closely the edit follows the text instruction."},{"key":"image_guidance_scale","label":"Image Guidance","type":"number","default":1,"min":1,"max":8,"step":0.1,"description":"Reference-image guidance strength. 1.0 disables image CFG; higher preserves the input image more strongly."},{"key":"cfg_range_start","label":"CFG Range Start","type":"number","default":0,"min":0,"max":1,"step":0.05,"description":"Start of the timestep fraction over which CFG is applied."},{"key":"cfg_range_end","label":"CFG Range End","type":"number","default":1,"min":0,"max":1,"step":0.05,"description":"End of the timestep fraction over which CFG is applied."},{"key":"enable_safety_checker","label":"Enable Safety Checker","type":"toggle","default":true,"description":"If true, the safety checker is run on the input and output images."},{"key":"seed","label":"Seed","type":"seed","description":"Same seed, prompt, and input image reproduce the same result."}]}}