Skip to main content

Type Alias: GatewayInferenceRerankUsage

type GatewayInferenceRerankUsage = {
[key: string]: unknown;
search_units?: number;
};

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

Portkey RerankUsage; additive response fields are preserved.

Example​

`GatewayInferenceRerankUsageSchema.parse(value);`

Indexable​

[key: string]: unknown

Properties​

search_units?​

optional search_units?: number;

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