系统状态

运行时间

{{ uptime }}

健康状态

{{ health_status }}

用户数量

{{ user_count }}

Token使用统计

总Token使用量

{{ total_tokens }}

*此数据仅包含代理使用的token,不包含Abacus网站使用的token。数据为粗略估计。

按模型统计

{% for model in token_stats %} {% endfor %}
模型 Token使用量 占比
{{ model.name }} {{ model.tokens }} {{ model.percentage }}%

计算点使用统计

总计算点使用量

{{ total_compute_points }}

使用记录

{% for entry in compute_points_log %} {% endfor %}
时间 计算点 模型
{{ entry.timestamp }} {{ entry.points }} {{ entry.model }}
*每小时更新一次

API端点

{% for endpoint in api_endpoints %}

{{ endpoint.name }}

{{ endpoint.url }}

{% endfor %}