# ModelProfileEntry

> **Class** in `deepagents_code`

📖 [View in docs](https://reference.langchain.com/python/deepagents-code/model_config/ModelProfileEntry)

Profile data for a model with override tracking.

## Signature

```python
ModelProfileEntry()
```

## Extends

- `TypedDict`

## Constructors

```python
__init__(
    profile: dict[str, Any],
    overridden_keys: frozenset[str],
)
```

| Name | Type |
|------|------|
| `profile` | `dict[str, Any]` |
| `overridden_keys` | `frozenset[str]` |


## Properties

- `profile`
- `overridden_keys`

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/a98f0dfa8d534d8a1885b524632400e52db22ac6/libs/code/deepagents_code/model_config.py#L386)