Model
{modelLabel}
{reported > 0 ? "Input" : "Estimated input"}
{formatTokens(used)}
{reported > 0 && (
<>
Output
{formatTokens(tokens.outputTokens)}
{tokens.cachedInputTokens > 0 && (
Cache hit
{cacheRate}%
)}
{cost != null && (
Session cost
${cost.toFixed(cost < 0.01 ? 4 : cost < 1 ? 3 : 2)}
)}
>
)}
Window
{formatTokens(max)}