Skip to main content

Type Alias: GatewayInferenceInputReasoning

type GatewayInferenceInputReasoning = {
effort?: GatewayInferenceInputReasoningEffort;
generate_summary?: "concise" | "detailed" | null;
};

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

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

Example​

`GatewayInferenceInputReasoningSchema.parse(value);`

Properties​

effort?​

optional effort?: GatewayInferenceInputReasoningEffort;

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


generate_summary?​

optional generate_summary?: "concise" | "detailed" | null;

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