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

# autogen.io.run_response.CostBreakdown

<h2 id="autogen.io.run_response.CostBreakdown" class="doc doc-heading">
  <code class="doc-symbol doc-symbol-heading doc-symbol-class" />

  <span class="doc doc-object-name doc-class-name">CostBreakdown</span>
</h2>

```python theme={null}
CostBreakdown(**data: Any)
```

!!! abstract "Usage Documentation"
[Models](/docs/api-reference/autogen/io/concepts/models)

A base class for creating Pydantic models.<br />

<b>Parameters:</b>

| Name     | Description   |
| -------- | ------------- |
| `**data` | **Type:** Any |

### Class Attributes

<code class="doc-symbol doc-symbol-heading doc-symbol-attribute" />

#### model\_config

<br />

<br />

<code class="doc-symbol doc-symbol-heading doc-symbol-attribute" />

#### models

<br />

<br />

<code class="doc-symbol doc-symbol-heading doc-symbol-attribute" />

#### total\_cost

<br />

<br />

### Static Methods

<code class="doc-symbol doc-symbol-heading doc-symbol-method" />

#### from\_raw

```python theme={null}
from_raw(data: dict[str, Any]) -> CostBreakdown
```

<b>Parameters:</b>

| Name   | Description                      |
| ------ | -------------------------------- |
| `data` | **Type:** dict\[str, typing.Any] |

<br />
