OpenAI-compatible Chat Completions endpoint for text (LLM) models. Requests are proxied to LLMGateway and billed on the true cost. Supports streaming (set stream: true).

post/v1/openai/chat/completions

Request body

modelstring required

Response

Success (JSON, or text/event-stream when stream=true)

object required

Chat completion response (when stream=false)

Changes

No recorded changes to this endpoint across all 1 revision of this API.