# VertexModelGardenMistral

> **Class** in `langchain_google_vertexai`

📖 [View in docs](https://reference.langchain.com/python/langchain-google-vertexai/model_garden_maas/mistral/VertexModelGardenMistral)

## Signature

```python
VertexModelGardenMistral(
    self,
    **kwargs = {},
)
```

## Extends

- `_BaseVertexMaasModelGarden`
- `chat_models.ChatMistralAI`

## Methods

- [`completion_with_retry()`](https://reference.langchain.com/python/langchain-google-vertexai/model_garden_maas/mistral/VertexModelGardenMistral/completion_with_retry)

---

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