Nano Banana 2 Lite
GoogleImages
The light tier of Nano Banana 2: the same editing model at half the price, 1K.
Our price
$0.028
per image
Official
$0.034
−17% vs officialFirst request
from openai import OpenAI
client = OpenAI(
base_url="https://api.altrouter.ai/v1",
api_key="ar-...",
)
img = client.images.generate(
model="nano-banana-2-lite",
prompt="a red fox in the snow",
)
print(img.data[0].url)API
OpenAI-compatible image generation endpoint. The result is re-hosted on our CDN and returned as a URL.
POST
/v1/images/generationsBody parameters
Response
Example
Errors