Chat Completions
Endpoints
Chat Completions
POST
Chat Completions
LumeGates provides an OpenAI-compatible interface for all models. Use this endpoint to send a list of messages and get a model-generated response.
Request Headers
Standard Bearer Token authentication is used.Body Parameters
Refer to the interactive panel on the right to see all supported parameters likemodel, messages, stream, and temperature.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.