Vertex AI's Imagen 4 Models | Generated by AI

Home 2025.08

Based on the code snippet you provided, you are using the genai.Client to interact with a model for image generation on Vertex AI. The model you’ve specified is "imagen-4.0-generate-preview-06-06".

Here’s a breakdown of what’s new and what this model represents:

The Latest Image Generation Models on Vertex AI

The model you are using, imagen-4.0-generate-preview-06-06, is part of the latest Imagen 4 model family on Vertex AI. This model family also includes:

These Imagen 4 models are a significant update, building on previous versions like Imagen 3 and Imagen 2. The key features and updates with Imagen 4 include:

The person_generation and safety_filter_level parameters in your code snippet are still relevant and allow you to configure the model’s behavior for responsible AI, as you have done with person_generation="ALLOW_ADULT" and safety_filter_level="BLOCK_LOW_AND_ABOVE".

Beyond Image Generation

In addition to the updated Imagen models, Google Cloud has also recently introduced other new generative AI models on Vertex AI, including:


Back Donate