View Source ExOpenAI.Components.ImageDetail (ex_openai.ex v2.0.0-beta2)

Module for representing the OpenAI schema ImageDetail.

Type

:low | :high | :auto | :original

Allowed Values

"low", "high", "auto", "original"

Summary

Types

@type t() :: ((:low | :high) | :auto) | :original