OPENAPI / COMPONENTS / SCHEMAS

Chat Completion Token Logprob data structure

ChatCompletionTokenLogprob

Structural definition for Chat Completion Token Logprob in the OpenAI API contract.

object4properties
bytesstringrequired

bytes value in the OpenAI API contract.

logprobnumberrequired

logprob value in the OpenAI API contract.

tokenstringrequired

token value in the OpenAI API contract.

top_logprobsarrayrequired

top logprobs value in the OpenAI API contract.