被监控模型(近 24 小时)
每 30 秒自动刷新
| 站点 | 模型 | 最近状态 | 成功率 | 次数 | TTFT | 总耗时 | tokens/s | 最近检测 |
|---|---|---|---|---|---|---|---|---|
| {{ r.station }} | {{ r.model }} 已下架 | 未检测 正常 {{ r.last_error || '失败' }} | {{ r.success_rate===null ? '-' : r.success_rate + '%' }} | {{ r.count_24h }} | {{ fmtMs(r.avg_ttft_ms) }} | {{ fmtMs(r.avg_total_ms) }} | {{ r.avg_tps ?? '-' }} | {{ fmtTime(r.last_ts) }} |
还没有被监控的模型 — 在「站点管理」里发现模型并勾选监控
| 时间 | 站点 | 模型 | 类型 | 结果 | TTFT | 总耗时 | tokens/s | 详情 |
|---|---|---|---|---|---|---|---|---|
| {{ fmtTime(l.ts) }} | {{ l.station }} | {{ l.model || '-' }} | {{ l.type }} | {{ verdictText(l.verdict) }}·{{ l.suspected_vendor }} 成功 {{ l.error_class }}{{ l.http_status ? ' ('+l.http_status+')' : '' }} | {{ fmtMs(l.ttft_ms) }} | {{ fmtMs(l.total_ms) }} | {{ l.tps ?? '-' }} |
暂无日志
共 {{ logTotal }} 条 · 第 {{ logPage }}/{{ logPages }} 页
监控频率
保存后立即生效,无需重启。探测会消耗各站点 token,频率别开太高。
每个被监控模型每隔这么久测一次延迟/可用性
定期拉取各站点 /v1/models,发现上架/下架
对开启同步的站点,定期拉上游 /api/pricing 更新价格
定期对被监控模型做身份鉴别,决定红黑榜“掺水率”。烧 token,别太频繁
超期的检测日志每天自动清理