Skip to main content
POST
Chat Completion
This endpoint follows the OpenAI Chat Completions format but automatically injects your gateway’s commerce tools into the request before sending it to the underlying LLM.

Request Body

Includes all standard OpenAI fields (model, messages, temperature, etc.).
boolean
default:"false"
Whether to stream the response.

Response

Returns a standard OpenAI chat completion object or stream.

Example