OpenAI Adds Transparent Background Generation to GPT-Image-2 API
OpenAI is previewing a transparent background feature for GPT-Image-2 through its API, letting developers generate PNGs with no background baked in at generation time. The company claims this produces cleaner results than traditional background removal, particularly on difficult edges like glass or thin fibers.
OpenAI is previewing transparent background support for GPT-Image-2 through its API, allowing developers to generate PNG images with no background rather than removing it afterward.
The feature is activated with a new background=transparent parameter in API calls. According to OpenAI, generating the alpha channel directly during image creation produces better results than conventional background-removal techniques applied after the fact. The company specifically cites improved handling of difficult areas such as transparent glass and thin fibers — regions where standard cutout tools typically struggle with edge artifacts.
OpenAI's accompanying Cookbook documentation outlines four target use cases:
- Product shots for e-commerce listings
- Diagrams for presentation software like PowerPoint
- Design elements including icons and stickers
- Merchandise artwork
Implementation details
OpenAI recommends against including background descriptions in prompts when using the transparent parameter, noting the model may still render a background if one is described in the text prompt despite the transparency setting.
For use cases involving charts or diagrams with specific numerical values, OpenAI advises manual verification of generated figures. The company states that GPT-Image-2 produces raster graphics and does not guarantee pixel-perfect accuracy for text or numbers embedded in images.
Developers looking to implement the feature need Python, the OpenAI and Pillow libraries, and an active API key. No pricing changes were mentioned alongside this update, and OpenAI has not disclosed whether transparent-background generation carries different token or compute costs than standard GPT-Image-2 requests.
What this means
This is a targeted workflow improvement rather than a new model or capability tier. Transparent background generation addresses a persistent pain point in AI image generation pipelines: post-hoc background removal tools frequently introduce artifacts around fine details like hair, glass, or fabric fibers, requiring manual cleanup before assets are usable in production contexts like e-commerce or marketing.
By baking transparency into the generation step itself, OpenAI is competing more directly with established design-asset workflows that currently rely on a generate-then-cut-out pipeline using separate tools. This matters most for teams building automated content pipelines — product photography, marketing collateral, or app icon generation — where eliminating a manual editing step reduces both cost and turnaround time.
The caveat about numerical accuracy in charts is a reminder that GPT-Image-2 remains a diffusion-based raster model, not a vector or data-rendering tool. Teams generating infographics or data visualizations still need a verification step before shipping generated assets, transparent background or not.
Related Articles
OpenAI Launches Apple Messages Plugin, Letting ChatGPT Read, Draft, and Send Texts
OpenAI has launched an Apple Messages plugin that lets ChatGPT read, sort, draft, and send texts on a user's behalf. The company says the plugin runs locally and does not index all messages, though it has not detailed exactly how that works.
AWS Bedrock Adds Cross-Region Inference for OpenAI's GPT-5.6 Models
Amazon Bedrock now supports cross-Region inference for three GPT-5.6 variants — Sol, Terra, and Luna — across more than 25 AWS Regions. The feature routes requests to available compute capacity via geographic or global inference profiles, without requiring code changes beyond swapping a model ID.
OpenAI Adds Apple Messages Plugin to ChatGPT for Mac
OpenAI has added an Apple Messages plugin to ChatGPT for Mac, allowing the AI to read, search, and send iMessage, SMS, and RCS conversations. The feature is available across all plans but currently limited to Apple silicon Macs.
Chinese Models Kimi K3 and GLM-5.3 Close In on GPT-5.5 and Claude Opus 5, New Analysis Finds
A new industry analysis argues the performance gap between Chinese and Western AI models has narrowed to single-digit differences on broad benchmarks. Moonshot's Kimi K3 and Zhipu's GLM-5.3 now trail OpenAI and Anthropic's top models by only a few points on the Artificial Analysis Intelligence Index, with a clear Western edge remaining only in abstract reasoning, output reliability, and offensive cybersecurity capability.
Comments
Loading...