> ## Documentation Index
> Fetch the complete documentation index at: https://askmarvin.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# models

> Base models for Marvin.

# `marvin.utilities.models`

Base models for Marvin.

## Classes

### `MarvinModel`

```python theme={null}
class MarvinModel()
```

Base model for all Marvin models.

This model:

* Is strict (no extra fields allowed)
* Uses modern Pydantic v2 features

***

**Parent Module:** [`utilities`](marvin-utilities)
