{% extends "base.html" %} {% block title %}コスト - llm-devproxy{% endblock %} {% block content %}
| {{ p.provider }} | ${{ "%.4f"|format(p.total_cost) }} | {{ p.request_count }} req |
データなし
{% endif %}| {{ m.model }} | ${{ "%.4f"|format(m.total_cost) }} | {{ m.request_count }} req | {% if m.total_reasoning and m.total_reasoning > 0 %}🧠 {{ m.total_reasoning|format_tokens }} | {% else %}{% endif %} |
データなし
{% endif %}| Session | Steps | Cached | Cost |
|---|---|---|---|
| {{ s.name }} | {{ s.step_count }} | {{ s.cached_count or 0 }} | ${{ "%.4f"|format(s.total_cost_usd) }} |
データなし
{% endif %}