Optional generated_Include the list of individual generated tokens. Extra token information is included based on the other flags below.
Optional input_Include input text in the generated_text field.
Optional input_Include the list of input tokens. Extra token information is included based on the other flags here, but only for decoder-only models.
Optional token_Include logprob (natural log of probability) for each returned token. Applicable only if generated_tokens == true and/or input_tokens == true.
Optional token_Include rank of each returned token. Applicable only if generated_tokens == true and/or input_tokens == true.
Optional top_Include top n candidate tokens at the position of each returned token. The maximum value permitted is 5, but more may be returned if there is a tie for nth place. Applicable only if generated_tokens == true and/or input_tokens == true.
Properties that control what is returned.