Start a chat
POST/v2/chats
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Creates a chat. The request specifies the default retrieval parameters that the prompt uses.
Request
Responses
- 200
- 400
- 403
- 404
- 429
A response to a chat request.
Chat creation request was malformed.
Permissions do not allow creating a chat in the corpus.
Corpus not found.
An LLM quota configured on the LLM used for generation is exhausted. Returned when the request is not streamed, or when a streamed request is refused before anything was emitted; a streamed request that has already begun emitting receives the refusal as an error event in the stream. The message in the body names the quota and the seconds until its window resets. No Retry-After header is sent.