TypeScript SDKAPI ReferenceModelsFilePath - TypeScript SDKCopy pageFilePath type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { FilePath } from "@openrouter/sdk/models";23let value: FilePath = {4 fileId: "file-abc123",5 index: 0,6 type: "file_path",7}; Fields FieldTypeRequiredDescriptionfileIdstring✔️N/Aindexnumber✔️N/Atype”file_path”✔️N/A