Call a preset
messages is the only required field. The preset’s saved model,
routing, system prompt, and parameters are applied for you.
The response is a standard chat completion, plus headers identifying which
preset and version served the request:
Log the version header — it tells you which configuration produced a given
response after the preset has moved on.
Overriding per call
Passmodel or models to override the preset’s chain for a single request;
every other Chat Completions parameter (temperature, max_completion_tokens,
stream, stop, seed, and the rest) is accepted and takes precedence over
the saved value.
/chat/completions.