{{ sid }} · {{ platform }}
| seq | model | input | output | cache read | cache creation | reasoning | {% if show_copilot_labels %}copilot native billing (nano-AIU) | duration_ms | TTFT (ms) | {% endif %}total | ts |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ row.seq }} | {{ row.response_model }} | {{ row.input_tokens }} | {{ row.output_tokens }} | {{ row.cache_read_input_tokens if row.cache_read_input_tokens is not none else "-" }} | {{ row.cache_creation_input_tokens if row.cache_creation_input_tokens is not none else "-" }} | {{ row.reasoning_output_tokens if row.reasoning_output_tokens is not none else "-" }} | {% if show_copilot_labels %}{{ row.copilot_billing_nano_aiu if row.copilot_billing_nano_aiu is not none else "-" }} | {{ row.duration_ms if row.duration_ms is not none else "-" }} | {{ row.output_ttft_ms if row.output_ttft_ms is not none else "-" }} | {% endif %}{{ row.total_tokens }} | {{ row.ts }} |
no usage recorded yet.
{% endif %}