topP
The percentage of most-likely candidates that the model considers for the next token. For example, if you choose a value of 0.8 for topP
, the model selects from the top 80% of the probability distribution of tokens that could be next in the sequence.
The default value is the default value for the model that you are using. For more information, see Inference parameters for foundation models.