> For the complete documentation index, see [llms.txt](https://docs.poweromni.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.poweromni.ai/en/administration-and-configuration/audits/token-consumption.md).

# Token Consumption

The **Token Consumption** menu is your data source for detailed auditing, presenting a transactional log of each AI interaction. It allows the administrator to track token costs per question, ensuring full transparency in the consumption of your Azure account.

<figure><img src="/files/6yMdiHbWJWTlY9CBiqOd" alt=""><figcaption></figcaption></figure>

Purpose

* **Financial Audit:** Identify exactly where the cost is being generated.
* **Cost Optimization:** Analyze consumption by Model and Agent to make decisions about choosing the most efficient model for each function.
* **Governance:** Link each interaction to a specific user and project.

### Table Details

The log table displays the following fields for each transaction (question/response):

<table><thead><tr><th width="207">Field</th><th>Description</th></tr></thead><tbody><tr><td>Project</td><td>The Azure resource that generated the consumption.</td></tr><tr><td>Model</td><td>The specific AI model used in the interaction.</td></tr><tr><td>Agent</td><td>The AI assistant used by the user.</td></tr><tr><td>User</td><td>The user who initiated the interaction.</td></tr><tr><td>Input Tokens</td><td>The number of tokens used in the user’s prompt.</td></tr><tr><td>Output Tokens</td><td>The number of tokens used to generate the AI response.</td></tr><tr><td>Total Cost</td><td>The financial cost of the specific interaction in US dollars (USD).</td></tr></tbody></table>
