Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
AnthropicImageBlockParamSource type definition
models.AnthropicBase64ImageSource
const value: models.AnthropicBase64ImageSource = { data: "/9j/4AAQ...", mediaType: "image/jpeg", type: "base64", };
models.AnthropicUrlImageSource
const value: models.AnthropicUrlImageSource = { type: "url", url: "https://example.com/image.jpg", };