Type Alias: GatewayInferenceInputWebSearchContextSize
type GatewayInferenceInputWebSearchContextSize = "low" | "medium" | "high";
Defined in: src/models/ai-gateway-inference.ts:2628
Portkey WebSearchContextSize; strict modeled input with explicit JSON extension maps.
Example
`GatewayInferenceInputWebSearchContextSizeSchema.parse(value);`