Chat Completions
Generate a model response to a conversation that can include references to video content
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
ID of the video understanding model to use
nimbus-001
A list of messages comprising the conversation so far
List of collection IDs to use as context for the chat
Filter criteria to constrain search results used in chat
Whether to force the model to always perform a search when answering questions, even if it believes it knows the answer
Format for responses
text
, markdown
, json
Whether to include citations to specific video segments
Sampling temperature to use, between 0 and 2
0 <= x <= 2
An alternative to sampling with temperature, called nucleus sampling
0 <= x <= 1
The maximum number of tokens to generate in the chat completion
Response
Unique identifier for this chat completion
Object type, always "chat.completion"
Unix timestamp of when the chat completion was created
The model used for the chat completion
The generated responses
Usage statistics for the completion request