Skip to main content

Type Alias: GatewayInferenceInputCoordinate

type GatewayInferenceInputCoordinate = {
x: number;
y: number;
};

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

Portkey Coordinate; strict modeled input with explicit JSON extension maps.

Example​

`GatewayInferenceInputCoordinateSchema.parse(value);`

Properties​

x​

x: number;

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


y​

y: number;

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