Create chat completion
OpenAI-compatible chat completion endpoint. Streaming support is reserved for a future capability.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
"gpt-5.4"
Sampling temperature.
0 <= x <= 2Nucleus sampling probability mass.
0 <= x <= 1Maximum number of tokens in the response.
x >= 1Up to 4 stop sequences.
Number of completions to generate.
x >= 1-2 <= x <= 2-2 <= x <= 2Best-effort deterministic sampling seed.
Force JSON object or JSON-schema output, e.g. { "type": "json_object" }.
Tool / function declarations the model may call.
Tool selection: 'auto' | 'none' | 'required' | { type: 'function', function: { name } }.
0 <= x <= 20End-user identifier for abuse monitoring.
If true, partial deltas are streamed as server-sent events (OpenAI chat.completion.chunk), terminated by 'data: [DONE]'.