# ModelProfileEntry

> **Class** in `deepagents_cli`

📖 [View in docs](https://reference.langchain.com/python/deepagents-cli/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/829909166606f8a9d9571b00da725845bad08da7/libs/cli/deepagents_cli/model_config.py#L148)