Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Chat completion request payload
Model ID to use for the completion
Example:
"copilot-zero"
List of message objects forming the conversation history
Sampling temperature between 0 and 1.
Maximum tokens to generate (max 4096).
Whether to stream partial responses.
Optional instructions for the model.