Background (Read First)
gemini-3-pro-image-previewgemini-3.1-flash-image-previewgemini-2.5-flash-image
Getting Started
Ask an admin to enable this visible group

Edit User Info: add NB-OSS under Extra Visible Groups
Create a token: select the NB-OSS group

Create token: set billing model to per-call billing, select the NB-OSS group (1x) — image output as URL instead of Base64
Swap the token and test
Example Code
Output Example
The image URL is in thetext field, and the thoughtSignature below it is the base64 of the reasoning process.

Response JSON: candidates → content → parts, the image URL is in the text field; thoughtSignature is the base64 of the reasoning
OSS Storage Region and Download Speed
Where Are the Images Stored?
The output image URLs are hosted on Alibaba Cloud OSS in Los Angeles (US West,us-west-1, North America region). The URLs look like:
Downloads Are Slow?
Since the storage node is in North America, direct downloads from some regions (e.g. mainland China) can be slow. Common causes and suggestions:- Corporate network throttling / allowlist blocking of overseas traffic: ask your network admin to lift rate limits on and allowlist
*.oss-us-west-1.aliyuncs.com(or*.aliyuncs.com). - Re-host promptly: download the image as soon as you get the URL and re-upload it to your own storage / CDN before serving end users — don’t expose the OSS URL to end users long-term.
- Download via a server: if your local network is slow, download through an overseas server (or one with a good network route) first, then relay it.
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.

The image link is in the text field; restore the JSON-escaped & back to the & in the URL, and ignore the base64 after thoughtSignature