> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter-d02e98a0-speakeasy-sdk-regen-1790369716.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# AnthropicBase64PdfSource

## Example Usage

```typescript theme={null}
import { AnthropicBase64PdfSource } from "@openrouter/sdk/models";

let value: AnthropicBase64PdfSource = {
  data: "JVBERi0x...",
  mediaType: "application/pdf",
  type: "base64",
};
```

## Fields

| Field       | Type                                                                                        | Required             | Description |
| ----------- | ------------------------------------------------------------------------------------------- | -------------------- | ----------- |
| `data`      | *string*                                                                                    | :heavy\_check\_mark: | N/A         |
| `mediaType` | [models.AnthropicBase64PdfSourceMediaType](../models/anthropicbase64pdfsourcemediatype.mdx) | :heavy\_check\_mark: | N/A         |
| `type`      | [models.AnthropicBase64PdfSourceType](../models/anthropicbase64pdfsourcetype.mdx)           | :heavy\_check\_mark: | N/A         |
