ImageContent
Image content with detail level specification for multi-modal LLM messages.Import
Type Definition
Fields
Must be
"image".Detail level for image processing. One of:
"low", "medium", "high", "auto".Image data — either a URL reference or base64-encoded content with media type.
Example
Related
- MessageContent — union type that includes
ImageContent - PromptMessage — uses
MessageContent[]as itscontentfield