contentTokensPerSecond property
Content-only throughput over first-content-delta → last delta. Excludes reasoning tokens the accelerator also decoded. 0 when content count or window is unavailable.
Implementation
@$pb.TagNumber(8)
$core.double get contentTokensPerSecond => $_getN(7);
Implementation
@$pb.TagNumber(8)
set contentTokensPerSecond($core.double value) => $_setDouble(7, value);