gemini-2.0-flash-lite-001
Gemini 2 · Per Token
gemini-2.0-flash-lite-001Available⚡Cache 75% offChatVisionFast
Context Window: 1.0MMax Output Tokens: 8KPricing
| Official Price | LemonData Price | |
|---|---|---|
| Input | $0.075 | $0.0525 |
| Output | $0.30 | $0.21 |
| Cache Read | $0.0187 | $0.0187 |
Parameters
Context Window
1.0M tokens
Max Output Tokens
8K tokens
Best For
Chat
Conversational AI, customer support, and Q&A
Vision
Image understanding, document analysis, and visual reasoning
Cost Calculator
1M
0.5M
Estimated Monthly Cost$0.16
API Code Example
POST/v1beta/models/gemini-2.0-flash-lite-001:generateContent
curl "https://api.lemondata.cc/v1beta/models/gemini-2.0-flash-lite-001:generateContent" \
-H "Content-Type: application/json" \
-H "x-goog-api-key: sk-xxx" \
-d '{
"contents": [
{"role": "user", "parts": [{"text": "Hello!"}]}
]
}'FAQ
How much does gemini-2.0-flash-lite-001 cost?
On LemonData, gemini-2.0-flash-lite-001 costs $0.0525 per 1M input tokens and $0.2100 per 1M output tokens, which is up to 30% off the official pricing.
What is gemini-2.0-flash-lite-001 best for?
gemini-2.0-flash-lite-001 excels at Chat, Vision, Fast. Access it through LemonData's unified API with a single API key.
How to use gemini-2.0-flash-lite-001 API?
Get your API key from LemonData, then call https://api.lemondata.cc/v1beta/models/gemini-2.0-flash-lite-001:generateContent using any compatible SDK. See the code examples above for detailed integration.