|
15 | 15 | ("fresh_input_tokens", "Fresh input", "#4C78A8"), |
16 | 16 | ("cached_input_tokens", "Cached input", "#72B7B2"), |
17 | 17 | ("cache_write_input_tokens", "Cache write input", "#F58518"), |
18 | | - ("visible_output_tokens", "Output", "#54A24B"), |
19 | 18 | ("reasoning_output_tokens", "Reasoning output", "#E45756"), |
| 19 | + ("visible_output_tokens", "Output", "#54A24B"), |
20 | 20 | ) |
21 | 21 | COST_COMPONENTS = ( |
22 | 22 | ("fresh_input_cost_usd", "Fresh input", "#4C78A8"), |
23 | 23 | ("cached_input_cost_usd", "Cached input", "#72B7B2"), |
24 | 24 | ("cache_write_input_cost_usd", "Cache write input", "#F58518"), |
25 | | - ("visible_output_cost_usd", "Output", "#54A24B"), |
26 | 25 | ("reasoning_output_cost_usd", "Reasoning output", "#E45756"), |
| 26 | + ("visible_output_cost_usd", "Output", "#54A24B"), |
27 | 27 | ) |
28 | 28 | DEFAULT_PRICING_USD_PER_1M = { |
29 | 29 | "fresh_input_tokens": 1.00, |
|
0 commit comments