> For the complete documentation index, see [llms.txt](https://docs.hablla.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hablla.com/relatorios/relatorios-e-logs-da-hablla/total-de-consumo-de-ia.md).

# Total de consumo de IA

#### Total de Consumo de IA

O relatório de **Total de Consumo de IA** fornece uma visão completa sobre a utilização dos modelos de inteligência artificial na plataforma, permitindo mensurar eficiência, custos e performance em diferentes contextos de aplicação.

Com este dashboard, você pode:

* Acompanhar a **quantidade de tokens consumidos** por modelo de IA (como GPT-3.5 Turbo, GPT-4.1, GPT-4o, entre outros).
* Comparar o uso entre diferentes **modelos e versões**, identificando quais têm maior representatividade nas operações.
* Avaliar a **distribuição percentual de consumo**, garantindo uma gestão equilibrada entre performance e custo.
* Monitorar o tempo de uso em **transcrições de áudio**, fundamental para medir esforços em voice bots e interações omnichannel.
* Exportar relatórios em **PDF** ou **CSV**, facilitando análises externas e integrações com controles financeiros.

Esse relatório é essencial para gestores e analistas que desejam **otimizar recursos de IA**, entendendo a demanda real, projetando custos futuros e alinhando o uso de modelos às necessidades de negócio e à experiência do cliente.

<figure><img src="/files/uaUFWWJNRClHuQov8M5y" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.hablla.com/relatorios/relatorios-e-logs-da-hablla/total-de-consumo-de-ia.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
