POST
/
assistant
/
chat
/
{assistant_name}
/
chat
/
completions

This feature is in public preview.

Authorizations

Api-Key
string
headerrequired

Pinecone API Key

Path Parameters

assistant_name
string
required

The name of the assistant to be described.

Body

application/json
messages
object[]
required
stream
boolean
default: false
model
enum<string>
default: gpt-4o

The large language model to use for answer generation

Available options:
gpt-4o,
claude-3-5-sonnet
filter
object

Optionally filter which documents can be used in this query.

Response

200 - application/json
id
string
choices
object[]
model
string