Completions
Completions V1
deprecated
Post completions v1.
POST
Post completions v1
Documentation Index
Fetch the complete documentation index at: https://docs.gloo.com/llms.txt
Use this file to discover all available pages before exploring further.
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 >= 1024Stream response as soon as tokens are generated by the model.
Temperature to use for generating responses
Required range:
0 <= x <= 1List 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 Response Post-Completions · object.
Post completions v1

