google/gemini-2.5-flash-liteGemini 2.5 Flash-Lite is a lightweight reasoning model in the Gemini 2.5 family, optimized for ultra-low latency and cost efficiency. It offers improved throughput, faster token generation, and better performance...
| Token type | USD / 1M | INR / 1M |
|---|---|---|
| Input | $0.100 | ₹10.07 |
| Cached inputprompt cache read | $0.010 | ₹1.01 |
| Output | $0.400 | ₹40.26 |
INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.
Call Google: Gemini 2.5 Flash Lite through the supported APIs shown above — just set the base URL and your AICredits key.
curl https://api.aicredits.in/v1/chat/completions \
-H "Authorization: Bearer $AICREDITS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "google/gemini-2.5-flash-lite",
"messages": [{ "role": "user", "content": "Hello!" }]
}'New here? Follow the quickstart guide or browse all models.