Chat Completions
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
A value between -2.0 and 2.0, with positive values increasingly penalizing new tokens based on their frequency so far in order to decrease further occurrences.
A value between -2.0 and 2.0, with positive values causing a flat reduction of new tokens based on their existing presence so far in order to decrease further occurrences.
Constrains effort on reasoning for reasoning models. Currently supported values are low, medium, and high. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response. Only supported by reasoning models.
The diversity of the generated text based on top-k sampling.
Deprecated. Please use max_completion_tokens.
Response
Type of object (chat completion).

