All models

Nano Banana

images

Google Gemini 2.5 Flash Image — generate and edit pictures. 5 free per week.

Pricing

Per image0.03 $

Price uses the live FX rate — shown equals charged.

Parameters

Aspect ratios
1:116:99:164:33:43:22:321:95:44:5
Resolutions
1k
How to use

Compatible with the OpenAI SDK — just change base_url and the key:

https://api.mixen.ai/v1
from openai import OpenAI
client = OpenAI(base_url="https://api.mixen.ai/v1", api_key="mxn-...")
resp = client.chat.completions.create(
model="gpt-5.5",
messages=[{"role": "user", "content": "Привет"}],
)
print(resp.choices[0].message.content)