Nano Banana Pro is good. These would like a word anyway.
Nano Banana Pro is good. These would like a word anyway.
Nano Banana Pro (Gemini 3 Pro Image) is Google's state-of-the-art image generation and editing model with resolution options up to 4K. Uses Gemini's advanced reasoning (Thinking) for high-fidelity text rendering and complex instructions.
fromimport openai OpenAI
client = OpenAI(
"https://openrouter.ai/api/v1" base_url=,
"$OPENROUTER_API_KEY" api_key=,
)
response = client.chat.completions.create(
"google/gemini-3-pro-image" model=,
"role""user""content""Hello!" messages=[{: , : }],
)
print(response.choices[0].message.content)Set OPENROUTER_API_KEY with your OpenRouter API key from openrouter.ai/keys.
Also on Google Vertex AI
19 outputs from Nano Banana Pro
Nano Banana Pro (Gemini 3 Pro Image) is Google's state-of-the-art image generation and editing model with resolution options up to 4K. Uses Gemini's advanced reasoning (Thinking) for high-fidelity text rendering and complex instructions.
fromimport openai OpenAI
client = OpenAI(
"https://openrouter.ai/api/v1" base_url=,
"$OPENROUTER_API_KEY" api_key=,
)
response = client.chat.completions.create(
"google/gemini-3-pro-image" model=,
"role""user""content""Hello!" messages=[{: , : }],
)
print(response.choices[0].message.content)Set OPENROUTER_API_KEY with your OpenRouter API key from openrouter.ai/keys.
Also on Google Vertex AI
19 outputs from Nano Banana Pro