ImageUrlObject

data class ImageUrlObject(val url: String, val detail: String? = null)(source)

Represents an image URL object.

Constructors

Link copied to clipboard
constructor(url: String, detail: String? = null)

Properties

Link copied to clipboard

Optional detail level for image processing ("auto", "low", or "high").

Link copied to clipboard
val url: String

The URL of the image or base64 encoded image data.