Build intelligent conversations with video content using Rich Transcript Collections and grounded AI responses
messages
array follows the standard chat completion format:
role
: “user”, “assistant”, or “system”content
: The message contentnimbus-001
is a specialized model optimized for:
force_search
parameter controls whether the system searches your collections:
true
: Always searches collections before responding (recommended)false
: May respond from general knowledge without searchingtrue
: Returns timestamps, file references, and content snippetsfalse
: Returns only the response textfilter
parameter allows you to constrain searches using file metadata:
"metadata.custom_field"
or "video_info.has_audio"
)
Equal
/ NotEqual
: Exact match comparisonLessThan
/ GreaterThan
: Numeric comparisonIn
: Check if value is in a comma-separated listContainsAny
/ ContainsAll
: Array operations (use valueTextArray
)include_citations: true
, the response includes detailed references to the specific video segments that informed the answer. This provides transparency and allows users to verify information or explore the original content.