Type Alias: GatewayInferenceInputComputerScreenshotImage
type GatewayInferenceInputComputerScreenshotImage = {
type: "computer_screenshot";
image_url?: string;
file_id?: string;
};
Defined in: src/models/ai-gateway-inference.ts:3258
Portkey ComputerScreenshotImage; strict modeled input with explicit JSON extension maps.
Example
`GatewayInferenceInputComputerScreenshotImageSchema.parse(value);`
Properties
type
type: "computer_screenshot";
Defined in: src/models/ai-gateway-inference.ts:3259
image_url?
optional image_url?: string;
Defined in: src/models/ai-gateway-inference.ts:3260
file_id?
optional file_id?: string;
Defined in: src/models/ai-gateway-inference.ts:3261