Quick Start
First, make sure you have Cloudglue set up by following the setup guide.
Create a Collection and Query with Responses
The Responses API provides an OpenAI Responses-compatible interface for multi-turn conversations with your video collections. Compared to Chat Completions, it offers richer annotations with timestamps, built-in multi-turn support, and system instructions for controlling response behavior.
To get started:
- Create a media description collection
- Add videos to your collection
- Create a response
Model Options
The Responses API supports two models:
nimbus-002-preview can combine structured entity data with media descriptions for richer answers. See the Responses API deep dive for entity-backed knowledge examples.
nimbus-002-preview is a preview model. Behavior may change as we iterate.
Streaming
Stream responses in real-time via Server-Sent Events:
Next Steps
For advanced features — entity-backed knowledge, background processing, multi-turn conversations, rich citations, and filters — see the Responses API deep dive.
For more detailed API parameters, check out our API Reference.