gemini-2.5-flash-image
Gemini 2.5 · Per Token
gemini-2.5-flash-imageAvailableSync / AsyncText to ImageFastVisionImage Edit
Context Window: 1MMax Output Tokens: 64KPricing
| Official Price | LemonData Price | Discount | |
|---|---|---|---|
| 默认规格 | Input $0.30 / Output $2.50 | Input $0.21 / Output $1.75 | 30% |
| 默认规格 | Input $0.30 / Output $30.00 | Input $0.21 / Output $21.00 | 30% |
Parameters
Context Window
1M tokens
Max Output Tokens
64K tokens
Best For
Vision
Image understanding, document analysis, and visual reasoning
Cost Calculator
1M
0.5M
Estimated Monthly Cost$1.08
API Code Example
POST/v1/images/generations
curl -X POST "https://api.lemondata.cc/v1/images/generations" \
-H "Authorization: Bearer sk-xxx" \
-H "Content-Type: application/json" \
-d '{
"operation": "text-to-image",
"aspect_ratio": "1:1",
"model": "gemini-2.5-flash-image",
"prompt": "A minimalist product photo of matte black headphones on a soft blue background."
}'FAQ
How much does gemini-2.5-flash-image cost?
On LemonData, gemini-2.5-flash-image costs $0.21-$21.00 Per Token, with model-specific platform pricing.
What is gemini-2.5-flash-image best for?
gemini-2.5-flash-image excels at Text to Image, Fast, Vision. Access it through LemonData's unified API with a single API key.
How to use gemini-2.5-flash-image API?
Get your API key from LemonData, then call https://api.lemondata.cc/v1/images/generations using any compatible SDK. See the code examples above for detailed integration.