Skip to main content

Type Alias: GatewayInferenceListFilesResponse

type GatewayInferenceListFilesResponse = {
[key: string]: unknown;
data: GatewayInferenceOpenAIFile[];
object: "list";
};

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

Portkey ListFilesResponse; additive response fields are preserved.

Example​

`GatewayInferenceListFilesResponseSchema.parse(value);`

Indexable​

[key: string]: unknown

Properties​

data​

data: GatewayInferenceOpenAIFile[];

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


object​

object: "list";

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