The TypeScript SDK and docs are currently in beta.
Report issues on GitHub.
Example Usage
import { ChatGenerationParamsPluginFileParser } from "@openrouter/sdk/models";
let value: ChatGenerationParamsPluginFileParser = {
id: "file-parser",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | ”file-parser” | :heavy_check_mark: | N/A |
enabled | boolean | :heavy_minus_sign: | N/A |
pdf | models.Pdf | :heavy_minus_sign: | N/A |