Googlegemini-2.5-flash-image
Gemini 2.5 Flash Image
Fast image generation for high-volume work.
Gemini 2.5 Flash Image trades the top end of quality for speed and price — the one to reach for when you are generating a lot of images rather than a few perfect ones.
- High volume
- Fast turnaround
- Thumbnails
Model details
- Context window
- 33K tokens
- Max output
- 33K tokens
- Input
- Text, images
- Output
- Text, images
- Capabilities
- Vision, Streaming, JSON output
- Interfaces
- OpenAI-style Image Generation
Pricing
What each generation costs. The Inferray price is what you are charged — no gateway fee is added on top of it.
| Metric | List price | You pay |
|---|---|---|
| Per generation | — | — |
Why teams pick it
- Quick generations at a low price
- Handles text and image input
- Suited to batch and on-demand work
Call Gemini 2.5 Flash Image
Gemini 2.5 Flash Image answers on the API below — pick the one your code already speaks and just swap in your Inferray key.
/v1/images/generationsOpenAI-style Image Generation · openai SDK or plain HTTP
curl https://api.inferray.com/v1/images/generations \
-H "Authorization: Bearer inferray_..." \
-H "Content-Type: application/json" \
-d '{
"model": "gemini-2.5-flash-image",
"prompt": "a quartz crystal on a workbench",
"n": 1
}'