TypeScript SDKAPI ReferenceModelsFileParserPlugin - TypeScript SDKCopy pageFileParserPlugin type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { FileParserPlugin } from "@openrouter/sdk/models";23let value: FileParserPlugin = {4 id: "file-parser",5}; Fields FieldTypeRequiredDescriptionExampleenabledboolean➖Set to false to disable the file-parser plugin for this request. Defaults to true.id”file-parser”✔️N/Apdfmodels.PDFParserOptions➖Options for PDF parsing.{"engine": "cloudflare-ai"}