Module: RunApi::NanoBanana::Types

Defined in:
lib/runapi/nano_banana/types.rb

Defined Under Namespace

Classes: AsyncTaskResponse, CompletedEditImageResponse, CompletedTextToImageResponse, EditImageResponse, Image, TextToImageResponse

Constant Summary collapse

GENERATION_MODELS =
%w[nano-banana nano-banana-pro nano-banana-2].freeze
EDIT_MODELS =
%w[nano-banana-edit].freeze
IMAGE_SIZES =
%w[1:1 9:16 16:9 3:4 4:3 3:2 2:3 5:4 4:5 21:9 auto].freeze
ASPECT_RATIOS =
%w[1:1 1:4 1:8 2:3 3:2 3:4 4:1 4:3 4:5 5:4 8:1 9:16 16:9 21:9 auto].freeze
RESOLUTIONS =
%w[1K 2K 4K].freeze
OUTPUT_FORMATS =
%w[png jpg jpeg].freeze