Documentation Index
Fetch the complete documentation index at: https://docs.apiyi.com/llms.txt
Use this file to discover all available pages before exploring further.
Background (Read First)
What it is: This is a beta group whose image output is a URL rather than Base64, which reduces Base64 transfer overhead and improves the customer experience. Best for scenarios where you use the URL directly. If you have no special needs and can handle Base64-encoded image output, we still recommend using the “Normal Default Group” or the “NanoBanana Enterprise Group”.
gemini-3-pro-image-previewgemini-3.1-flash-image-previewgemini-2.5-flash-image
Getting Started
Ask an admin to enable this visible group
Contact an admin to enable the NB-OSS visible group for your account (add NB-OSS under “Edit User Info → Extra Visible Groups”).

Create a token: select the NB-OSS group
When creating a token, set the billing model to “per-call billing” and select the NB-OSS group (Nano Banana PRO, image output as URL instead of Base64). You only swap the token; the request format stays the same.

Example Code
Output Example
The image URL is in thetext field, and the thoughtSignature below it is the base64 of the reasoning process.

URL Won’t Open?
The key is to restore the escaped sequence\u0026 in the output JSON back to a normal &, while ignoring the base64 content after thoughtSignature.
