POST
/
v1
/
users
/
me
/
chat
/
completions

The query chat completion API fully integrates the SID query API with the OpenAI chat completions API. It allows you to create a model response for the given chat conversation, automatically using the SID query API to retrieve relevant information from your data sources when necessary.

Body & Response

The format of the request and response bodies is exactly the same as for the OpenAI chat completions API. See here for more details.

Was this page helpful?