ImageContent: {
    detail?: "auto" | "low" | "high";
    url: string;
}

Type declaration

  • Optionaldetail?: "auto" | "low" | "high"

    Specifies the detail level of the image.

  • url: string

    Either a URL of the image or the base64 encoded image data.