Type Alias: GatewayInferenceInputInputContent
type GatewayInferenceInputInputContent =
| GatewayInferenceInputInputText
| GatewayInferenceInputInputImage
| GatewayInferenceInputInputFile;
Defined in: src/models/ai-gateway-inference.ts:2720
Portkey InputContent; strict modeled input with explicit JSON extension maps.
Example
`GatewayInferenceInputInputContentSchema.parse(value);`