Skip to content

GPT Image 2

GPT Image 2 is OpenAI's state-of-the-art image generation model, built for fast, high-quality image generation and editing with flexible 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.'
});

Playground

Try out GPT Image 2 by OpenAI. Usage is billed to your team at API rates. Free users (those who haven't made a payment) get $5 of credits every 30 days.