ttftMs property

  1. @TagNumber.new(6)
Int64 get ttftMs

Request start to first output token of any kind (reasoning or content). The canonical spelling for every result type: LLMGenerationResult and VLMResult report TTFT here and nowhere else. SDKEvent's own telemetry fields (GenerationEvent.time_to_first_token_ms, first_token_latency_ms) keep their separate event-stream spelling.

Implementation

@$pb.TagNumber(6)
$fixnum.Int64 get ttftMs => $_getI64(5);
  1. @TagNumber.new(6)
set ttftMs (Int64 value)

Implementation

@$pb.TagNumber(6)
set ttftMs($fixnum.Int64 value) => $_setInt64(5, value);