Skip to content

AnthropicImageSource

Source descriptor for an Anthropic base64 image.

---
title: AnthropicImageSource
config:
  look: handDrawn
  theme: colorful
  class:
    hideEmptyMembersBox: true
---
classDiagram
    class AnthropicImageSource {
        +string type
        +string media_type
        +string data
    }
media_type: image/png
data: iVBORw0KGgo...
NameTypeDescription
typestringThe encoding type (always ‘base64’ for inline images)
media_typestringThe MIME type of the image (e.g., ‘image/png’, ‘image/jpeg’)
datastringThe base64-encoded image data