OpenAI API
Chat Completions
Tokenless accepts the compatible Chat Completions request shape and routes the request behind a Tokenless routing profile. For the complete upstream contract, see the OpenAI API reference.
POST
For the full upstream contract, see the OpenAI API reference.
/openai/v1/chat/completionsAuthorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
An OpenAI-compatible completion response or SSE stream.
