Skip to content

GPT Image 1

GPT Image 1 is OpenAI's image generation model available through the API, capable of creating, editing, and generating variations of images from text descriptions with high fidelity and detail.

Image Gen
index.ts
import { experimental_generateImage as generateImage } from 'ai';
const result = await generateImage({
model: 'openai/gpt-image-1',
prompt: 'A red balloon on a wooden table.'
});

About GPT Image 1

GPT Image 1 was released on March 25, 2025 as OpenAI's image generation model available through the API. It generates images from text descriptions, supporting creation of new images, editing of existing images, and generation of variations.

The model handles a wide range of subjects and styles, from photorealistic scenes to illustrations, diagrams, and abstract art. It accepts detailed text prompts describing the desired output and produces images that match the description with high fidelity.

You can generate custom visuals on demand, create personalized content, and build creative tools without separate image generation infrastructure.