Type Alias: GatewayInferenceReasoningEffort
type GatewayInferenceReasoningEffort = "low" | "medium" | "high" | null;
Defined in: src/models/ai-gateway-inference.ts:3521
Portkey ReasoningEffort; additive response fields are preserved.
Example
`GatewayInferenceReasoningEffortSchema.parse(value);`