POST
/
chat
/
{assistant_name}

Authorizations

Api-Key
string
header
required

Pinecone API Key

Path Parameters

assistant_name
string
required

The name of the assistant to be described.

Body

application/json

The list of queries / chats to chat an assistant

messages
object[]
required
filter
object

Optionally filter which documents can be retrieved using the following metadata fields.

json_response
boolean
default:
false

If true, the assistant will be instructed to return a JSON response. Cannot be used with streaming.

model
enum<string>
default:
gpt-4o

The large language model to use for answer generation

Available options:
gpt-4o,
claude-3-5-sonnet
stream
boolean
default:
false

If false, the assistant will return a single JSON response. If true, the assistant will return a stream of responses.

Response

200 - application/json

The ChatModel describes the response format of a chat request from the citation api.

citations
object[]
finish_reason
enum<string>
Available options:
stop,
length,
content_filter,
function_call
id
string
message
object

The MessageModel describes the format of a message in a chat.

model
string
usage
object

The UsageModel describes the usage of a chat completion.