TokenPad

Google

Gemini 3.5 Flash-Lite pricing

$0.3000 per million input tokens, $2.50 per million output. Read from Google’s own documentation on August 3, 2026.

Input
$0.3000
per 1M tokens
Cached input
not published
Output
$2.50
8.3× input
Context window
not documented
Token counting
Estimate
o200k_base
Price verified
2026-08-03
2 days ago

Source: Google pricing documentation. Prices change without notice — verify before committing spend.

What Gemini 3.5 Flash-Lite costs on real work

Four workload shapes at 100,000 requests a month. The point of showing four is that the ranking between models changes depending on which one describes you.

Gemini 3.5 Flash-Lite cost by workload shape
WorkloadInOutPer requestPer month
ClassificationShort input, one-word answer. Input-dominated.50050$0.000275$27.50
Chat turnA system prompt plus a few turns of history.1,500300$0.001200$120.00
Document summaryA long document in, a paragraph out.20,000800$0.008000$800.00
Code generationOutput-heavy — where output pricing dominates.2,0001,500$0.004350$435.00

Put your own numbers in the cost calculator, or measure a real prompt first in the token counter.

Counting tokens for Gemini 3.5 Flash-Lite

Google does not publish a tokenizer that runs in a browser, so any pre-flight count for Gemini 3.5 Flash-Lite is an estimate rather than a measurement.

Gemini uses a SentencePiece tokenizer that has no browser build. Counted with o200k_base at parity; no published conversion factor exists, so treat this as an order-of-magnitude figure.

Treat it as accurate to within roughly ten to twenty percent. That is fine for budgeting and wrong for sizing a prompt right at a context window boundary — where precision matters, use Google’s own token counting endpoint from your backend. The methodology page sets out every scaling factor used here.

Other Google models

The tier question: is a cheaper model in the same family enough for your task?

Other Google models compared with Gemini 3.5 Flash-Lite
ModelInputOutputContextChat turn
Gemini 3.5 Flash-Lite — this page$0.3000$2.50$0.001200
Gemini 3.6 Flash$1.50$7.50$0.004500
Gemini 3.5 Flash$1.50$9.00$0.004950
Gemini 2.5 Flash$0.3000$2.501M$0.001200
Gemini 2.5 Flash-Lite$0.1000$0.4000$0.000270

Alternatives from other providers

Models priced nearest to Gemini 3.5 Flash-Lite, not the cheapest on the market — those are the ones actually worth evaluating against it.

Frequently asked questions

How much does Gemini 3.5 Flash-Lite cost?
$0.3000 per million input tokens and $2.50 per million output tokens. On a typical chat turn of 1,500 input and 300 output tokens that is $0.001200 per request, or $120.00 per month at 100,000 requests. Read from Google's own documentation on August 3, 2026.
Can I count Gemini 3.5 Flash-Lite tokens exactly?
No. Google does not publish a tokenizer that runs in a browser, so any pre-flight count for Gemini 3.5 Flash-Lite is an estimate. Gemini uses a SentencePiece tokenizer that has no browser build. Counted with o200k_base at parity; no published conversion factor exists, so treat this as an order-of-magnitude figure. Treat it as accurate to within roughly ten to twenty percent and never as the basis for sizing a prompt right at a context window boundary.
Why is output more expensive than input on Gemini 3.5 Flash-Lite?
Output costs 8.3 times input here. Input is processed in a single parallel pass, while output is generated one token at a time with a full pass over the model for each. That is why a model that answers concisely can be cheaper in production than one with a lower headline rate.