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.
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.
Your generated image will appear here
Providers
Route requests across multiple providers. Copy a provider slug to set your preference. Visit the docs for more info. Using a provider means you agree to their terms, listed under Legal.
| Provider |
|---|
More models by Google
| Model |
|---|
About Imagen 4 Ultra
Imagen 4 Ultra is the highest-fidelity tier in the Imagen 4 family. It launched alongside the fast and standard variants as part of AI Gateway's image-only model category, purpose-built for professional and creative applications where standard-tier image quality doesn't meet the bar.
The distinction between ultra and standard is not primarily about resolution. It's about what happens in those pixels. Ultra-tier generation emphasizes fine detail rendering: fabric texture, surface reflections, fine hair and skin detail, material microstructure, and depth-of-field rendering in complex scenes. In a web thumbnail, these differences may be invisible. In a full-bleed print spread, a billboard, a publication hero image, or a product shot viewed at full zoom, they determine whether an image looks generated or holds up to professional scrutiny.
For design agencies, advertising studios, and media production teams, the ultra tier serves as the final-output generator in a pipeline that begins with fast-tier iteration. You explore prompts quickly, select candidates, and submit only approved prompts to ultra for final rendering. This keeps the bulk of generation cost on the fast tier while ensuring final output reflects Imagen 4's maximum capability.
Print production is a particularly clear use case. Images destined for physical print media require detail density that digital-only assets do not. Ultra-tier generation provides the photorealistic quality floor that makes AI-generated images viable in professional print contexts.
What To Consider When Choosing a Provider
- Configuration: The ultra tier carries a higher per-image cost than the fast and standard tiers. The practical workflow for most teams is to develop and validate prompts using
google/imagen-4.0-fast-generate-001, then route finalized prompts to ultra for production output; only the model slug changes between phases. - Zero Data Retention: AI Gateway supports Zero Data Retention for this model via direct gateway requests (BYOK is not included). To configure this, check the documentation.
- Authentication: AI Gateway authenticates requests using an API key or OIDC token. You do not need to manage provider credentials directly.
When to Use Imagen 4 Ultra
Best For
- Print production and publication: Images destined for physical media, large-format output, or editorial use where maximum detail density is required
- Hero and brand photography: Images that will be viewed at full resolution where detail quality reflects on the brand
- High-DPI display assets: Premium applications, product pages, and marketing materials viewed at retina resolution
- E-commerce product photography: Fine material detail directly influences purchase decisions
- Final render stage: Pipelines where prompt development already happened on the fast or standard tier
Consider Alternatives When
- Prompt development phase: You are still iterating on prompts (consider
google/imagen-4.0-fast-generate-001to reduce cost) - Web-scale display output: Standard-tier quality is sufficient for standard display resolutions (consider
google/imagen-4.0-generate-001) - Text output alongside images: Mixed-modality generation is required (consider
google/gemini-3-pro-image) - Video output required: Still images are not sufficient (consider the Veo model family)
Conclusion
Imagen 4 Ultra is the right choice when image output quality is load-bearing: when the image will be printed, published, displayed at high resolution, or evaluated by a professional who knows what AI-generated images look like at scale. For those applications, the ultra tier's quality ceiling is what justifies its place in the Imagen 4 lineup.