Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/openai / OpenAiModelInfo

Interface: OpenAiModelInfo

Defined in: packages/openai/src/caps.ts:11

Properties

PropertyTypeDescriptionDefined in
api"responses" | "chat"-packages/openai/src/caps.ts:13
capsModelCaps-packages/openai/src/caps.ts:12
reasoningbooleanReasoning models reject non-default sampling parameters.packages/openai/src/caps.ts:15
wireMaxEffortbooleanThe model accepts wire reasoning.effort: "max" (the whole GPT-5.6 family per the official model guidance, each sibling verified live 2026-07-18). When false, canonical max downmaps to wire xhigh; the downmap is recorded in providerMetadata and the journal identity keeps max, so caps accept the full canonical set either way. Flip this to true ONLY on a per-model live verification, never from the family page alone.packages/openai/src/caps.ts:25