Maxynetic Systems
To be released soon

Nano Banana (Gemini 2.5 Flash Image)

Google

Nano Banana (Gemini 2.5 Flash Image) is Google's first fully hybrid reasoning model, letting developers turn thinking on or off and set thinking budgets to balance quality, cost, and latency. Upgraded for rapid creative workflows, it can generate interleaved text and images and supports conversational, multi‑turn image editing in natural language. It’s also locale‑aware, enabling culturally and linguistically appropriate image generation for audiences worldwide.

  • Language
  • Image generation
  • Web search
  • Vision
Context
33K
Max output
66K
Input / 1M
$0.300
Output / 1M
$2.50

Quickstart

Point any OpenAI-compatible client at Maxynetic Systems and pass google/gemini-2.5-flash-image as the model.

curl https://api.maxynetic.com/v1/chat/completions \
  -H "Authorization: Bearer $MAXYNETIC_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "google/gemini-2.5-flash-image",
    "messages": [{ "role": "user", "content": "Explain routing in one line." }]
  }'

Pricing

Billed per token with no markup on the underlying provider rate.

  • Input

    Per 1M prompt tokens

    $0.300

  • Output

    Per 1M completion tokens

    $2.50

  • Cache read

    Per 1M cached prompt tokens

    $0.030

A 1M-token prompt with 250K tokens of output costs about $0.925.

More from Google