From 5d303c019a2853db73abff6ac3df8e7d9e4c9210 Mon Sep 17 00:00:00 2001 From: Pavlo Kulyk Date: Tue, 7 Apr 2026 15:40:32 +0300 Subject: [PATCH] feat: add Gemini (Nano Banana) image generation adapter to documentation --- .../documentation/docs/tutorial/05-ListOfAdapters.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/adminforth/documentation/docs/tutorial/05-ListOfAdapters.md b/adminforth/documentation/docs/tutorial/05-ListOfAdapters.md index 245264704..269f0e95f 100644 --- a/adminforth/documentation/docs/tutorial/05-ListOfAdapters.md +++ b/adminforth/documentation/docs/tutorial/05-ListOfAdapters.md @@ -106,6 +106,18 @@ Up to the winter 2026 OpenAI models are one of the most powerful image generatio --- +### Gemini (Nano Banana) Image Generation Adapter + +``` +pnpm i @adminforth/image-generation-adapter-nano-banana +``` + +Uses the latest gemini-3.1-flash-image-preview model for instant image generation with text descriptions. + +This model is the top of the Nano Banana line as of 2026, combining the lightning-fast speed of the Flash series with the improved detail of version 3.1. The adapter allows you to integrate the advanced capabilities of previous models into your interface, providing high-precision visualization for even the most specific and complex queries. + +--- + ## 💾 Storage Adapters