Documentation Index
Fetch the complete documentation index at: https://www.adaline.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
ImageContent
Image content with detail level specification.Fields
Must be
"image".Detail level. One of:
"low", "medium", "high", "auto".Image data — either a URL or base64-encoded content. Use
ImageContentValue.from_dict() to construct.Example
Related
- MessageContent — union wrapper for all content types
- PromptMessage — chat message containing content arrays