Output image sizes for image generation.
@type t() :: :size_512 | :size_1024 | :size_2048
@spec from_api(String.t() | nil) :: t() | nil
@spec to_api(t()) :: String.t()