TypeScript SDKAPI ReferenceModelsAnthropicUrlPdfSource - TypeScript SDKCopy pageAnthropicUrlPdfSource type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { AnthropicUrlPdfSource } from "@openrouter/sdk/models";23let value: AnthropicUrlPdfSource = {4 type: "url",5 url: "https://example.com/document.pdf",6}; Fields FieldTypeRequiredDescriptiontype”url”✔️N/Aurlstring✔️N/A