OpenAI's gpt-image-1.5 model generates images from text prompts. You can use it via the Images API or as a built-in tool in the Responses API.
The provider question, finally settled
For first-party image gen on OpenAI, the answer for new code is gpt-image-1.5. It understands long, structured prompts better than DALL-E 3, supports reference images natively (image-to-image, style transfer), and is the active development surface. DALL-E 3 still works for legacy code; nobody should pick it for new code.
For non-OpenAI alternatives, Google's Nano Banana Pro (gemini-3-pro-image-preview) is competitive on prompt fidelity and reference-image quality. cwkPippa's image-gen skill defaults to Nano Banana Pro and switches to gpt-image-1.5 only on explicit request — the choice is per-task, not per-vendor-loyalty.