| 模型 | 次数 | 入 | 出 | 成本 $ |
|---|---|---|---|---|
| {{ m }} | {{ b.requests }} | {{ b.input_tokens }} | {{ b.output_tokens }} | {{ b.cost_est_usd }} |
单价来自模型池条目($/1M tokens);经典设置下的模型成本不计入。
通过率: {{ (((data.review.total - data.review.pending) / data.review.total) * 100).toFixed(1) }}%
{{ JSON.stringify(data, null, 2) }}