Skip to main content

Type Alias: GatewayInferenceComputerScreenshotImage

type GatewayInferenceComputerScreenshotImage = {
[key: string]: unknown;
type: "computer_screenshot";
image_url?: string;
file_id?: string;
};

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

Portkey ComputerScreenshotImage; additive response fields are preserved.

Example​

`GatewayInferenceComputerScreenshotImageSchema.parse(value);`

Indexable​

[key: string]: unknown

Properties​

type​

type: "computer_screenshot";

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


image_url?​

optional image_url?: string;

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


file_id?​

optional file_id?: string;

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