Skip to main content

Type Alias: GatewayInferenceInputContent

type GatewayInferenceInputContent =
| GatewayInferenceInputText
| GatewayInferenceInputImage
| GatewayInferenceInputFile;

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

Portkey InputContent; additive response fields are preserved.

Example​

`GatewayInferenceInputContentSchema.parse(value);`