A guide to log, monitor, and improve LLM outputs.
An LLM log is a record of an LLM request. It includes the prompt, the response, and the metadata associated with the request.
In Keywords AI, you can see every LLM log’s metrics like Messages
, Model
, Provider
, User
, API key
, Prompt
, Response
, Cost
, Duration
, Status
, and Timestamp
.
To enable logging, you can use the Logging API,Tracing API, or the LLM proxy to log each LLM request.