Skip to main content

Type Alias: GatewayInferenceInputListBatchesQuery

type GatewayInferenceInputListBatchesQuery = {
after?: string;
limit?: number;
};

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

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

Example​

`GatewayInferenceInputListBatchesQuerySchema.parse(value);`

Properties​

after?​

optional after?: string;

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


limit?​

optional limit?: number;

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