Cheapest LLMs in 2026: Gemini 3.5 Flash-Lite at $0.30/1M vs GPT-5.6 Luna and Claude Sonnet 5

Flash-Lite, Luna and Sonnet 5 compared on real per-token cost, plus why the cheapest sticker rarely wins on the invoice.

Read time
11 min
Word count
1.8K
Sections
9
FAQs
8
Share
Three metallic weights of different sizes on a dark reflective studio surface
The budget LLM tier: cheaper models trade capability for cost per token.
On this page · 9 sections
  1. The three budget models at a glance
  2. The real cost math
  3. Why the sticker price is not your real cost
  4. When each model wins
  5. Capability, not just price
  6. India-specific considerations
  7. FAQ
  8. How eCorpIT can help
  9. References

Summary. As of July 2026, the budget tier of frontier-class models has three main contenders. Google's Gemini 3.5 Flash-Lite, launched July 21, 2026, costs $0.30 per million input tokens and $2.50 per million output. OpenAI's GPT-5.6 Luna, part of the family that reached general availability on July 9, 2026, runs $1 input and $6 output. Anthropic's Claude Sonnet 5, out since June 30, 2026, sits at introductory rates of $2 input and $10 output through August 31, 2026, then $3 and $15. On a representative input-heavy workload of 10 million input and 2 million output tokens per day, that spread works out to roughly $240, $660 and $1,200 per month respectively. The sticker price, though, is not the number that lands on your invoice: tokenizer differences, output-to-input ratio, cached-input discounts and quality-driven retries move the real cost by a wide margin. This is the cost math for teams choosing a model for high-volume work.

The reason this tier matters more than the flagships is volume. A support agent, a document pipeline or a retrieval system runs the same prompt shape millions of times, so a few cents per million tokens compounds into the largest line on the AI bill. Picking the right budget model is a bigger lever than squeezing the flagship. Our flagship model comparison of Gemini 3.5 Pro, GPT-5.6 and Claude Fable 5 covers the top of the range; this piece is about the tier you actually run at scale.

The three budget models at a glance

Every rate below is the vendor's published July 2026 API price per million tokens.

Model Input ($/1M) Output ($/1M) Launch Cached input
Gemini 3.5 Flash-Lite $0.30 $2.50 July 21, 2026 Discounted (see Google pricing)
GPT-5.6 Luna $1.00 $6.00 July 9, 2026 90% off input on cache reads
Claude Sonnet 5 (intro) $2.00 $10.00 June 30, 2026 Up to 90% off cached input
Claude Sonnet 5 (standard, from Sept 1) $3.00 $15.00 June 30, 2026 Up to 90% off cached input
Gemini 2.5 Flash-Lite (legacy floor, retiring Oct 16, 2026) $0.10 $0.40 Earlier Discounted

Two things stand out. Flash-Lite's output rate ($2.50) undercuts Luna's ($6) by more than half and Sonnet 5's ($10 intro) by three-quarters. And the legacy Gemini 2.5 Flash-Lite is still the absolute floor at $0.10/$0.40, but Google retires it on October 16, 2026, so it is not a floor to build a 2027 roadmap on.

These three are not the same class of model. Anthropic positions Sonnet 5 as its most agentic Sonnet, with performance close to the more expensive Opus 4.8 (priced at $5/$25) at a lower price. OpenAI calls Luna its "fastest and most affordable" GPT-5.6 tier and reports that Luna outperforms the older Opus 4.8 on its coding-agent index at roughly one-quarter the estimated cost. Flash-Lite is the smallest and cheapest of Google's current generation, built for high-volume, latency-sensitive work rather than the hardest reasoning. So price alone does not decide this; it sets up the real question, which is cost per acceptable answer.

The real cost math

Take a representative high-volume workload: 10 million input tokens and 2 million output tokens per day. That input-heavy shape is typical of retrieval-augmented generation and support triage, where the model reads a lot of context and writes a short answer. At published July 2026 rates:

Model Daily cost Monthly (30 days) Relative to Flash-Lite
Gemini 3.5 Flash-Lite $8.00 ~$240 1.0x
GPT-5.6 Luna $22.00 ~$660 2.75x
Claude Sonnet 5 (intro) $40.00 ~$1,200 5.0x
Claude Sonnet 5 (standard) $60.00 ~$1,800 7.5x

Now flip the workload to output-heavy, 2 million input and 10 million output tokens per day, the shape of content generation or long-form drafting. Because output tokens cost five to eight times what input tokens cost across all three vendors, the bill changes character: Flash-Lite lands near $25.60 per day, Luna near $62, and Sonnet 5 (intro) near $104. The lesson is that your input-to-output ratio, not just the model, decides which rate dominates your invoice. Measure your actual ratio before you pick.

These figures are illustrative arithmetic on the sourced rates, not vendor quotes. They exist to show the shape of the decision, and the shape is stark: on an input-heavy pattern Flash-Lite is roughly one-third the cost of Luna and one-fifth to one-seventh the cost of Sonnet 5.

Why the sticker price is not your real cost

Four factors move the true number away from the rate card. Miss them and a "cheap" model quietly becomes the expensive one.

First, tokenizers differ. The same paragraph does not become the same number of tokens across vendors. Anthropic states plainly that Sonnet 5 uses an updated tokenizer under which the same input can map to roughly 1.0 to 1.35 times more tokens than before, depending on content type, and it set the introductory price so the move from Sonnet 4.6 is roughly cost-neutral. At the top of that range, Sonnet 5's effective cost on the input-heavy workload above is closer to $48 per day than $40. Always compare cost on your own text, tokenized by each provider, not on the headline rate.

Second, caching. All three vendors discount repeated context heavily. OpenAI gives GPT-5.6 a 90% discount on cache reads, bills cache writes at 1.25 times the uncached input rate, and holds a 30-minute minimum cache life. Claude offers up to 90% savings on cached input. If your prompts share a large fixed prefix, a system prompt, a policy document, a schema, the cached-input rate, not the standard rate, is your real input cost, and that can swing the ranking.

Third, the output-to-input ratio, covered above: output is the expensive side of the meter everywhere.

Fourth, and largest, quality-driven retries. If a cheaper model clears your quality bar only 80% of the time and you retry or escalate the other 20%, you pay for the cheap call, the retry, and sometimes an expensive-model fallback. A model that is half the price but needs two attempts is not half the price. The honest budget-model question is not "what is the rate" but "what does one accepted answer cost, including the failures". We walk through that routing logic in our LLM hybrid-routing decision framework.

When each model wins

The pricing points to a clear division of labour rather than one winner.

Choose Gemini 3.5 Flash-Lite when volume dominates and each task is bounded: classification, extraction, routing, short retrieval answers, tagging, moderation triage. At $0.30/$2.50 it is the cheapest of the three current-generation options by a wide margin, and for well-scoped tasks a smaller model often clears the bar. Its risk is complex, multi-step reasoning, where a cheaper model can fail more often and erase the saving through retries.

Choose GPT-5.6 Luna when you want budget pricing but need stronger agentic behaviour, tool use and coding than a lite model gives. OpenAI reports Luna scoring 51.2 on the Artificial Analysis Intelligence Index v4.1 and 74.6 on its Coding Agent Index v1.1, and beating the older Opus 4.8 on coding at about a quarter of the estimated cost. At $1/$6 it is the middle option here on both price and capability. Simon Last, co-founder at Notion, put the tier's value directly: "Terra and Luna also punch well above their price. Many agents running GPT-5.5 perform just as well on Terra for half the cost and 16% fewer tokens."

Choose Claude Sonnet 5 when the work is genuinely agentic, long-horizon coding, multi-step tool use, brownfield debugging, and quality and follow-through matter more than raw cost. Anthropic positions it near Opus 4.8 at a lower price, with adjustable effort levels so you can trade cost against depth per task. It is the most expensive of the three, and for high-stakes automation that is often the right trade, because a wrong action is dearer than a few dollars of tokens. For teams already on the Opus tier, our note on cutting token spend with Claude effort levels applies to Sonnet 5's effort control too.

Capability, not just price

Cheapest on the rate card is not cheapest per accepted answer, so weigh capability signals alongside cost. On OpenAI's own published comparison, GPT-5.6 Luna reaches 92.3% on GPQA Diamond, 83.3% on BrowseComp and 50.3% on Agents' Last Exam, close behind the flagship Sol on several axes at a fraction of the price. Anthropic's charts show Sonnet 5 covering a wider cost-performance range than its predecessor Sonnet 4.6 and matching Opus 4.8 on some tasks at higher effort. Google's Flash-Lite trades peak reasoning for throughput and latency. The buying rule that follows: benchmark the two or three finalists on a sample of your own tasks, score acceptance rate, and divide your real monthly spend by accepted answers. That number, not the headline rate, is the one to compare. The token-efficiency angle, how many tokens a model burns to reach the same answer, is covered in our piece on Gemini 3.6 Flash token efficiency and agent cost, and it often matters as much as the per-token price.

India-specific considerations

For teams building in India, three points follow.

The unit that hits the ledger is still US dollars, because all three are US-hosted APIs billed in USD. At the input-heavy volume above, the monthly gap between Flash-Lite (~$240) and Sonnet 5 standard (~$1,800) converts to a large rupee difference at any exchange rate, so for cost-sensitive Indian SaaS and D2C products the budget tier is not a nice-to-have, it is the difference between a viable unit economic and a broken one. Convert every figure at your live USD-INR rate before you model margins.

Data residency and the Digital Personal Data Protection Act, 2023 (DPDP) shape more than price. These APIs process prompts on US infrastructure by default, so where prompts carry personal data, the design question is what you send, how you minimise and redact it, and whether a regional or self-hosted path is needed. We design applications aligned with DPDP requirements rather than claiming certification, and for the strictest cases an open-weights model on your own infrastructure can be both cheaper at very high volume and cleaner on residency, a path we cover in running local LLMs in production with vLLM, Ollama and LM Studio.

Finally, routing. The cheapest production setup is rarely one model. Send bounded, high-volume tasks to Flash-Lite, route the harder cases to Luna or Sonnet 5, and measure the blended cost per accepted answer. The same discipline sits behind our cloud FinOps guidance for Indian teams: measure first, then cut where the data points.

FAQ

How eCorpIT can help

eCorp Information Technologies (eCorpIT) is a Gurugram-based, senior-led engineering organisation, ISO 27001:2022 certified and assessed at CMMI Level 5, that helps teams pick and route budget-tier models without paying for it in quality. We benchmark the finalists on your own tasks, wire up caching and hybrid routing, and report cost per accepted answer instead of a raw token rate, so the model choice is grounded in your data and your DPDP constraints. If you are sizing or migrating an LLM workload, talk to our team about a cost and routing review, or read about our LLM migration and cost optimization service.

References

  1. GPT-5.6: frontier intelligence that scales with your ambition — OpenAI (July 9, 2026)
  1. Introducing Claude Sonnet 5 — Anthropic (June 30, 2026)
  1. Gemini Developer API pricing — Google AI for Developers
  1. Gemini API pricing (July 2026) — BenchLM
  1. OpenAI API pricing (July 2026) — BenchLM
  1. Claude API pricing (July 2026) — BenchLM
  1. Introducing Claude Opus 5 — Anthropic
  1. Artificial Analysis Intelligence Index
  1. Gemini 3.5 Flash-Lite API pricing — Price Per Token
  1. Gemini 3.6 Flash launch analysis: Google's new workhorse — Digital Applied (July 2026)
  1. GPT-5.6 pricing: Sol, Terra and Luna explained — eesel AI
  1. Frontier model API pricing — Developers Digest

_Last updated: July 28, 2026._

Frequently asked

Quick answers.

01 Which is the cheapest LLM in 2026?
Among current-generation budget models, Gemini 3.5 Flash-Lite is the cheapest at $0.30 per million input tokens and $2.50 per million output, launched July 21, 2026. Google's legacy Gemini 2.5 Flash-Lite is lower still at $0.10/$0.40 but retires on October 16, 2026, so it is not a durable choice.
02 How much cheaper is Flash-Lite than Claude Sonnet 5?
On an input-heavy workload of 10 million input and 2 million output tokens per day, Gemini 3.5 Flash-Lite costs about $8.00 daily versus roughly $40.00 for Claude Sonnet 5 at introductory pricing, a five-fold difference. Against Sonnet 5's standard rate from September 1, 2026, the gap widens to about seven-fold.
03 What does GPT-5.6 Luna cost?
GPT-5.6 Luna is priced at $1 per million input tokens and $6 per million output tokens, as published by OpenAI when the GPT-5.6 family reached general availability on July 9, 2026. Cache reads receive a 90% discount on the input rate, and cache writes are billed at 1.25 times the uncached input rate.
04 Why is my real cost higher than the published rate?
Four factors: tokenizer differences (Sonnet 5 can map the same text to 1.0 to 1.35 times more tokens), your output-to-input ratio (output costs five to eight times more), cached-input discounts of up to 90% that only apply to repeated context, and retries when a cheaper model misses your quality bar.
05 Does Claude Sonnet 5 pricing change after August 2026?
Yes. Claude Sonnet 5 launched on June 30, 2026 with introductory pricing of $2 per million input tokens and $10 per million output through August 31, 2026. From September 1, 2026 it moves to standard pricing of $3 input and $15 output per million tokens, a 50% increase on both sides.
06 Should I pick one model or route between them?
For most high-volume products, routing beats a single model. Send bounded tasks like classification and extraction to Flash-Lite, and escalate complex, multi-step or agentic work to Luna or Sonnet 5. Then measure blended cost per accepted answer rather than the per-token rate, because retries and fallbacks decide the true bill.
07 How do I compare cost fairly across vendors?
Tokenize a real sample of your own prompts and outputs with each provider's tokenizer, apply that vendor's cached-input rate to any fixed prefix, and compute cost per accepted answer on your task, not per token. Because tokenizers and quality differ, the headline rate alone will mislead you.
08 Is a cheaper model worth it if quality drops?
Only if it still clears your quality bar. A model at half the price that needs two attempts, or an expensive-model fallback on 20% of calls, is not half the price. Measure acceptance rate on your tasks, then divide real spend by accepted answers to see whether the cheaper model actually saves money.

About the author

Manu Shukla

Founder & Director

Founder of eCorpIT. Hands-on engineer leading senior-only delivery for AI apps, custom software, and cloud systems for global clients.

Subscribe

One engineering note a week. No fluff, no spam.

Senior-architect playbooks on AI agents, mobile apps, cloud, security, data, and marketing — delivered every Wednesday.

Past the reading

Read enough. Let's build something.

A senior architect responds in 24 working hours with scope, indicative cost, and a timeline. NDA before any technical conversation.