Type Alias: GatewayInferenceInputScreenshot
type GatewayInferenceInputScreenshot = {
type: "screenshot";
};
Defined in: src/models/ai-gateway-inference.ts:3172
Portkey Screenshot; strict modeled input with explicit JSON extension maps.
Example
`GatewayInferenceInputScreenshotSchema.parse(value);`
Properties
type
type: "screenshot";
Defined in: src/models/ai-gateway-inference.ts:3172