# VertexAIImageGeneratorChat

> **Class** in `langchain_google_vertexai`

📖 [View in docs](https://reference.langchain.com/python/langchain-google-vertexai/vision_models/VertexAIImageGeneratorChat)

Generates an image from a prompt.

## Signature

```python
VertexAIImageGeneratorChat()
```

## Extends

- `_BaseVertexAIImageGenerator`
- `BaseChatModel`

---

[View source on GitHub](https://github.com/langchain-ai/langchain-google/blob/a3f016b2a6c4af535df275545f76fa7424aa39e5/libs/vertexai/langchain_google_vertexai/vision_models.py#L468)