AnthropicUrlPdfSource - TypeScript SDK

AnthropicUrlPdfSource type definition

The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Example Usage

1import { AnthropicUrlPdfSource } from "@openrouter/sdk/models";
2
3let value: AnthropicUrlPdfSource = {
4 type: "url",
5 url: "https://example.com/document.pdf",
6};

Fields

FieldTypeRequiredDescription
type”url”✔️N/A
urlstring✔️N/A