Skip to main content

Type Alias: GatewayInferenceInputCreateVectorStoreFileRequest

type GatewayInferenceInputCreateVectorStoreFileRequest = {
file_id: string;
chunking_strategy?: GatewayInferenceInputChunkingStrategyRequestParam;
};

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

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

Example​

`GatewayInferenceInputCreateVectorStoreFileRequestSchema.parse(value);`

Properties​

file_id​

file_id: string;

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


chunking_strategy?​

optional chunking_strategy?: GatewayInferenceInputChunkingStrategyRequestParam;

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