Manage Assistants
Chat through an OpenAI-compatible interface
Chat with an assistant. This endpoint is based on the OpenAI Chat Completion API, a commonly used and adopted API.
It is useful if you need inline citations or OpenAI-compatible responses, but has limited functionality compared to the standard chat interface.
For guidance and examples, see Chat with an assistant.
post/chat/{assistant_name}/chat/completions
Path parameters
assistant_namestring required
The name of the assistant to be described.
Headers
X-Pinecone-Api-Versionstring required
Required date-based version header
Request body
Example request
{
"filter": {
"genre": {
"$ne": "documentary"
}
}
}Response
Search request successful.