{% extends "base.html" %} {% block content %}

{{ title }}

💰 Analysis Type: Cost Efficiency 🕐 Generated: {{ timestamp }}
{% for card in summary_cards %}

{{ card.title }}

{{ card.value }}
{% if card.change %}
{{ card.change }}
{% endif %}
{% endfor %}

💵 Cost Breakdown by Model

⚖️ Cost per Request

🎯 Cost Efficiency Score

💡 Cost Optimization Recommendations

📊 Detailed Cost Analysis

{% for result in results %} {% endfor %}
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) }}
{% endblock %} {% block charts %} {% endblock %}