{"version":"1","model":{"id":"openai/gpt-image-2.5-flare/edit","name":"GPT Image 2.5 Flare (Edit)","kind":"image","availability":"available","available":true,"restricted":false,"api_key_only":false,"description":"OpenAI's fast image model for everyday creative work. Five quality tiers through Max, transparent output, and up to 16 reference images.","pricing_note":"Estimated token-based pricing. Explicit quality and size determine output estimates; prompt tokens and 3,050 input tokens per reference are allowances, not measured usage. Actual OpenAI usage varies. 2K output is experimental.","categories":["generate-image","inpaint"],"prompt_required":true,"prompt_supported":true,"supports":{"referenceImage":true},"requires":{"referenceImage":true},"aspect_ratios":["1:1","3:2","2:3"],"resolutions":["1024","2048"],"qualities":["low","medium","high","xhigh","max"],"durations":[],"output_formats":["png","jpeg","webp"],"max_images":10,"max_reference_images":16,"base_credits":5,"api_gross_margin_percent":20,"added_at":"2026-09-08","popularity_rank":239,"example_prompt":"Preserve the greenhouse architecture and lake composition. Replace the orange tree with a flowering cherry tree and change the season to spring. Keep realistic glass reflections and warm sunrise lighting.","preview":{"image":"/images/model-previews/generated/gpt-image-25-flare-edit-v1.webp"},"schema_url":"/api/v1/models?id=openai%2Fgpt-image-2.5-flare%2Fedit","input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.artemotion.ai/api/v1/models?id=openai%2Fgpt-image-2.5-flare%2Fedit","title":"GPT Image 2.5 Flare (Edit) generation request","description":"Request body accepted by POST /api/v1/generate for openai/gpt-image-2.5-flare/edit.","type":"object","properties":{"model_id":{"type":"string","const":"openai/gpt-image-2.5-flare/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"},"quality":{"title":"Quality","description":"Explicit quality keeps the credit estimate aligned with the request. Low is the default; Max uses the most output tokens.","default":"low","type":"string","enum":["low","medium","high","xhigh","max"]},"output_format":{"title":"Output Format","default":"png","type":"string","enum":["png","jpeg","webp"]},"background":{"title":"Background","description":"Transparent backgrounds require PNG or WebP.","default":"auto","type":"string","enum":["auto","opaque","transparent"]},"output_compression":{"title":"Output Compression","description":"JPEG/WebP only; 100 preserves the highest quality.","default":100,"type":"number","minimum":0,"maximum":100,"multipleOf":1},"mask_url":{"title":"Mask URL","description":"Transparent mask areas are edited; the mask applies to the first reference image.","type":"string"},"aspect_ratio":{"type":"string","enum":["1:1","3:2","2:3"]},"resolution":{"type":"string","enum":["1024","2048"]},"num_images":{"type":"integer","minimum":1,"maximum":10},"reference_image_urls":{"type":"array","items":{"type":"string","format":"uri"},"maxItems":16}},"required":["model_id","prompt","reference_image_urls"],"additionalProperties":false},"parameters":[{"key":"quality","label":"Quality","type":"select","default":"low","options":["low","medium","high","xhigh","max"],"description":"Explicit quality keeps the credit estimate aligned with the request. Low is the default; Max uses the most output tokens."},{"key":"output_format","label":"Output Format","type":"select","default":"png","options":["png","jpeg","webp"]},{"key":"background","label":"Background","type":"select","default":"auto","options":["auto","opaque","transparent"],"description":"Transparent backgrounds require PNG or WebP."},{"key":"output_compression","label":"Output Compression","type":"number","default":100,"min":0,"max":100,"step":1,"description":"JPEG/WebP only; 100 preserves the highest quality."},{"key":"mask_url","label":"Mask URL","type":"text","description":"Transparent mask areas are edited; the mask applies to the first reference image."}]}}