{"version":"1","model":{"id":"openai/gpt-image-2.5-sunburst","name":"GPT Image 2.5 Sunburst","kind":"image","availability":"available","available":true,"restricted":false,"api_key_only":false,"description":"OpenAI's flagship image model for precise generation and editing. Five quality tiers through Max, transparent output, and 1K or 2K output.","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-text"],"prompt_required":true,"prompt_supported":true,"supports":{},"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,"base_credits":2,"api_gross_margin_percent":20,"added_at":"2026-09-08","popularity_rank":236,"example_prompt":"A bronze and glass greenhouse on a tiny rocky island in an alpine lake, one glowing orange tree inside, misty mountain peaks, golden sunrise, a narrow stone bridge, realistic glass reflections, cinematic editorial photograph.","preview":{"image":"/images/model-previews/generated/gpt-image-25-sunburst-v1.webp"},"schema_url":"/api/v1/models?id=openai%2Fgpt-image-2.5-sunburst","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-sunburst","title":"GPT Image 2.5 Sunburst generation request","description":"Request body accepted by POST /api/v1/generate for openai/gpt-image-2.5-sunburst.","type":"object","properties":{"model_id":{"type":"string","const":"openai/gpt-image-2.5-sunburst","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},"moderation":{"title":"Moderation","default":"auto","type":"string","enum":["auto","low"]},"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}},"required":["model_id","prompt"],"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":"moderation","label":"Moderation","type":"select","default":"auto","options":["auto","low"]}]}}