Description
Gemini 3 Image Preview (aka Nano Banana) is an advanced AI model excelling in natural language-driven image generation and editing. Pricing: Nano Banana API costs ~$0.016 per image.
API Usage
from openai import OpenAI
client = OpenAI(
base_url="https://api.aporto.tech/v1",
api_key="<YOUR_API_KEY>"
)
completion = client.chat.completions.create(
model="gemini/gemini-2.5-flash-image",
messages=[
{"role": "user", "content": "What is the meaning of life?"}
]
)
print(completion.choices[0].message.content)Pricing
Our Price
$12.000000/1M tokens
Provider Price (Est.)
$30.000000/1M tokens