HandlersGuestChatResponse
HandlersGuestChatResponse =
object
Defined in: src/client/types.gen.ts:1866
Properties
choices?
optionalchoices:OpenaiChatCompletionChoice[]
Defined in: src/client/types.gen.ts:1871
A list of chat completion choices. Can be more than one if n is greater
than 1.
created?
optionalcreated:number
Defined in: src/client/types.gen.ts:1875
The Unix timestamp (in seconds) of when the chat completion was created.
id?
optionalid:string
Defined in: src/client/types.gen.ts:1879
A unique identifier for the chat completion.
messages_remaining?
optionalmessages_remaining:number
Defined in: src/client/types.gen.ts:1880
model?
optionalmodel:string
Defined in: src/client/types.gen.ts:1884
The model used for the chat completion.
object?
optionalobject:string
Defined in: src/client/types.gen.ts:1888
The object type, which is always chat.completion.
portal?
optionalportal:LlmapiPortalChatCompletionResponse
Defined in: src/client/types.gen.ts:1889
service_tier?
optionalservice_tier:OpenaiChatCompletionServiceTier
Defined in: src/client/types.gen.ts:1890
system_fingerprint?
optionalsystem_fingerprint:string
Defined in: src/client/types.gen.ts:1897
This fingerprint represents the backend configuration that the model runs with.
Can be used in conjunction with the seed request parameter to understand when
backend changes have been made that might impact determinism.
usage?
optionalusage:OpenaiCompletionUsage
Defined in: src/client/types.gen.ts:1898