Model Update | GPT Image 2 Beta Parameter Limits and Legacy Route Migrations
GPT Image 2 Beta Parameter Limits
- Supported:
size="auto", or aspect-ratio sizes such assize="1:1"withresolution="1K" - Auto mode:
size="auto"remains supported; if aresolutionvalue is also sent, it is ignored - Not supported on Beta:
resolution="2K",resolution="4K", or explicitWxHpixel sizes such as1024x1024 - Recommendation: switch to official
gpt-image-2for 2K, 4K, or explicit pixel control
GPT-4O Image Compatibility Migration
GPT-4O Image has reached model retirement, so its compatibility route has been migrated to GPT Image 2 Beta to keep requests available.
gpt-4o-imageandgpt-4o-image-betanow route togpt-image-2-betainternally.- Existing requests can continue using the same model IDs for compatibility.
- Billing and routing now follow the GPT Image 2 Beta configuration.
- If
sizeis not provided, the compatibility route keeps the previous square-image default (1:1). - The
mask/mask_urlparameter no longer takes effect on this compatibility route; useimage_url/image_urlswith the prompt for editing-style workflows.
GPT Image 1.5 Legacy Compatibility Migration
The gpt-image-1.5-beta and gpt-image-1.5-lite compatibility routes have been migrated to GPT Image 2 Beta to keep requests available.
- Existing requests can continue using the same model IDs for compatibility.
- Legacy pixel sizes are converted to GPT Image 2 Beta supported aspect-ratio sizes with
1Kresolution. - The
qualitylevel parameter no longer takes effect on this compatibility route and will be ignored. - Billing and routing now follow the GPT Image 2 Beta configuration.