Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Messages to send to the LLM
Model to use for generating responses
Max tokens to use for generating responses
Required range:
x >= 1024
Stream response as soon as tokens are generated by the model.
Temperature to use for generating responses
Required range:
0 <= x <= 1
List of tools you want the LLM to leverage.
Which tool your LLM should use among the list.
Available options:
none
, auto
, required
Response
Non-streaming successful response
The response is of type object
.