Class BetaResponseInputFileContent.Detail

  • All Implemented Interfaces:
    com.openai.core.Enum

    
    public final class BetaResponseInputFileContent.Detail
     implements Enum
                        

    The detail level of the file to be sent to the model. Use auto to let the system select the detail level; for GPT-5.6 and later models, auto uses high-quality rendering, which may increase input token usage. Use low for lower-cost rendering, or high to render the file at higher quality. Defaults to auto.

    • Constructor Detail