For the complete documentation index, see llms.txt. This page is also available as Markdown.

LLM Logs

Trace model calls, token use, cost, and latency.

LLM Logs records every LLM call completion with its model, target, tokens, and cost. Open Observability → LLM Logs.

The LLM Logs screen, listing model calls with tokens, cost, latency, and status
LLM Logs, tracing every completed model call.

You can narrow by project and model. You can also search by model or agent. Each row is one completed model call:

Field
What it shows

Model

The model that ran, such as gpt-4.1-mini.

For

The target the call was made for.

Tokens

Tokens consumed by the call.

Cost

The credit cost of the call.

Latency

How long the call took, in milliseconds.

When

The completion time.

Status

The call outcome, such as Success.

Select a row to see the call's full detail.

Last updated