Termination condition of the generation.
stop means the API returned the full completions generated by the model without running into any limits.
length means the generation exceeded max_tokens or the conversation exceeded the max context length.
A list of dictionaries, where each dictionary represents the top alternative tokens considered by the model at a specific position in the generated text, along with their log probabilities. The number of items in each dictionary matches the value of logprobs.