Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 754 Bytes

MessageContentImageFileObjectImageFile.md

File metadata and controls

24 lines (12 loc) · 754 Bytes

MessageContentImageFileObjectImageFile

Properties

Name Type Description Notes
fileId String The File ID of the image in the message content. Set `purpose="vision"` when uploading the File if you need to later display the file content.
detail DetailEnum Specifies the detail level of the image if specified by the user. `low` uses fewer tokens, you can opt in to high resolution using `high`. [optional]

Enum: DetailEnum

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