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.
import { experimental_generateImage as generateImage } from 'ai';
const result = await generateImage({ model: 'openai/gpt-image-1', prompt: 'A red balloon on a wooden table.'});Playground
Try out GPT Image 1 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.