CreateChatCompletionChunkResponse.Usage

CreateChatCompletionChunkResponse.Usage property

Gets or sets an optional field that will only be present when you set stream_options: {“include_usage”: true} in your request. When present, it contains a null value except for the last chunk which contains the token usage statistics for the entire request.

public Usage Usage { get; set; }

See Also