OpenAIChatCompletionsModelOptions
type OpenAIChatCompletionsModelOptions = object;A model that uses (or is compatible with) OpenAI’s Chat Completions API.
Properties
Section titled “Properties”strictFeatureValidation?
Section titled “strictFeatureValidation?”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.