LLM Gateway
Chat Completion Endpoint
OpenAI-compatible chat completion endpoint for LLM interactions.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Chat completion request parameters
The body is of type object
.
Response
200
application/json
Successful completion response
The response is of type object
.