Endpoint Examples
Chat Completion
Creates a chat completion for the provided messages
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Parameters for chat completion
The body is of type object
.
Response
200
application/json
Chat completion response
The response is of type object
.