Skip to content

GPT Image 1 Mini

GPT Image 1 Mini is a compact, faster variant of OpenAI's image generation model, optimized for lower-cost image generation while maintaining good output quality for the majority of visual content needs.

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

Playground

Try out GPT Image 1 Mini 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.