Skip to main content
POST/openai/v1/chat/completions
For the full upstream contract, see the OpenAI API reference.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
model
enum<string>
required
Available options:
tokenless-pro,
tokenless-max,
tokenless-ultra-saver
messages
object[]
required
Minimum array length: 1
stream
boolean
default:false

Response

An OpenAI-compatible completion response or SSE stream.