API Endpoints
/api/v1/chat/completions
Creates a summary response for the given video url in chat message. Compatible with OpenAI Chat API format.
POST
Authorizations
API Token for authentication. Use format 'Bearer YOUR_API_TOKEN'
Body
application/json
ID of the model to use. Defaults to 'bibigpt' if not specified. Can be prefixed with 'bibigpt/' for custom models.
If set, partial message deltas will be sent as a stream.
Was this page helpful?