Back to model hub

Gemini 2.5 Flash Image

Gemini/gemini-2.5-flash-image
ImageGemini1Kgemini-2.5-flash-image

Balanced Gemini 2.5 image model for everyday generation workloads with reliable latency.

Gemini 2.5 Flash Image — Groups & pricing

Access groups for this site model, same-day runtime metrics, and per-resolution per-call prices from the console.

官KEY-1.5折
BillingPer call
Latency
222.62s
Throughput
4.18tokens/s
Uptime
71.43%
1K / call
¥0.04
官KEY-2.5折
BillingPer call
Latency
300.02s
Throughput
0tokens/s
Uptime
0.00%
1K / call
¥0.07
官KEY-3.5折
BillingPer call
Latency
9.41s
Throughput
139.71tokens/s
Uptime
100.00%
1K / call
¥0.10
官KEY-4.5折
BillingPer call
Latency
301.88s
Throughput
0tokens/s
Uptime
0.00%
1K / call
¥0.12
官KEY-5.5折
BillingPer call
Latency
Throughput
Uptime
1K / call
¥0.15
官KEY-7.5折
BillingPer call
Latency
Throughput
Uptime
1K / call
¥0.20
官KEY-正价
BillingPer call
Latency
70.71s
Throughput
11.84tokens/s
Uptime
85.71%
1K / call
¥0.27

Gemini 2.5 Flash Image — Performance

Compare throughput, latency, end-to-end latency, and error rate across channels.

Throughput
Latency
End-to-end latency
Structured output error rate

Gemini 2.5 Flash Image — Uptime

Shows aggregated uptime and least stable provider uptime over time.

Example code & API

Call OpenAI-compatible routes below. Replace the model field with this model’s routing code and paste an API key from the console into the Authorization header.

Traffic is proxied through the unified gateway; each model type maps to a different endpoint (chat, embeddings, images, rerank, speech, etc.), and the snippets switch automatically for the current type.

In production, set sensible timeouts and retries, and keep request identifiers from responses for debugging.

curl -X POST "https://bananarouter.com/v1beta/models/gemini-2.5-flash-image:generateContent" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "contents": [
      {
        "parts": [
          { "text": "Generate a futuristic cyberpunk city at night with cinematic lighting and ultra-high detail." }
        ]
      }
    ],
    "generationConfig": {
      "responseModalities": ["IMAGE"],
      "imageConfig": {
        "aspectRatio": "16:9"
      }
    }
  }'