Member Junction
    Preparing search index...

    Google Gemini 3 Pro Image (Nano Banana Pro) implementation of the BaseImageGenerator class. Supports Google's most advanced image generation model with 2K/4K resolution support.

    Model: gemini-3-pro-image-preview (November 2025)

    • Native multimodal image generation
    • High resolution output (up to 4K)
    • Advanced style control and prompt understanding

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _gemini: GoogleGenAI = null

    Accessors

    • get apiKey(): string

      Only sub-classes can access the API key

      Returns string

    Methods

    • Factory method to create the GoogleGenAI client instance. Subclasses can override this to provide custom configuration.

      Returns Promise<GoogleGenAI>

    • Helper method to convert image input (Buffer, base64, or URL) to the format required by the specific provider. Subclasses can override as needed.

      Parameters

      • input: string | Buffer

        Image as Buffer, base64 string, or URL

      Returns Promise<{ base64: string; buffer: Buffer }>

      Normalized image data