Average Metrics Per Query

Cost: {{ regression_metrics.cost }} · Tokens: {{ regression_metrics.total_tokens }} · Latency: {{ regression_metrics.latency }}

Cost

{% include "eval/components/_metric_dropdown.html" with metric_key="cost" metric_label="Avg Total Cost" metric_value=regression_metrics.cost delta=regression_metrics_deltas.cost delta_key="cost" threshold=threshold_status.cost %} {% include "eval/components/_metric_dropdown.html" with metric_key="cost_input" metric_label="Avg Input Cost" metric_value=regression_metrics.cost_input delta=regression_metrics_deltas.cost_input delta_key="cost_input" threshold=threshold_status.cost_input %} {% include "eval/components/_metric_dropdown.html" with metric_key="cost_output" metric_label="Avg Output Cost" metric_value=regression_metrics.cost_output delta=regression_metrics_deltas.cost_output delta_key="cost_output" threshold=threshold_status.cost_output %}

Tokens

{% include "eval/components/_metric_dropdown.html" with metric_key="input_tokens" metric_label="Avg Input Tokens" metric_value=regression_metrics.input_tokens delta=regression_metrics_deltas.input_tokens delta_key="input_tokens" threshold=threshold_status.input_tokens %} {% include "eval/components/_metric_dropdown.html" with metric_key="output_tokens" metric_label="Avg Output Tokens" metric_value=regression_metrics.output_tokens delta=regression_metrics_deltas.output_tokens delta_key="output_tokens" threshold=threshold_status.output_tokens %} {% include "eval/components/_metric_dropdown.html" with metric_key="total_tokens" metric_label="Avg Total Tokens" metric_value=regression_metrics.total_tokens delta=regression_metrics_deltas.total_tokens delta_key="total_tokens" threshold=threshold_status.total_tokens %}

Latency

{% include "eval/components/_metric_dropdown.html" with metric_key="latency" metric_label="Avg Total Latency" metric_value=regression_metrics.latency delta=regression_metrics_deltas.latency delta_key="latency" threshold=threshold_status.latency %} {% include "eval/components/_metric_dropdown.html" with metric_key="agent_latency" metric_label="Avg Agent Latency" metric_value=regression_metrics.agent_latency delta=regression_metrics_deltas.agent_latency delta_key="agent_latency" threshold=threshold_status.agent_latency %} {% include "eval/components/_metric_dropdown.html" with metric_key="tool_latency" metric_label="Avg Tool Latency" metric_value=regression_metrics.tool_latency delta=regression_metrics_deltas.tool_latency delta_key="tool_latency" threshold=threshold_status.tool_latency %}