(Typed on a 2023 macbook perfectly capable of running the Chinese open weight models.)
And I guess Gemini 3.5 pro will have the pricing increment, too. 12 x 5 = 60?
It seems like google does want us to use Chinese models.
Right question: What exactly is Google's plan for the long term pricing of these models, and are we all going to be priced out in a year?
6x the price of 3.1 flash lite
Cost per task is a more productive measure, but obviously a more difficult one to benchmark.
Compare to the GPT-5.5 announcement: https://openai.com/index/introducing-gpt-5-5/
$0.15 / million tokens
$1.00 / 1,000,000 tokens per hour (storage price)
I much prefer the OpenAI/DeepSeek way of pricing caching where you don't have to think about storage price at all - you pay for cached tokens if you reuse the same prefix within a (loosely defined) time period.I confirmed this by running a bunch of prompts through Gemini 3.5 Flash without doing anything special to configure caching and noting that it comes back with a "cachedContentTokenCount" on many of the responses.
The "storage price" quoted is for an optional Gemini feature that most people don't care about: https://ai.google.dev/gemini-api/docs/caching#explicit-cachi...