Type Alias: GatewayInferenceInputListInputItemsQuery
type GatewayInferenceInputListInputItemsQuery = {
limit?: number;
order?: "asc" | "desc";
after?: string;
before?: string;
};
Defined in: src/models/ai-gateway-inference.ts:6511
Portkey ListInputItemsQuery; strict modeled input with explicit JSON extension maps.
Example
`GatewayInferenceInputListInputItemsQuerySchema.parse(value);`
Properties
limit?
optional limit?: number;
Defined in: src/models/ai-gateway-inference.ts:6512
order?
optional order?: "asc" | "desc";
Defined in: src/models/ai-gateway-inference.ts:6513
after?
optional after?: string;
Defined in: src/models/ai-gateway-inference.ts:6514
before?
optional before?: string;
Defined in: src/models/ai-gateway-inference.ts:6515