Tokenless
G
Google

Gemini 2.5 Flash-Lite API at half of list price

The most economical Gemini 2.5 model — great for classification, routing, and extraction where speed and cost matter more than peak reasoning, with a 1M-token context.

FastLow costVision1M contextTool use

Gemini 2.5 Flash-Lite API pricing

Every rate is 50% of the provider's official list price. USD per million tokens.

Token typeList priceTokenless
Input$0.10$0.05
Output$0.40$0.20
Cache write$0.10$0.05
Cache read$0.01$0.01

Call Gemini 2.5 Flash-Lite in one request

Tokenless speaks the OpenAI Chat Completions format. Point your client at the base URL, set model to gemini-2.5-flash-lite, and you are done.

request.sh
curl https://api.tokenless.store/api/v1/chat/completions \
  -H "Authorization: Bearer $TOKENLESS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gemini-2.5-flash-lite",
    "messages": [{ "role": "user", "content": "Hello" }]
  }'

More Gemini models