> ## 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.Usage

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

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

```python theme={null}
Usage(**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" />

#### completion\_tokens

<br />

<br />

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

#### cost

<br />

<br />

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

#### model\_config

<br />

<br />

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

#### prompt\_tokens

<br />

<br />

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

#### total\_tokens

<br />

<br />
