Skip to main content

Usage

Monitor token usage across your Diosc deployment.

Usage Dashboard

Navigate to Usage in the sidebar to open the usage dashboard.

Usage Dashboard

Overview Metrics

The top of the page shows four key metric cards:

MetricDescription
Total TokensTotal tokens consumed in the selected period
Input TokensTotal input tokens consumed
Output TokensTotal output tokens generated
Active UsersNumber of active users in the selected period

Token Breakdown

The main view shows a breakdown of token consumption:

MetricDescription
Input TokensTokens sent to models as input
Output TokensTokens generated by models
InteractionsNumber of LLM calls

Filtering

Use the filters at the top of the page to narrow the data:

FilterDescription
AssistantSelect a specific assistant or all assistants
Date RangeChoose a time period for the data
Group ByGroup results by different dimensions

Best Practices

Monitor Regularly

  • Check the dashboard periodically to spot unusual patterns
  • Compare usage across assistants to identify optimization opportunities
  • Watch for usage spikes that may indicate issues

Optimize Token Usage

  • Use Budget-tier models for simple, high-volume tasks
  • Use Premium models only where complex reasoning is needed
  • Review token breakdown to understand input vs. output distribution

Track Per-Assistant

  • Use the assistant filter to compare usage between assistants
  • Identify which assistants consume the most tokens
  • Adjust model selection per assistant based on complexity needs

Next Steps