{% extends "base.html" %} {% block content %}
| Model | Total Requests | Total Tokens | Avg Cost/Request | Total Cost | Quality Score | Value Rating |
|---|---|---|---|---|---|---|
| {{ result.model }} | {{ result.latency_ms }} | {{ result.test_name }} | ${{ result.cost | round(precision=5) }} | ${{ result.coherence | round(precision=4) }} | {{ result.faithfulness | round(precision=1) }}% | {{ result.relevance | round(precision=1) }} |