Skip to main content

Type Alias: GatewayInferenceInputReasoningEffort

type GatewayInferenceInputReasoningEffort = "low" | "medium" | "high" | null;

Defined in: src/models/ai-gateway-inference.ts:2396

Portkey ReasoningEffort; strict modeled input with explicit JSON extension maps.

Example​

`GatewayInferenceInputReasoningEffortSchema.parse(value);`