> ## 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.tools.experimental.perplexity.perplexity_search.Usage

<h2 id="autogen.tools.experimental.perplexity.perplexity_search.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)
```

Model representing token usage details.<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" />

#### 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" />

#### search\_context\_size

<br />

<br />

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

#### total\_tokens

<br />

<br />
