{"version":"1","model":{"id":"fal-ai/boogu-image","name":"Boogu Image","kind":"image","availability":"available","available":true,"restricted":false,"api_key_only":false,"description":"Boogu-Image — bilingual (English/Chinese) instruction-following text-to-image generation with up to 2K native output.","pricing_note":"$0.04 / output megapixel × images (fal-published) — 1MP ≈ 10cr, 2K ≈ 40cr","categories":["generate-text"],"prompt_required":true,"prompt_supported":true,"supports":{},"aspect_ratios":["1:1","16:9","9:16","4:3","3:4","Custom"],"resolutions":["1024","2048"],"durations":[],"max_images":4,"base_credits":5,"api_gross_margin_percent":20,"added_at":"2026-07-05","popularity_rank":61,"example_prompt":"A cozy street-corner bakery at dawn, warm light spilling through fogged windows, fresh bread stacked in wicker baskets, a cat asleep on the doorstep, soft cinematic photography","preview":{"image":"https://cdn.artemotion.ai/file/artemotion-ai-bckt/model-previews/boogu-image-v1-sm.webp"},"schema_url":"/api/v1/models?id=fal-ai%2Fboogu-image","input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.artemotion.ai/api/v1/models?id=fal-ai%2Fboogu-image","title":"Boogu Image generation request","description":"Request body accepted by POST /api/v1/generate for fal-ai/boogu-image.","type":"object","properties":{"model_id":{"type":"string","const":"fal-ai/boogu-image","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 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 generation follows the text instruction. 1.0 disables text CFG.","default":4,"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 generated images.","default":true,"type":"boolean"},"seed":{"title":"Seed","description":"Same seed + prompt reproduces the same image.","type":"integer"},"aspect_ratio":{"type":"string","enum":["1:1","16:9","9:16","4:3","3:4","Custom"]},"resolution":{"type":"string","enum":["1024","2048"]},"num_images":{"type":"integer","minimum":1,"maximum":4}},"required":["model_id","prompt"],"additionalProperties":false},"parameters":[{"key":"negative_prompt","label":"Negative Prompt","type":"text","default":"","description":"Describes what should NOT appear in the 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 generation follows the text instruction. 1.0 disables text CFG."},{"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 generated images."},{"key":"seed","label":"Seed","type":"seed","description":"Same seed + prompt reproduces the same image."}]}}