Rulvar API reference / @rulvar/openai / OpenAiModelInfo
Interface: OpenAiModelInfo
Defined in: packages/openai/src/caps.ts:11
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
api | "responses" | "chat" | - | packages/openai/src/caps.ts:13 |
caps | ModelCaps | - | packages/openai/src/caps.ts:12 |
reasoning | boolean | Reasoning models reject non-default sampling parameters. | packages/openai/src/caps.ts:15 |
wireMaxEffort | boolean | The 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 |