Skip to content

OpenAIChatCompletionsModelOptions

type OpenAIChatCompletionsModelOptions = object;

A model that uses (or is compatible with) OpenAI’s Chat Completions API.

optional strictFeatureValidation?: boolean;

When true, reject Responses-only features that Chat Completions cannot honor. Defaults to false, which preserves the previous ignore-and-warn behavior.