Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 623 Bytes

MessageDeltaContentImageUrlObjectImageUrl.md

File metadata and controls

24 lines (12 loc) · 623 Bytes

MessageDeltaContentImageUrlObjectImageUrl

Properties

Name Type Description Notes
url String The URL of the image, must be a supported image types: jpeg, jpg, png, gif, webp. [optional]
detail DetailEnum Specifies the detail level of the image. `low` uses fewer tokens, you can opt in to high resolution using `high`. [optional]

Enum: DetailEnum

Name Value
AUTO "auto"
LOW "low"
HIGH "high"