Google: Nano Banana 2 (Gemini 3.1 Flash Image)
Google: Nano Banana 2 (Gemini 3.1 Flash Image) is an image generation model built by Google. Routed through external models — ~1,293 tokens per image (50% markup over upstream cost).
Use via API
OpenAI-compatible REST API. Generate a key and call this model in seconds.
curl -X POST https://api.free.ai/v1/image/generate/ \
-H "Authorization: Bearer sk-free-..." \
-H "Content-Type: application/json" \
-d '{"model":"google/gemini-3.1-flash-image","prompt":"your prompt here"}'
API Documentation
Get API Key