Documentation

Usage Logs in the NexoRouter documentation.

Usage Logs

Status: Stable dashboard workflow.

Usage Logs are the first place to investigate production behavior. They connect a request to its API key, model, status, latency, token usage, cost, and request ID.

NexoRouter Usage Logs dashboard with demo data

The dashboard screenshot above uses sanitized demo data. Real logs may include your own key names, model IDs, request IDs, cost, and error content.

What to check

FieldWhy it matters
Request IDUse this when asking support to investigate a specific call.
API keyConfirms which app or tool sent the request.
ModelConfirms the exact model ID that reached the gateway.
StatusSeparates success, user errors, quota errors, rate limits, and upstream failures.
Tokens and costExplains billing and budget consumption.
LatencyHelps distinguish slow models from client/network problems.

Debug flow

  1. Copy the request ID from the client response or log entry.
  2. Filter Usage Logs by time range and API key.
  3. Compare the model ID in the log with the model ID in your tool config.
  4. Check whether the failure is before the provider, at the gateway, or upstream.
  5. Use the documented error code to choose the next fix.
Usage Logs — NexoRouter