OpenAI-compatible Endpoints
Completions
POST
Create a completion based on the provided prompt. This endpoint requires API keys generated from the settings, standard access tokens will not work.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
200
application/json
Successful response
The response is of type object
.