Skip to content

Imagen 4 Ultra

Imagen 4 Ultra is Google's maximum-fidelity image generation model, the quality ceiling of the Imagen 4 family, designed for print production, publication-grade visuals, high-DPI displays, and professional creative applications where every detail in the rendered image matters.

Image Gen
index.ts
import { experimental_generateImage as generateImage } from 'ai';
const result = await generateImage({
model: 'google/imagen-4.0-ultra-generate-001',
prompt: 'A red balloon on a wooden table.'
});

Playground

Try out Imagen 4 Ultra by Google. 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.