{{ sid }} · {{ platform }}
| seq | model | input | output | cache read | cache creation | reasoning | 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 "-" }} | {{ row.total_tokens }} | {{ row.ts }} |
no usage recorded yet.
{% endif %}