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