Gemini 3.5 Flash-Lite: what it is, price, and who it's for

Rama Adi Nugraha
Written by

Rama Adi Nugraha

Katelin Teen
Reviewed by

Katelin Teen

Last edited July 22, 2026

Expert Verified
Gemini 3.5 Flash-Lite hero banner on a Google-blue background

What Gemini 3.5 Flash-Lite actually is

Google splits its Gemini family into two lanes. Pro models are the top tier for hard reasoning. Flash models are the workhorses: cheaper, faster, tuned for apps that make thousands of calls a day. Flash-Lite is the lightest of those workhorses, positioned by Google for high-volume agentic tasks, translation, and simple data processing.

Think of it as the model you point at work where the individual task is easy but the volume is brutal: classifying a support ticket, extracting fields from a PDF, translating a chat message, running a first-pass search. It handles text, image, video, audio, and PDF input, supports function calling, structured outputs, code execution, caching, and search grounding, and it carries the same ~1M-token context window as its bigger siblings (about 1,500 A4 pages of input).

What it deliberately leaves out tells you who it's for. Flash-Lite does not support computer use, image generation, audio generation, or the Live API. If your agent needs to drive a browser or generate media, that's Gemini 3.6 Flash or a Pro model, not this one. Flash-Lite stays narrow on purpose: read text, decide, write text, do it fast and cheap.

Gemini 3.5 Flash-Lite pricing

Here's the full picture. This is the reason the model exists, so it's worth reading closely before you plug it into a spreadsheet.

Consumption modeInput (per 1M)Output (incl. thinking)Context caching
Standard$0.30$2.50$0.03
Batch (50% off)$0.15$1.25$0.02
Flex$0.15$1.25$0.02
Priority$0.54$4.50$0.05
Free tierFreeFreeFree

A few things worth flagging:

  • The free tier has a catch. On the free tier Google uses your content to improve its products; on any paid tier it doesn't. For anything touching customer data, that alone rules out the free tier.
  • Batch mode is a flat 50% off, which is the tier most high-volume jobs should actually run on. Same for flex inference. If the work doesn't need to be real-time, you're paying $0.15/$1.25.
  • Cache hits are cheap. A cached input token costs $0.03 per 1M, a 90% cut, so repeated context (your system prompt, a knowledge snippet) barely registers.
  • Search grounding is metered separately. You get 5,000 grounded prompts a month free across the Gemini 3 family, then $14 per 1,000 search queries.

One honest note from Artificial Analysis: at $0.30/$2.50 it's ranked #87 of 152 on raw price, so "Lite" doesn't mean "cheapest on the market." It means cheapest in the Gemini 3.5 line while still posting a top-tier intelligence score. For how this sits against the consumer Gemini plans and the other API tiers, our Gemini pricing guide has the full breakdown and Gemini Workspace pricing covers the business plans.

Speed is the headline feature

If pricing is why you'd shortlist Flash-Lite, speed is why you'd keep it. Artificial Analysis clocked it at about 490 tokens/second, ranked #2 of 152 models tested; Google cites 350 tokens/second on its own harness. Either number puts it near the top of the field.

Gemini 3.5 Flash-Lite benchmark table showing agentic terminal coding and knowledge-work scores, as shared by Google
Gemini 3.5 Flash-Lite benchmark table showing agentic terminal coding and knowledge-work scores, as shared by Google

There's one asterisk worth knowing before you promise a product manager sub-second replies. The time-to-first-token sits around 6 seconds median, on the high end of its tier, because the model's thinking step runs before the first visible token. So the stream is blisteringly fast once it starts, but the start can lag on a hard prompt. For most support work (short answers, simple classification) that thinking budget is small and the lag is negligible; for anything you're timing to the millisecond, test it on your own prompts first.

Against its own predecessor, the generation jump is clean across agentic coding and knowledge-work benchmarks:

Gemini 3.5 Flash-Lite beats 3.1 Flash-Lite on agentic terminal coding and knowledge work, as shared by Google
Gemini 3.5 Flash-Lite beats 3.1 Flash-Lite on agentic terminal coding and knowledge work, as shared by Google

Flash-Lite or 3.6 Flash? Pick the right one

This is the decision most teams get wrong, because the two shipped on the same day and the names barely differ. They're built for opposite ends of the same job. Walk the picker below.

Which Gemini model should I run?
Pick the statement that best matches your workload.
Gemini 3.5 Flash-Lite. Cheapest in the 3.5 line ($0.30/$2.50, half that on batch) and near the top of the field on speed. This is exactly what "Lite" is for.
Gemini 3.6 Flash. It's the workhorse with built-in computer use and stronger multi-step reasoning. Flash-Lite drops those on purpose.
The model is the easy part. Either model works, but you still need retrieval, guardrails, and testing around it. Keep reading, or jump to the section below.

The rule of thumb: reach for Flash-Lite when each item is simple and the volume is the challenge, like first-pass ticket triage, tier-1 deflection, or routine live-chat deflection. Reach for 3.6 Flash when the work really needs reasoning across several systems. Whether you build a real AI agent or a scripted bot is a separate decision from the model one.

The other models that shipped that day

Flash-Lite didn't launch alone. Google shipped three models on July 21 and held one back, and knowing the lineup saves you from picking the wrong tier.

Gemini 3.6 Flash is the new headline workhorse, at $1.50 input / $7.50 output with built-in computer use and about 17% fewer output tokens than 3.5 Flash. Gemini 3.5 Flash Cyber is a security specialist fine-tuned to find and fix vulnerabilities inside Google's CodeMender agent, and it's available only to governments and trusted partners in a limited pilot.

The notable absence: the flagship Gemini 3.5 Pro. Bloomberg reported it hit internal delays after missing its own performance goals, and DeepMind's Logan Kilpatrick said it's still testing with partners. So Google's move here is telling: keep the cheap, high-volume tier fresh while the flagship cooks. If you need a top-tier model today, our Gemini alternatives roundup is the honest place to look, Gemini vs Claude and Gemini vs ChatGPT cover the head-to-heads, and AI customer service companies maps the vendors building on top of these models.

What this means if you're building AI for support

Here's where I have to be straight with you, because this is the part every model-launch post skips for support teams.

A faster, cheaper model is good news. But swapping in Flash-Lite does not give you a working support agent, any more than a faster CPU gives you an app. I spend my days wiring integrations and APIs into eesel, and across three-plus years of putting AI on live support queues, the failure we've watched over and over isn't the model being dumb, it's a confident-sounding bot giving a wrong answer to a real customer because nobody built the layers around the model. The model is the bottom of the stack, not the whole thing.

Those layers are the actual work. Retrieval, so the model answers from your knowledge base and past tickets instead of guessing. Guardrails and scope, so it hands off cleanly instead of inventing a refund policy. Integration, so it can act inside your ticketing system. And testing, so you know how it behaves before it touches a customer, not after. This is the gap between a raw API and real AI customer service software, and it's why AI chatbot problems almost always trace back to the plumbing, not the model.

It's also why I'd push back on wiring the raw Gemini API into your helpdesk yourself. You'd be rebuilding retrieval, hallucination guardrails, simulation, and every helpdesk integration from scratch, then maintaining it as Google ships a new model every few weeks (three in one day, this time). That churn is the whole case for purpose-built helpdesk AI over a DIY stack: the model tier is a swappable line item, the surrounding system is the product.

Try eesel

This is exactly the layer eesel is built to be. You plug it into your existing helpdesk, it learns from your past tickets and knowledge base out of the box, and it runs on top of frontier models like Gemini so you get the speed and cost savings of a model like Flash-Lite without wiring the API yourself.

eesel AI helpdesk dashboard overview
eesel AI helpdesk dashboard overview

The differentiator that matters most here is the one Flash-Lite can't give you on its own: eesel lets you simulate the agent against your historical tickets before it ever answers a live customer, so you see the resolution rate and the exact replies it would have sent. And because it's priced on outcomes, not per token, you skip the token math on every ticket. If you're evaluating models to build support automation, start from the outcome you want and let the platform pick the plumbing. It's free to try.

Frequently Asked Questions

What is Gemini 3.5 Flash-Lite?
Gemini 3.5 Flash-Lite is the fastest, cheapest model in Google's Gemini 3.5 line, launched on July 21, 2026 alongside Gemini 3.6 Flash. It's built for high-volume, low-latency jobs like agentic search, document processing, and translation. For a wider view of the family, see our Gemini AI overview.
How much does Gemini 3.5 Flash-Lite cost?
On the standard paid tier, Gemini 3.5 Flash-Lite pricing is $0.30 per 1M input tokens and $2.50 per 1M output tokens, with batch and flex modes at half that ($0.15/$1.25). There's also a free tier where Google may use your content to improve its products. Compare it with the full Gemini pricing breakdown.
Is Gemini 3.5 Flash-Lite good for customer support?
For simple, high-volume tasks like first-pass triage it's a strong fit, but the model is only the bottom layer of a support agent. You still need retrieval over your help center, guardrails, and testing before go-live. A platform like AI customer service software handles that layer so you don't wire the raw API yourself.
What is Gemini 3.5 Flash-Lite's pricing for high-volume use?
Batch mode is a flat 50% off standard, so high-volume, non-real-time jobs run at $0.15 input / $1.25 output per 1M tokens. Cache hits drop to $0.03 per 1M. For work you run millions of times, that gap is the whole reason to pick Flash-Lite over 3.6 Flash.
Gemini 3.5 Flash-Lite vs 3.6 Flash: which should I use?
Reach for Flash-Lite when each item is simple and you're processing volume, like ticket triage or routine live-chat deflection. Reach for 3.6 Flash when the work needs real multi-step reasoning. See the Gemini alternatives roundup if neither fits.
How fast is Gemini 3.5 Flash-Lite?
Artificial Analysis measured about 490 output tokens per second, ranking it #2 of 152 models tested. Google cites 350 tokens/sec on its own harness. Either way it's among the fastest models available, which is the point of a Lite model. It does carry a higher time-to-first-token because thinking runs before the first token appears.
Does Gemini 3.5 Flash-Lite support computer use?
No. Computer use, image generation, audio generation, and the Live API are not supported on Flash-Lite. It does support function calling, structured outputs, code execution, caching, and search grounding. If you need computer use, that's Gemini 3.6 Flash.

Share this article

Rama Adi Nugraha

Article by

Rama Adi Nugraha

Rama is a software engineer at eesel AI with two years of experience writing about B2B SaaS, AI tools, and customer support technology. Based in Bali, Indonesia, he brings a developer's perspective to product comparisons — cutting through marketing copy to what the integrations and APIs actually do.

Related Posts

All posts →
Gemini 3.5 Flash-Lite pricing hero banner on a Google-blue background
Trending

Gemini 3.5 Flash-Lite pricing: what it costs and who it's for

Gemini 3.5 Flash-Lite is Google's cheapest model at $0.30/$2.50 per 1M tokens. Here's the full pricing table, a real cost example, and who should use it.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieJul 22, 2026
Gemini 3.6 Flash hero banner on a Google-blue background
Trending

Gemini 3.6 Flash: what it is, what it costs, and who it's for

Gemini 3.6 Flash is Google's new workhorse model: 17% fewer output tokens, cheaper output, and a 1M context. Here's what it is and who should use it.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieJul 22, 2026
Gemini 3.6 Flash pricing hero banner on a Google-blue background
Trending

Gemini 3.6 Flash pricing: the full cost breakdown for 2026

Gemini 3.6 Flash costs $1.50 input and $7.50 output per 1M tokens. Here's the full pricing table, the hidden costs, and what it really costs to run.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieJul 22, 2026
Image alt text
Guides

An overview of Gemini Agentic Vision: How it works and what it means for AI

Google's Gemini Agentic Vision is a new feature in the Gemini 3 Flash model that changes how AI interacts with images, turning passive viewing into an active, multi-step investigation for greater accuracy.

Stevia PutriStevia PutriJan 30, 2026
Hand-drawn illustration with the Grok logomark, a support agent, and benchmark and pricing panels
Trending

Grok 4.5: benchmarks, pricing, and what it means for support

xAI just shipped Grok 4.5. I dug into the real benchmarks, the token pricing, and whether a hot new model actually changes anything for your support queue.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieJul 9, 2026
Skywork AI review illustration showing a super-agent turning one prompt into slides, docs and websites
Trending

Skywork AI review (2026): capable agent, messy billing

An honest Skywork AI review: the super-agent makes real slides, docs and websites, but the trial-to-paid billing is where users get burned.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieJul 20, 2026
Skywork AI super-agent workspace illustration
Trending

What is Skywork AI? The super-agent workspace, explained

Skywork AI is a general-purpose AI super-agent that builds slides, docs, sheets, sites and videos. Here's what it does, how it works, and what it costs.

Alicia Kirana UtomoAlicia Kirana UtomoJul 20, 2026
Illustration of a self-hosted AI agent runtime running as a single binary
Trending

ZeroClaw review: the open-source AI agent runtime, honestly tested

An honest ZeroClaw review: what the open-source, Rust-based AI agent runtime does brilliantly, where its security story wobbles, and who should skip it.

Rama Adi NugrahaRama Adi NugrahaJul 19, 2026
Editorial illustration representing a comparison of AI models as alternatives to Inkling
Trending

8 best Inkling alternatives in 2026

Inkling is open and interesting, but it's expensive for open weights and not the smartest model you can run. Here are the 8 alternatives I'd actually try instead, with real prices and where each one beats it.

Rama Adi NugrahaRama Adi NugrahaJul 20, 2026

Ready to hire your AI teammate?

Set up in minutes. No credit card required.

Get started free