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

# Embedding Usage • Rust AI Agent SDK

> EmbeddingUsage: Embedding usage statistics

# EmbeddingUsage

> Defined in the [**extras**](../modules/extras) module.

<Badge color="orange">Rust AI Agent SDK</Badge>

Embedding usage statistics

## Fields

| Name            | Type  | Description   |
| --------------- | ----- | ------------- |
| `prompt_tokens` | `u32` | Prompt tokens |
| `total_tokens`  | `u32` | Total tokens  |

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-rust/praisonai/src/parity/extras.rs#L506">
  `praisonai/src/parity/extras.rs` at line 506
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Rust Embeddings" icon="code" href="/docs/rust/embeddings" />

  <Card title="Rust Embedding" icon="code" href="/docs/rust/embedding" />

  <Card title="Rust Vector Store" icon="database" href="/docs/rust/vector-store" />
</CardGroup>
