Skip to content
Vercel April 2026 security incident

GPT Image 2

openai/gpt-image-2

GPT Image 2 is OpenAI's state-of-the-art image generation model for fast, high-quality image generation and editing. It supports flexible image sizes and high-fidelity image inputs.

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