langchain.js
    Preparing search index...

    Interface XAIResponsesInputImageItem

    Image input content item. Note: Storing/fetching images is not fully supported.

    interface XAIResponsesInputImageItem {
        detail?: "auto" | "high" | "low";
        image_url: string;
        type: "input_image";
    }
    Index

    Properties

    detail?: "auto" | "high" | "low"

    Image detail level.

    image_url: string

    Public URL of the image.

    type: "input_image"