contentTokensPerSecond property

  1. @TagNumber.new(8)
double get contentTokensPerSecond

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);
  1. @TagNumber.new(8)
set contentTokensPerSecond (double value)

Implementation

@$pb.TagNumber(8)
set contentTokensPerSecond($core.double value) => $_setDouble(7, value);