Represents a streamed chunk of a chat completions response returned by model, based on the provided input.

id
string
required

A unique ID of the chat completion.

object
string
required

The object type, which is always set to chat.completion.chunk.

choices
object[]
required
usage
object | null
created
integer
required

The Unix timestamp (in seconds) for when the token sampled.