Skip to main content
After signing in to the console, open the Metrics page to view aggregated metrics and trend data for model calls.
  • Metrics: Use this page to observe overall usage, throughput changes, and latency performance over a selected time range.
  • Home: Use this page for a quick view of major traffic sources, including Top Models, Top API Keys, and member usage. Member usage is visible only to administrators.
  • Usage Detail: Use this page to inspect individual request records. Go to the Usage Detail page when you need request-level details.

Filters

You can view metrics by the following dimensions:
  • Time range: Select the last 24 hours, last 7 days, last 30 days, or define a custom range with a start date and end date.
  • Model: View all models, or select a specific model to analyze its metrics.

Summary Metrics

metrics-overview The top of the page shows summary metrics under the current filters:

Charts

metrics The Metrics page includes trend and distribution charts that help you analyze calls from different angles:

Common Analysis Paths

  • Analyze cost changes: Start with Total Tokens, TPM, and Token Distribution to determine whether the increase comes mainly from input, output, reasoning, or cache-related tokens.
  • Troubleshoot slower responses: Start with Time to First Token (TTFT) and End-to-End Latency (E2E). When TTFT is high, focus on how quickly the first token returns. When E2E latency is high, focus on output length and full generation time.
  • Monitor traffic fluctuations: Use API Requests, RPM, and TPM together to identify traffic peaks. If needed, check whether your application has batch jobs, scheduled tasks, or retry amplification.
  • Optimize prompt length: Check Prompt Length Distribution. If long prompts make up a large share of requests, consider compressing context, splitting tasks, or reusing cached context.
  • Compare model performance: Filter by model and compare latency, throughput, and token distribution to evaluate whether each model fits your workload.