# VertexAIModelGarden

> **Class** in `langchain_google_vertexai`

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

Large language models served from Vertex AI Model Garden.

## Signature

```python
VertexAIModelGarden(
    self,
    **kwargs: Any = {},
)
```

## Extends

- `_BaseVertexAIModelGarden`
- `BaseLLM`

## Constructors

```python
__init__(
    self,
    **kwargs: Any = {},
) -> None
```


## Properties

- `model_config`

---

[View source on GitHub](https://github.com/langchain-ai/langchain-google/blob/982e4015b249de8b9ba1e787746d8cc1f6d6b790/libs/vertexai/langchain_google_vertexai/model_garden.py#L89)