AICredits logo
googlevision

Google: Gemini 2.5 Flash Lite Preview 09-2025

google/gemini-2.5-flash-lite-preview-09-2025

Gemini 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...

Supported APIs

Chat APIVision
Context
1.0M
Max output
Input / 1M
₹10.07
Cached / 1M
₹1.01
Output / 1M
₹40.26

Pricing

Token typeUSD / 1MINR / 1M
Input$0.100₹10.07
Cached inputprompt cache read$0.0101.01
Output$0.400₹40.26

INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.

Quickstart

Call Google: Gemini 2.5 Flash Lite Preview 09-2025 through the supported APIs shown above — just set the base URL and your AICredits key.

cURL — /v1/chat/completions
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-preview-09-2025",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

New here? Follow the quickstart guide or browse all models.