llm_api_cost_log
5 rows
This data as json, CSV (advanced)
Suggested facets: slide_count, input_tokens, cost_jpy, image_hash, created_at (date)
| id ▼ | model | slide_count | input_tokens | output_tokens | total_tokens | cost_usd | cost_jpy | elapsed_seconds | image_hash | created_at |
|---|---|---|---|---|---|---|---|---|---|---|
| 1 | gemini-3.1-flash-lite | 12 | 13532 | 725 | 14257 | 0.004471 | 0.72 | 7.78 | 9ec634a193169d8aee7552637ad1ff8b | 2026-05-10T07:05:10.576684 |
| 2 | gemini-3.1-flash-lite | 13 | 14772 | 907 | 15679 | 0.005054 | 0.81 | 19.29 | cac438180f326f5e5542d37ef35b50cb | 2026-05-10T14:25:14.874599 |
| 3 | gemini-3.1-flash-lite | 13 | 14773 | 846 | 15619 | 0.004962 | 0.79 | 21.22 | cac438180f326f5e5542d37ef35b50cb | 2026-05-10T14:28:58.713126 |
| 4 | gemini-3.1-flash-lite | 13 | 14773 | 974 | 15747 | 0.005154 | 0.82 | 10.16 | 556e5389d53099810800ffe517420844 | 2026-05-10T15:16:45.549099 |
| 5 | gemini-3.1-flash-lite | 13 | 14772 | 836 | 15608 | 0.004947 | 0.79 | 18.94 | cac438180f326f5e5542d37ef35b50cb | 2026-05-11T00:09:28.639064 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE llm_api_cost_log (
id INTEGER PRIMARY KEY AUTOINCREMENT,
model TEXT NOT NULL,
slide_count INTEGER NOT NULL,
input_tokens INTEGER NOT NULL,
output_tokens INTEGER NOT NULL,
total_tokens INTEGER NOT NULL,
cost_usd REAL NOT NULL,
cost_jpy REAL NOT NULL,
elapsed_seconds REAL,
image_hash TEXT,
created_at TEXT NOT NULL
);