{"version":"1","model":{"id":"fal-ai/hidream-o1-image/edit","name":"HiDream O1 Edit","kind":"image","availability":"available","available":true,"restricted":false,"api_key_only":false,"description":"HiDream O1 Edit — dedicated editing endpoint requiring a reference image for instruction-based transformation and subject personalization.","pricing_note":"~$0.01 / MP · 1024² ≈ 3 cr · 2048² ≈ 10 cr","categories":["generate-image","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","Custom"],"resolutions":["1024","2048"],"durations":[],"output_formats":["jpeg","png","webp"],"max_images":4,"max_reference_images":4,"base_credits":3,"api_gross_margin_percent":20,"added_at":"2026-05-28","popularity_rank":126,"example_prompt":"Replace the perfume bottle with a lipstick, keep the same lighting and background, photorealistic","preview":{"image":"https://cdn.artemotion.ai/file/artemotion-ai-bckt/model-previews/hidream-edit.jpg"},"schema_url":"/api/v1/models?id=fal-ai%2Fhidream-o1-image%2Fedit","input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.artemotion.ai/api/v1/models?id=fal-ai%2Fhidream-o1-image%2Fedit","title":"HiDream O1 Edit generation request","description":"Request body accepted by POST /api/v1/generate for fal-ai/hidream-o1-image/edit.","type":"object","properties":{"model_id":{"type":"string","const":"fal-ai/hidream-o1-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"},"num_inference_steps":{"title":"Steps","description":"Number of denoising steps. More = higher quality, slower.","default":50,"type":"number","minimum":1,"maximum":50,"multipleOf":1},"guidance_scale":{"title":"Guidance Scale","description":"Classifier-free guidance scale. Higher = more faithful to prompt.","default":5,"type":"number","minimum":0,"maximum":20,"multipleOf":0.1},"keep_original_aspect":{"title":"Keep Original Aspect","description":"When one reference image is provided, preserve its aspect ratio for the output.","default":false,"type":"boolean"},"enable_safety_checker":{"title":"Safety Checker","description":"Filter potentially unsafe content from the output.","default":true,"type":"boolean"},"output_format":{"title":"Output Format","description":"Output image format.","default":"png","type":"string","enum":["jpeg","png","webp"]},"seed":{"title":"Seed","description":"Random seed for reproducible generation.","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},"reference_image_urls":{"type":"array","items":{"type":"string","format":"uri"},"maxItems":4}},"required":["model_id","prompt","reference_image_urls"],"additionalProperties":false},"parameters":[{"key":"num_inference_steps","label":"Steps","type":"number","default":50,"min":1,"max":50,"step":1,"description":"Number of denoising steps. More = higher quality, slower."},{"key":"guidance_scale","label":"Guidance Scale","type":"number","default":5,"min":0,"max":20,"step":0.1,"description":"Classifier-free guidance scale. Higher = more faithful to prompt."},{"key":"keep_original_aspect","label":"Keep Original Aspect","type":"toggle","default":false,"description":"When one reference image is provided, preserve its aspect ratio for the output."},{"key":"enable_safety_checker","label":"Safety Checker","type":"toggle","default":true,"description":"Filter potentially unsafe content from the output."},{"key":"output_format","label":"Output Format","type":"select","default":"png","options":["jpeg","png","webp"],"description":"Output image format."},{"key":"seed","label":"Seed","type":"seed","description":"Random seed for reproducible generation."}]}}